Changeset 2060 for branches/fc15-dev
- Timestamp:
- Nov 20, 2011, 11:35:12 PM (13 years ago)
- Location:
- branches/fc15-dev/server
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/fedora/specs/openafs.spec.patch
r2011 r2060 1 --- openafs.spec.orig 2011-06-20 15:32:57.000000000 -04002 +++ openafs.spec 2011-06-21 17:15:24.000000000 -04001 --- rpmbuild/SPECS/openafs.spec 2 +++ rpmbuild/SPECS/openafs.spec.~3~ 2011-11-20 20:13:52.211673609 -0500 3 3 @@ -4,7 +4,7 @@ 4 4 %define pkgvers 1.6.0 … … 10 10 %{!?fedorakmod: %define fedorakmod 1} 11 11 %{!?build_dkmspkg: %define build_dkmspkg 1} 12 @@ -2 47,6 +247,11@@13 %endif12 @@ -237,6 +237,13 @@ 13 14 14 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 15 15 … … 18 18 +Patch1002: openafs-systemd.patch 19 19 +Patch1003: openafs-systemd-crond.patch 20 +Patch1004: openafs-linux-3.1-rcu.patch 21 +Patch1005: openafs-linux-3.1-fsync.patch 20 22 + 21 23 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 22 24 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 23 25 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 24 @@ -3 26,6 +329,7 @@26 @@ -316,6 +323,7 @@ 25 27 %if %{build_userspace} 26 28 … … 30 32 31 33 %if %{fedorakmod} 32 @@ -3 86,6 +390,7 @@34 @@ -376,6 +384,7 @@ 33 35 34 36 %if %{build_authlibs} … … 38 40 Group: Networking/Filesystems 39 41 40 @@ - 402,6 +407,7 @@42 @@ -392,6 +401,7 @@ 41 43 %endif 42 44 … … 44 46 +Provides: scripts-openafs-authlibs-devel 45 47 %if %{build_authlibs} 46 Requires: openafs-authlibs = %{version} 48 Requires: openafs-authlibs = %{version}-%{release} 47 49 %endif 48 @@ -4 20,6 +426,7 @@50 @@ -410,6 +420,7 @@ 49 51 libraries. 50 52 … … 53 55 Summary: OpenAFS Development Libraries and Headers 54 56 Group: Development/Filesystems 55 56 @@ -4 48,6 +455,7 @@57 Requires: openafs = %{version}-%{release} 58 @@ -439,6 +450,7 @@ 57 59 administrators. 58 60 … … 62 64 Group: Networking/Filesystems 63 65 Provides: openafs-kernel = %{version} 64 @@ -4 97,6 +505,7 @@66 @@ -488,6 +500,7 @@ 65 67 66 68 %if %{krb5support} … … 70 72 Requires: openafs = %{version} 71 73 Group: Networking/Filesystems 72 @@ -5 23,7 +532,7 @@74 @@ -514,7 +527,7 @@ 73 75 %if %{build_modules} 74 76 … … 79 81 %else 80 82 81 @@ -6 80,6 +689,12@@83 @@ -671,6 +684,14 @@ 82 84 #%setup -q -n %{srcdir} 83 85 %setup -q -b 1 -n %{srcdir} … … 88 90 +%patch1002 -p1 -b .systemd 89 91 +%patch1003 -p1 -b .systemd-crond 92 +%patch1004 -p1 -b .rcu 93 +%patch1005 -p1 -b .fsync 90 94 + 91 95 ############################################################################## 92 96 # 93 97 # building 94 @@ -121 5,6 +1230,13 @@98 @@ -1212,6 +1233,13 @@ 95 99 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so 96 100 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset
for help on using the changeset viewer.