Author: ktdreyer
Update of /cvs/free/rpms/openafs/F-15
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25518
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-15/openafs.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- openafs.spec 4 Apr 2012 19:48:31 -0000 1.24
+++ openafs.spec 2 May 2012 00:15:41 -0000 1.25
@@ -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).