rpms/pki-ca/EL-5 pki-ca.spec,1.1,1.2

kwright kwright at fedoraproject.org
Mon Jan 11 18:54:59 UTC 2010


Author: kwright

Update of /cvs/pkgs/rpms/pki-ca/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13411

Modified Files:
	pki-ca.spec 
Log Message:
workaround for el5 builds which don't work have java on ppc


Index: pki-ca.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pki-ca/EL-5/pki-ca.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- pki-ca.spec	9 Jan 2010 05:15:06 -0000	1.1
+++ pki-ca.spec	11 Jan 2010 18:54:58 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           pki-ca
 Version:        1.3.0
-Release:        6%{?dist}
+Release:        6%{?dist}.1
 Summary:        Dogtag Certificate System - Certificate Authority
 URL:            http://pki.fedoraproject.org/
 License:        GPLv2
@@ -29,6 +29,11 @@ Requires(preun):   chkconfig
 Requires(preun):   initscripts
 Requires(postun):  initscripts
 
+%if 0%{?rhel}
+#rhel has no java on ppc
+ExcludeArch:    ppc
+%endif
+
 Source0:        http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
 
 %description
@@ -98,6 +103,9 @@ fi
 %{_localstatedir}/run/*
 
 %changelog
+* Mon Jan 11 2010 Kevin Wright <kwright at redhat.com> 1.3.0-6.1
+- no java on rhel ppc
+
 * Mon Dec 7 2009 Matthew Harmsen <mharmsen at redhat.com> 1.3.0-6
 - Bugzilla Bug #522210 - Packaging for Fedora Dogtag
 - Bugzilla Bug #529070 -  rpm packaging problems (cannot reinstall correctly) 



More information about the scm-commits mailing list