Ignore:
Timestamp:
Oct 13, 2014, 5:57:27 AM (10 years ago)
Author:
andersk
Message:
openafs: we beseech thee, raineth not thine ENOENT upon thy callers of getcwd()

This reverts http://gerrit.openafs.org/11358 and adds some logging.
Amen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/openafs.spec.patch

    r2615 r2633  
    1010 %{!?fedorakmod: %define fedorakmod 1}
    1111 %{!?build_dkmspkg: %define build_dkmspkg 1}
    12 @@ -249,9 +249,15 @@
     12@@ -249,9 +249,16 @@
    1313 %if %{build_modules}
    1414 BuildRequires: kernel-devel
     
    2121+Patch1002: openafs-systemd-crond.patch
    2222+Patch1003: openafs-systemd-csdb.patch
     23+Patch1004: openafs-revert-d_drop-new-file.patch
    2324+%define _default_patch_fuzz 2
    2425+
     
    2627 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    2728 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    28 @@ -331,6 +337,7 @@
     29@@ -331,6 +338,7 @@
    2930 %if %{build_userspace}
    3031 
     
    3435 %if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
    3536 Requires: systemd-units
    36 @@ -382,6 +389,7 @@
     37@@ -382,6 +390,7 @@
    3738 %package -n dkms-%{name}
    3839 Summary:        DKMS-ready kernel source for AFS distributed filesystem
     
    4243 %if %{fedorakmod}
    4344 Provides: %{name}-kmod = %{version}
    44 @@ -403,6 +411,7 @@
     45@@ -403,6 +412,7 @@
    4546 
    4647 %if %{build_authlibs}
     
    5051 Group: Networking/Filesystems
    5152 
    52 @@ -419,6 +428,7 @@
     53@@ -419,6 +429,7 @@
    5354 %endif
    5455 
     
    5859 Requires: openafs-authlibs = %{version}-%{release}
    5960 %endif
    60 @@ -437,6 +447,7 @@
     61@@ -437,6 +448,7 @@
    6162 libraries.
    6263 
     
    6667 Group: Development/Filesystems
    6768 Requires: openafs = %{version}-%{release}
    68 @@ -466,6 +477,7 @@
     69@@ -466,6 +478,7 @@
    6970 administrators.
    7071 
     
    7475 Group: Networking/Filesystems
    7576 Provides: openafs-kernel = %{version}
    76 @@ -515,6 +527,7 @@
     77@@ -515,6 +528,7 @@
    7778 
    7879 %if %{krb5support}
     
    8283 Requires: openafs = %{version}
    8384 Group: Networking/Filesystems
    84 @@ -541,7 +554,7 @@
     85@@ -541,7 +555,7 @@
    8586 %if %{build_modules}
    8687 
     
    9192 %else
    9293 
    93 @@ -698,6 +711,11 @@
     94@@ -698,6 +712,12 @@
    9495 #%setup -q -n %{srcdir}
    9596 %setup -q -b 1 -n %{srcdir}
     
    99100+%patch1002 -p1 -b .systemd-crond
    100101+%patch1003 -p1 -b .systemd-csdb
     102+%patch1004 -p1 -b .revert-d_drop-new-file
    101103+
    102104 ##############################################################################
    103105 #
    104106 # building
    105 @@ -871,6 +889,8 @@
     107@@ -871,6 +891,8 @@
    106108 %endif
    107109 %endif
     
    112114        --prefix=%{_prefix} \
    113115        --libdir=%{_libdir} \
    114 @@ -1267,6 +1287,13 @@
     116@@ -1267,6 +1289,13 @@
    115117 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsrpc.so
    116118 rm -f $RPM_BUILD_ROOT%{_libdir}/libafsauthent.so.*
Note: See TracChangeset for help on using the changeset viewer.