summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/x86info.manifest5
-rw-r--r--packaging/x86info.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/x86info.manifest b/packaging/x86info.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/x86info.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/x86info.spec b/packaging/x86info.spec
index cc547c3..6f0fa78 100644
--- a/packaging/x86info.spec
+++ b/packaging/x86info.spec
@@ -7,6 +7,7 @@ Version: 1.30
Release: 1
Summary: Show x86 CPU Information
Source: http://www.codemonkey.org.uk/x86info/%{name}-%{version}.tgz
+Source1001: x86info.manifest
BuildRequires: gcc
BuildRequires: python
BuildRequires: pkgconfig(libpci)
@@ -20,6 +21,7 @@ revisions, and more.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
make CFLAGS="$RPM_OPT_FLAGS"
@@ -36,6 +38,7 @@ install -m 644 lsmsr.8 $RPM_BUILD_ROOT%{_mandir}/man8
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-, root, root)
%doc %{_mandir}/man1/%{name}.1.gz