Changeset 2659 for trunk/server/fedora
- Timestamp:
- Dec 22, 2014, 12:07:50 AM (10 years ago)
- Location:
- trunk/server/fedora
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/Makefile
r2637 r2659 41 41 42 42 dload = ${PWD}/.dload 43 openafs_url = "http s://www.openafs.org/dl/openafs/1.6.10/openafs-1.6.10-2.src.rpm"43 openafs_url = "http://www.openafs.org/dl/openafs/candidate/1.6.11pre1/openafs-1.6.11-0.pre1.src.rpm" 44 44 #zephyr_url = "http://zephyr.1ts.org/files/zephyr-3.0.2.tar.gz" 45 45 -
trunk/server/fedora/specs/openafs.spec.patch
r2655 r2659 2 2 +++ openafs.spec 2014-05-25 21:16:27.836268275 -0400 3 3 @@ -4,7 +4,7 @@ 4 %define pkgvers 1.6.1 04 %define pkgvers 1.6.11 5 5 # for beta/rc releases make pkgrel 0.<tag> 6 6 # for real releases make pkgrel 1 (or more for extra releases) 7 -%define pkgrel 28 +%define pkgrel 2.99.scripts.%{scriptsversion}7 -%define pkgrel 0.pre1 8 +%define pkgrel 0.pre1.99.scripts.%{scriptsversion} 9 9 10 10 %{!?fedorakmod: %define fedorakmod 1} 11 11 %{!?build_dkmspkg: %define build_dkmspkg 1} 12 @@ -249,9 +249, 21@@12 @@ -249,9 +249,18 @@ 13 13 %if %{build_modules} 14 14 BuildRequires: kernel-devel … … 19 19 20 20 +Patch1000: openafs-scripts.patch 21 +Patch1002: openafs-systemd-crond.patch22 21 +Patch1003: openafs-systemd-csdb.patch 23 +Patch1004: openafs-afs_lookup-return.patch24 +Patch1005: openafs-d_revalidate-mtpt.patch25 +Patch1006: openafs-linux-3.17.patch26 22 +Patch1007: openafs-mvid-NULL-deref.patch 27 23 +Patch1008: openafs-afs_conn-overcounts.patch 28 24 +Patch1009: openafs-d_splice_alias-reference.patch 25 +Patch1010: openafs-d_u.d_alias.patch 29 26 +%define _default_patch_fuzz 2 30 27 + … … 97 94 %else 98 95 99 @@ -698,6 +712,1 7@@96 @@ -698,6 +712,14 @@ 100 97 #%setup -q -n %{srcdir} 101 98 %setup -q -b 1 -n %{srcdir} … … 103 100 +# Apply the Scripts patch 104 101 +%patch1000 -p1 -b .scripts 105 +%patch1002 -p1 -b .systemd-crond106 102 +%patch1003 -p1 -b .systemd-csdb 107 +%patch1004 -p1 -b .afs_lookup-return108 +%patch1005 -p1 -b .d_revalidate-mtpt109 +%patch1006 -p1 -b .linux-3.17110 103 +%patch1007 -p1 -b .mvid-NULL-deref.patch 111 104 +%patch1008 -p1 -b .afs_conn-overcounts.patch 112 105 +%patch1009 -p1 -b .d_splice_alias-reference 106 +%patch1010 -p1 -b .d_u.d_alias 113 107 + 114 108 ##############################################################################
Note: See TracChangeset
for help on using the changeset viewer.