rpms/openafs/F-18 openafs.spec,1.34,1.35 sources,1.15,1.16

Ken Dreyer ktdreyer at rpmfusion.org
Thu Feb 21 21:41:29 CET 2013


Author: ktdreyer

Update of /cvs/free/rpms/openafs/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23893

Modified Files:
	openafs.spec sources 
Log Message:
* Thu Feb 21 2013 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.2-2
- Use newer tarball for 1.6.2 final
- Fix conditional for %systemd_post on Fedora 17 (RPM Fusion bug #2687)



Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-18/openafs.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- openafs.spec	14 Feb 2013 23:00:02 -0000	1.34
+++ openafs.spec	21 Feb 2013 20:41:29 -0000	1.35
@@ -13,7 +13,7 @@
 Summary:        Enterprise Network File System
 Name:           openafs
 Version:        1.6.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        IBM
 Group:          System Environment/Daemons
 URL:            http://www.openafs.org
@@ -274,7 +274,7 @@
 %endif
 
 %post client
-%if !0%{?_with_systemd}
+%if 0%{?_with_systemd}
   %systemd_post openafs-client.service
 %endif
 # if this is owned by the package, upgrades with afs running can't work
@@ -285,7 +285,7 @@
 exit 0
 
 %post server
-%if !0%{?_with_systemd}
+%if 0%{?_with_systemd}
   %systemd_post openafs-server.service
 %endif
 
@@ -453,6 +453,10 @@
 %{_datadir}/openafs/C/afszcm.cat
 
 %changelog
+* Thu Feb 21 2013 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.2-2
+- Use newer tarball for 1.6.2 final
+- Fix conditional for %systemd_post on Fedora 17 (RPM Fusion bug #2687)
+
 * Thu Feb 14 2013 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.2-1
 - Update to OpenAFS 1.6.2 final
 - Explicitly BR pod2man (Fedora 19 has split this out)


Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs/F-18/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	14 Feb 2013 23:00:02 -0000	1.15
+++ sources	21 Feb 2013 20:41:29 -0000	1.16
@@ -1,2 +1,2 @@
-19b2812d34834d3e0aa1e81fce11a5da  openafs-1.6.2-src.tar.bz2
-aa1713203aba48bcf30d160db6d7f3d0  openafs-1.6.2-doc.tar.bz2
+ab1335f74214487aa363b614fbfa3a00  openafs-1.6.2-src.tar.bz2
+9b0371dc1451c59c47e9519f697a2826  openafs-1.6.2-doc.tar.bz2


More information about the rpmfusion-commits mailing list