rpms/openafs/F-17 .cvsignore, 1.11, 1.12 openafs.spec, 1.31, 1.32 sources, 1.15, 1.16

Ken Dreyer ktdreyer at rpmfusion.org
Wed Jul 24 18:17:50 CEST 2013


Author: ktdreyer

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

Modified Files:
	.cvsignore openafs.spec sources 
Log Message:
* Wed Jul 24 2013 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.5-1
- Update to OpenAFS 1.6.5



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openafs/F-17/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	2 May 2013 00:35:22 -0000	1.11
+++ .cvsignore	24 Jul 2013 16:17:50 -0000	1.12
@@ -1,2 +1,2 @@
-openafs-1.6.2.1-src.tar.bz2
-openafs-1.6.2.1-doc.tar.bz2
+openafs-1.6.5-src.tar.bz2
+openafs-1.6.5-doc.tar.bz2


Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-17/openafs.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- openafs.spec	2 May 2013 00:35:22 -0000	1.31
+++ openafs.spec	24 Jul 2013 16:17:50 -0000	1.32
@@ -10,9 +10,15 @@
 %define sysname amd64_linux26
 %endif
 
+# Use systemd unit files on Fedora 18 and above.
+%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
+  %global _with_systemd 1
+%endif
+
+
 Summary:        Enterprise Network File System
 Name:           openafs
-Version:        1.6.2.1
+Version:        1.6.5
 Release:        1%{?dist}
 License:        IBM
 Group:          System Environment/Daemons
@@ -35,6 +41,9 @@
 BuildRequires:  krb5-devel, pam-devel, ncurses-devel, flex, byacc, bison
 BuildRequires:  automake, autoconf
 BuildRequires:  %{_bindir}/pod2man
+%if 0%{?_with_systemd}
+BuildRequires: systemd-units
+%endif
 
 Patch0:         openafs-1.6.0-fPIC.patch
 # systemd: Skip CellServDB manipulation
@@ -48,11 +57,6 @@
 # Add ExecPostStart "sysnames" helper script.
 Patch5:        openafs-1.6.1-systemd-execpoststart.patch
 
-# Use systemd unit files on Fedora 18 and above.
-%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
-  %global _with_systemd 1
-%endif
-
 
 %description
 The AFS distributed filesystem.  AFS is a distributed filesystem
@@ -453,6 +457,17 @@
 %{_datadir}/openafs/C/afszcm.cat
 
 %changelog
+* Wed Jul 24 2013 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.5-1
+- Update to OpenAFS 1.6.5
+
+* Wed Jul 03 2013 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.4-1
+- Update to OpenAFS 1.6.4
+- Drop upstreamed POD patch (http://gerrit.openafs.org/9842)
+- BR systemd-units to get the _unitdir RPM macro
+
+* Wed May 01 2013 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.2.1-2
+- Patch for newer Pod::Simple (http://gerrit.openafs.org/9838)
+
 * Tue Apr 30 2013 Ken Dreyer <ktdreyer at ktdreyer.com> 0:1.6.2.1-1
 - Update to OpenAFS 1.6.2.1
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs/F-17/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	2 May 2013 00:35:22 -0000	1.15
+++ sources	24 Jul 2013 16:17:50 -0000	1.16
@@ -1,2 +1,2 @@
-465092bf21ca7704ed9d175506ba6cef  openafs-1.6.2.1-src.tar.bz2
-1cbba36d87490cd4cb7294156abc0672  openafs-1.6.2.1-doc.tar.bz2
+e33e0b031760d4f90815d40b8ab3c540  openafs-1.6.5-src.tar.bz2
+3a391eb7932a841818f95c3d27f1bebc  openafs-1.6.5-doc.tar.bz2


More information about the rpmfusion-commits mailing list