[prelink] Drop Exclusive arch, it works on all primary and should on all currently active secondary arches

Peter Robinson pbrobinson at fedoraproject.org
Mon Feb 6 15:05:34 UTC 2012


commit 22e75d64e1ee9974f22b1307cba8816657991e9d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Feb 6 15:05:32 2012 +0000

    Drop Exclusive arch, it works on all primary and should on all currently active secondary arches

 prelink.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/prelink.spec b/prelink.spec
index c1c96ba..52a1215 100644
--- a/prelink.spec
+++ b/prelink.spec
@@ -1,7 +1,7 @@
 Summary: An ELF prelinking utility
 Name: prelink
 Version: 0.4.5
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 %define date 20110622
@@ -9,15 +9,12 @@ Source: http://people.redhat.com/jakub/prelink/prelink-%{date}.tar.bz2
 Source2: prelink.conf
 Source3: prelink.cron
 Source4: prelink.sysconfig
-Buildroot: %{_tmppath}/prelink-root
-#BuildRequires: libelf-devel >= 0.7.0-5
+
 BuildRequires: elfutils-libelf-devel-static
 BuildRequires: libselinux-static, libselinux-utils
 BuildRequires: glibc-static
 Requires: glibc >= 2.2.4-18, coreutils, findutils
 Requires: util-linux, gawk, grep
-# For now
-ExclusiveArch: %{ix86} alpha sparc sparcv9 sparc64 s390 s390x x86_64 ppc ppc64
 
 %description
 The prelink package contains a utility which modifies ELF shared libraries
@@ -76,9 +73,6 @@ sed -i -e 's|PRELINKING=yes|PRELINKING=no|g' %{buildroot}%{_sysconfdir}/sysconfi
 %post
 touch /var/lib/prelink/force
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc doc/prelink.pdf
@@ -100,6 +94,9 @@ rm -rf %{buildroot}
 %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/log/prelink/prelink.log
 
 %changelog
+* Mon Feb  6 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.4.5-5
+- Drop Exclusive arch, it works on all primary and should on all currently active secondary arches
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list