Author: ktdreyer
Update of /cvs/free/rpms/openafs/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30703
Modified Files:
openafs.spec
Log Message:
* Fri Mar 23 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre4.2
- Require restorecon for compatability with selinux.
Fixes RPM Fusion bug #2138.
- Document upstream bug for afsbackup.
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-15/openafs.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- openafs.spec 8 Mar 2012 23:56:07 -0000 1.22
+++ openafs.spec 28 Mar 2012 16:52:17 -0000 1.23
@@ -15,22 +15,22 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.1
-Release: 0.%{pre}%{?dist}
+Release: 0.%{pre}%{?dist}.2
License: IBM
Group: System Environment/Daemons
URL:
http://www.openafs.org
-Source0:
http://www.openafs.org/dl/openafs/%{version}/%{name}-%{version}%{pre}-src...
-Source1:
http://www.openafs.org/dl/openafs/%{version}/openafs-%{version}%{pre}-doc...
-Source11: CellServDB
+Source0:
http://dl.openafs.org/dl/candidate/%{version}%{pre}/%{name}-%{version}%{p...
+Source1:
http://dl.openafs.org/dl/candidate/%{version}%{pre}/%{name}-%{version}%{p...
+Source11:
http://grand.central.org/dl/cellservdb/CellServDB
Source12: cacheinfo
Source13: openafs.init
Source14: afs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: krb5-devel, pam-devel, ncurses-devel, flex, byacc, bison
-BuildRequires: automake, autoconf
+BuildRequires: automake, autoconf
-Patch0: openafs-1.6.0-fPIC.patch
+Patch0: openafs-1.6.0-fPIC.patch
%description
The AFS distributed filesystem. AFS is a distributed filesystem
@@ -46,6 +46,11 @@
Summary: OpenAFS Filesystem client
Group: System Environment/Daemons
Requires(post): bash, coreutils, chkconfig
+%if (0%{?fedora} && 0%{?fedora} <= 16) || (0%{?rhel} && 0%{?rhel}
<= 6)
+Requires(post): /sbin/restorecon
+%else
+Requires(post): /usr/sbin/restorecon
+%endif
Requires: %{name}-kmod >= %{version}
Requires: openafs = %{version}
Provides: %{name}-kmod-common = %{version}
@@ -159,7 +164,7 @@
mv ${RPM_BUILD_ROOT}/usr/bin/kpasswd ${RPM_BUILD_ROOT}/usr/bin/kapasswd
# Rename /usr/bin/backup to not conflict with Coda
-# (Future AFS upstream change)
+# (Filed upstream as RT #130621)
mv ${RPM_BUILD_ROOT}/usr/sbin/backup ${RPM_BUILD_ROOT}/usr/sbin/afsbackup
# Put the PAM modules in a sane place
@@ -325,15 +330,21 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
-* Thu Mar 08 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre4
-- Update to OpenAFS 1.6.1 pre-release 4
-- Update CellServDB to the latest version from
grand.central.org
+* Fri Mar 23 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre4.2
+- Require restorecon for compatability with selinux.
+ Fixes RPM Fusion bug #2138.
+- Document upstream bug for afsbackup.
+
+* Thu Mar 08 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre4.1
- Add the sysname from /usr/bin/sys to the end of the Fedora sysname.
This provides backwards-compatability with sites who need "linux26".
- Set the executable bit on the libraries installed in libdir, so that
rpmbuild will generate Provides metadata for these libraries. See
upstream git commit 3f7d8ec2. Fixes RPM Fusion bug #2215
+* Wed Mar 07 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre4
+- Update to OpenAFS 1.6.1 pre-release 4
+
* Wed Feb 28 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre3
- Update to OpenAFS 1.6.1 pre-release 3