rpms/cherokee/EL-5 cherokee.spec,1.4,1.5 import.log,1.4,1.5

Pavel Lisý pali at fedoraproject.org
Tue Dec 16 22:55:35 UTC 2008


Author: pali

Update of /cvs/pkgs/rpms/cherokee/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28389/EL-5

Modified Files:
	cherokee.spec import.log 
Log Message:
ppc arch excluded only for el4


Index: cherokee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cherokee/EL-5/cherokee.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cherokee.spec	16 Dec 2008 21:32:23 -0000	1.4
+++ cherokee.spec	16 Dec 2008 22:55:04 -0000	1.5
@@ -1,9 +1,13 @@
 %define         home %{_var}/lib/%{name}
 %define         shortversion %(echo %{version} | sed -e 's/\([0-9]*\.[0-9]*\)\.[0-9]*/\1/')
+%define         is_el4 %(if [ "%{dist}" == ".el4" ] ; then echo true ; fi)
+%if "%{is_el4}"
+ExcludeArch:    ppc
+%endif
 
 Name:           cherokee
 Version:        0.11.2
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Flexible and Fast Webserver
 
 Group:          Applications/Internet
@@ -156,6 +160,10 @@
 
 
 %changelog
+* Tue Dec 16 2008 Pavel Lisy <pavel.lisy at gmail.com> - 0.11.2-3
+- ppc arch excluded only for el4
+* Tue Dec 16 2008 Pavel Lisy <pavel.lisy at gmail.com> - 0.11.2-2
+- ppc arch excluded
 * Tue Dec 16 2008 Pavel Lisy <pavel.lisy at gmail.com> - 0.11.2-1
 - updated to 0.11.2
 * Tue Dec 16 2008 Pavel Lisy <pavel.lisy at gmail.com> - 0.10.0-3


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/cherokee/EL-5/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- import.log	16 Dec 2008 21:32:23 -0000	1.4
+++ import.log	16 Dec 2008 22:55:04 -0000	1.5
@@ -2,3 +2,4 @@
 cherokee-0_10_0-1_fc10:EL-5:cherokee-0.10.0-1.fc10.src.rpm:1225472713
 cherokee-0_10_0-3_fc10:EL-5:cherokee-0.10.0-3.fc10.src.rpm:1229445632
 cherokee-0_11_2-1_fc10:EL-5:cherokee-0.11.2-1.fc10.src.rpm:1229463111
+cherokee-0_11_2-3_fc10:EL-5:cherokee-0.11.2-3.fc10.src.rpm:1229468074




More information about the fedora-extras-commits mailing list