Changeset 1273 for trunk/server/fedora
- Timestamp:
- Jul 15, 2009, 10:40:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/nss-ldapd.spec.patch
r1259 r1273 1 --- nss-ldapd.spec.orig 2009-03-30 04:33:50.000000000 -04002 +++ nss-ldapd.spec 2009-06-03 03:18:49.000000000 -04003 @@ -19, 18 +19,19@@1 --- nss-ldapd.spec.orig 2 +++ nss-ldapd.spec 3 @@ -19,20 +19,20 @@ 4 4 5 5 … … 7 7 -BuildRequires: db-devel krb5-devel openldap2-devel 8 8 +BuildRequires: db4-devel krb5-devel openldap-devel autoconf automake libtool 9 +Conflicts: nss_ldap10 9 License: LGPL v2.1 or later 11 10 Group: Productivity/Networking/LDAP/Clients … … 13 12 PreReq: /bin/chmod 14 13 Conflicts: nss_ldap 15 Version: 0.6. 816 -Release: 2.117 +Release: 2.1.scripts.%{scriptsversion}14 Version: 0.6.10 15 -Release: 6.2 16 +Release: 6.2.scripts.%{scriptsversion} 18 17 Summary: NSS module and daemon for using LDAP as a naming service 19 Url: http:// ch.tudelft.nl/~arthur/nss-ldapd/18 Url: http://arthurdejong.org/nss-ldapd/ 20 19 Source: nss-ldapd-%{version}.tar.bz2 21 20 -Source1: rc.nslcd 21 Source100: nss-ldapd-0.6.8-rpmlintrc 22 Patch0: nslcd-passwd-offbyone.dif 22 23 +Patch1000: rc.nslcd.patch 23 Source100: nss-ldapd-0.6.8-rpmlintrc24 24 BuildRoot: %{_tmppath}/%{name}-%{version}-build 25 25 26 @@ -52,7 +53,7 @@ 26 %description 27 @@ -53,8 +53,8 @@ 27 28 28 29 %prep 29 30 %setup -q 30 31 -cp -v %{S:1} . 32 -%patch -p1 33 +%patch0 -p1 31 34 +%patch1000 -p0 -b .rc 32 35 33 36 %build 34 37 %{?suse_update_config:%{suse_update_config -f}} 35 @@ -7 2,7 +73,6 @@38 @@ -71,7 +71,6 @@ 36 39 mkdir -p $RPM_BUILD_ROOT/etc/init.d/ 37 40 mkdir -p $RPM_BUILD_ROOT/usr/sbin/ … … 41 44 mkdir -p $RPM_BUILD_ROOT/var/run/nslcd 42 45 install -m 644 man/nss-ldapd.conf.5 $RPM_BUILD_ROOT/usr/share/man/man5 43 @@ -8 8,13 +88,8 @@46 @@ -87,13 +86,8 @@ 44 47 /bin/chmod 640 /etc/nss-ldapd.conf 45 48 fi … … 55 58 %files 56 59 %defattr(-,root,root) 57 @@ -10 4,7 +99,6 @@60 @@ -103,7 +97,6 @@ 58 61 %doc %{_mandir}/man8/* 59 62 %config(noreplace) %attr(640,root,root) /etc/nss-ldapd.conf … … 63 66 /usr/sbin/nslcd 64 67 65 @@ -1 29,6 +123,10 @@68 @@ -151,6 +144,10 @@ 66 69 - Adjust config file permissions upon update, to fix world-readable 67 70 /etc/nss-ldapd.conf as created by older versions
Note: See TracChangeset
for help on using the changeset viewer.