From 2b7b22999f433387a24b0eef20c9fcb7d02b98d0 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:13:08 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/x86info.manifest | 5 +++++ packaging/x86info.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/x86info.manifest 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 @@ + + + + + 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 -- 2.7.4