Author: ktdreyer
Update of /cvs/free/rpms/openafs/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7703
Modified Files:
.cvsignore openafs.spec sources
Log Message:
* Wed Jul 03 2013 Ken Dreyer <ktdreyer(a)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/F-19/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 1 May 2013 03:37:22 -0000 1.13
+++ .cvsignore 5 Jul 2013 09:20:43 -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/F-19/openafs.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- openafs.spec 1 May 2013 03:37:22 -0000 1.38
+++ openafs.spec 5 Jul 2013 09:20:43 -0000 1.39
@@ -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.4
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,14 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Wed Jul 03 2013 Ken Dreyer <ktdreyer(a)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(a)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(a)ktdreyer.com> 0:1.6.2.1-1
- Update to OpenAFS 1.6.2.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/openafs/F-19/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources 1 May 2013 03:37:22 -0000 1.17
+++ sources 5 Jul 2013 09:20:43 -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