From f337b5b296f08453e1706887398f8c69a2e8f6ce Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 22:52:27 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/prelink.manifest | 5 +++++ packaging/prelink.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/prelink.manifest diff --git a/packaging/prelink.manifest b/packaging/prelink.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/prelink.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/prelink.spec b/packaging/prelink.spec index 9d75d5b..aa9918e 100644 --- a/packaging/prelink.spec +++ b/packaging/prelink.spec @@ -10,6 +10,7 @@ Release: 0 Url: http://people.redhat.com/jakub/prelink/ Source: http://people.redhat.com/jakub/prelink/%name-%version.tar.bz2 Source2: %name.conf +Source1001: prelink.manifest # It does not work at all on ia64, so let's listen upstream supported # architectures ExclusiveArch: %{ix86} alpha sparc sparc64 s390 s390x x86_64 ppc ppc64 @@ -25,6 +26,7 @@ will no longer work. %prep %setup -q -n prelink +cp %{SOURCE1001} . %build # This package failed when testing with -Wl,-as-needed being default. @@ -60,6 +62,7 @@ EOF %docs_package %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root) %dir /var/lib/prelink -- 2.7.4