[audit] Correct misplaced %ifnarch (#734359)

Steve Grubb sgrubb at fedoraproject.org
Tue Aug 30 17:51:51 UTC 2011


commit 8dd6547d12470caae1532027d57ca958ca6b5745
Author: Steve <sgrubb at redhat.com>
Date:   Tue Aug 30 13:51:21 2011 -0400

    Correct misplaced %ifnarch (#734359)

 audit.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/audit.spec b/audit.spec
index 06c4edc..ff95ab6 100644
--- a/audit.spec
+++ b/audit.spec
@@ -3,7 +3,7 @@
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
 Version: 2.1.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
@@ -128,12 +128,12 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python?.?/site-packages/auparse.la
 touch -r ./audit.spec $RPM_BUILD_ROOT/etc/libaudit.conf
 touch -r ./audit.spec $RPM_BUILD_ROOT/usr/share/man/man5/libaudit.conf.5.gz
 
-%ifnarch ppc ppc64
 # Systemd 
 mkdir -p %{buildroot}%{_unitdir}
 install -m644 %{SOURCE1} %{buildroot}%{_unitdir}
 rm -rf %{buildroot}%{_initrddir}
 
+%ifnarch ppc ppc64
 %check
 make check
 %endif
@@ -252,6 +252,9 @@ fi
 %attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz
 
 %changelog
+* Tue Aug 30 2011 Steve Grubb <sgrubb at redhat.com> 2.1.3-2
+- Correct misplaced %ifnarch (#734359)
+
 * Mon Aug 15 2011 Steve Grubb <sgrubb at redhat.com> 2.1.3-1
 - New upstream release
 


More information about the scm-commits mailing list