Changeset 2011 for branches


Ignore:
Timestamp:
Oct 18, 2011, 1:39:48 AM (12 years ago)
Author:
ezyang
Message:
Port OpenAFS to use systemd.
Location:
branches/fc15-dev/server
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/fedora/specs/openafs.spec.patch

    r1930 r2011  
    55 # for beta/rc releases make pkgrel 0.<tag>
    66 # for real releases make pkgrel 1 (or more for extra releases)
    7 -%define pkgrel 0.pre7
    8 +%define pkgrel 0.pre7.99.scripts.%{scriptsversion}
     7-%define pkgrel 1
     8+%define pkgrel 1.99.scripts.%{scriptsversion}
    99 
    1010 %{!?fedorakmod: %define fedorakmod 1}
    1111 %{!?build_dkmspkg: %define build_dkmspkg 1}
    12 @@ -247,6 +247,9 @@
     12@@ -247,6 +247,11 @@
    1313 %endif
    1414 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64
     
    1616+Patch1000: openafs-scripts.patch
    1717+Patch1001: openafs-localcsdb.patch
     18+Patch1002: openafs-systemd.patch
     19+Patch1003: openafs-systemd-crond.patch
    1820+
    1921 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
     
    7779 %else
    7880 
    79 @@ -680,6 +689,10 @@
     81@@ -680,6 +689,12 @@
    8082 #%setup -q -n %{srcdir}
    8183 %setup -q -b 1 -n %{srcdir}
     
    8486+%patch1000 -p1 -b .scripts
    8587+%patch1001 -p1 -b .localcsdb
     88+%patch1002 -p1 -b .systemd
     89+%patch1003 -p1 -b .systemd-crond
    8690+
    8791 ##############################################################################
    8892 #
    8993 # building
    90 @@ -1215,6 +1228,13 @@
     94@@ -1215,6 +1230,13 @@
    9195 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so
    9296 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset for help on using the changeset viewer.