Author: ktdreyer
Update of /cvs/free/rpms/openafs/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24520
Modified Files:
openafs.spec
Log Message:
* Mon May 01 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-2
- Provide openafs-static (RPM Fusion bug #2310).
Index: openafs.spec
===================================================================
RCS file: /cvs/free/rpms/openafs/F-16/openafs.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- openafs.spec 4 Apr 2012 19:41:19 -0000 1.18
+++ openafs.spec 1 May 2012 23:41:13 -0000 1.19
@@ -13,7 +13,7 @@
Summary: Enterprise Network File System
Name: openafs
Version: 1.6.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: IBM
Group: System Environment/Daemons
URL:
http://www.openafs.org
@@ -63,6 +63,7 @@
Group: Development/Libraries
Requires: openafs = %{version}-%{release}
Requires(post): /sbin/ldconfig
+Provides: openafs-static = %{version}-%{release}
%description devel
The AFS distributed filesystem. AFS is a distributed filesystem
@@ -323,6 +324,9 @@
%{_datadir}/openafs/C/afszcm.cat
%changelog
+* Mon May 01 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-2
+- Provide openafs-static (RPM Fusion bug #2310).
+
* Wed Apr 04 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-1
- Update to OpenAFS 1.6.1 final
- Require selinux-policy-targeted (RPM Fusion bug #2138).