[fedora-packager] - don't Require ykpers and don't install fedora-burn-yubikey on s390(x)

Dan Horák sharkcz at fedoraproject.org
Mon Oct 18 12:55:05 UTC 2010


commit 6da226e3911b916c917a2b2aecee83415c332764
Author: Dan Horák <dan at danny.cz>
Date:   Mon Oct 18 14:55:08 2010 +0200

    - don't Require ykpers and don't install fedora-burn-yubikey on s390(x)

 fedora-packager.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 8fcb0eb..9d50062 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -4,7 +4,7 @@
 
 Name:           fedora-packager
 Version:        0.5.1.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
@@ -26,7 +26,9 @@ Requires:       redhat-rpm-config
 Requires:       python-offtrac
 Requires:       fedpkg = %{version}-%{release}
 Requires:       fedora-cert = %{version}-%{release}
+%ifnarch s390 s390x
 Requires:       ykpers
+%endif
 
 BuildArch:      noarch
 
@@ -85,6 +87,9 @@ 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
 
@@ -103,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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)
+
 * Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-5
 - fedpkg needs python-fedora
 


More information about the scm-commits mailing list