[fedora-packager] - revert the last change as %ifarch doesn't work with noarch packages and I also got ykpers built

Dan Horák sharkcz at fedoraproject.org
Mon Oct 18 14:16:02 UTC 2010


commit 14c06a0c8cfca49f4524b8d31099e1fd0ac1a3e1
Author: Dan Horák <dan at danny.cz>
Date:   Mon Oct 18 16:16:04 2010 +0200

    - revert the last change as %ifarch doesn't work with noarch packages
      and I also got ykpers built on s390(x)

 fedora-packager.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 9d50062..4cacf44 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -4,7 +4,7 @@
 
 Name:           fedora-packager
 Version:        0.5.1.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
@@ -26,9 +26,7 @@ Requires:       redhat-rpm-config
 Requires:       python-offtrac
 Requires:       fedpkg = %{version}-%{release}
 Requires:       fedora-cert = %{version}-%{release}
-%ifnarch s390 s390x
 Requires:       ykpers
-%endif
 
 BuildArch:      noarch
 
@@ -87,9 +85,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING TODO AUTHORS ChangeLog
 %{_bindir}/*
 %{_sbindir}/*
-%ifarch s390 s390x
-%exclude %{_sbindir}/fedora-burn-yubikey
-%endif
 %exclude %{_bindir}/fedpkg
 %exclude %{_bindir}/fedora-cert
 
@@ -108,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 18 2010 Dan Horák <dan[at]danny.cz> - 0.5.1.4-7
+- revert the last change as %%ifarch doesn't work with noarch packages
+  and I also got ykpers built on s390(x)
+
 * Mon Oct 18 2010 Dan Horák <dan[at]danny.cz> - 0.5.1.4-6
 - don't Require ykpers and don't install fedora-burn-yubikey on s390(x)
 


More information about the scm-commits mailing list