rpms/openafs/devel .cvsignore, 1.13, 1.14 openafs.spec, 1.39, 1.40 sources, 1.17, 1.18 openafs-1.6.2-pod.patch, 1.1, NONE

Ken Dreyer ktdreyer at rpmfusion.org
Fri Jul 5 11:16:04 CEST 2013


Author: ktdreyer

Update of /cvs/free/rpms/openafs/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6761

Modified Files:
	.cvsignore openafs.spec sources 
Removed Files:
	openafs-1.6.2-pod.patch 
Log Message:
* 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



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	1 May 2013 02:28:08 -0000	1.13
+++ .cvsignore	5 Jul 2013 09:16:03 -0000	1.14
@@ -1,2 +1,2 @@
-openafs-1.6.2.1-src.tar.bz2
-openafs-1.6.2.1-doc.tar.bz2
+openafs-1.6.4-src.tar.bz2
+openafs-1.6.4-doc.tar.bz2


Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/openafs.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- openafs.spec	1 May 2013 19:53:53 -0000	1.39
+++ openafs.spec	5 Jul 2013 09:16:03 -0000	1.40
@@ -10,10 +10,16 @@
 %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
-Release:        2%{?dist}
+Version:        1.6.4
+Release:        1%{?dist}
 License:        IBM
 Group:          System Environment/Daemons
 URL:            http://www.openafs.org
@@ -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,15 +57,6 @@
 # Add ExecPostStart "sysnames" helper script.
 Patch5:        openafs-1.6.1-systemd-execpoststart.patch
 
-# Support newer Pod::Simple
-# http://gerrit.openafs.org/9838
-Patch6:        openafs-1.6.2-pod.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
@@ -143,9 +143,6 @@
 %patch4 -p1 -b .envvars
 %patch5 -p1 -b .execpoststart
 
-# Support newer Pod::Simple
-%patch6 -p1
-
 # Convert the licese to UTF-8
 mv src/LICENSE src/LICENSE~
 iconv -f ISO-8859-1 -t UTF8 src/LICENSE~ > src/LICENSE
@@ -460,6 +457,11 @@
 %{_datadir}/openafs/C/afszcm.cat
 
 %changelog
+* 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)
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	1 May 2013 02:28:09 -0000	1.17
+++ sources	5 Jul 2013 09:16:03 -0000	1.18
@@ -1,2 +1,2 @@
-465092bf21ca7704ed9d175506ba6cef  openafs-1.6.2.1-src.tar.bz2
-1cbba36d87490cd4cb7294156abc0672  openafs-1.6.2.1-doc.tar.bz2
+73824e40bc92b626531408b7a040eb85  openafs-1.6.4-src.tar.bz2
+f7933e93a93b9fd48277107a6ddf976b  openafs-1.6.4-doc.tar.bz2


--- openafs-1.6.2-pod.patch DELETED ---


More information about the rpmfusion-commits mailing list