Changeset 1144 for branches/fc11-dev/server
- Timestamp:
- Jun 3, 2009, 6:42:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev/server/fedora/specs/nss-ldapd.spec.patch
r950 r1144 1 --- /home/scripts-build/rpmbuild/SPECS/nss-ldapd.spec 2008-08-13 12:48:42.000000000 -04002 +++ ./nss-ldapd.spec 2008-12-31 19:30:37.000000000 -05003 @@ -1 1,16 +11,17@@4 # norootforbuild1 --- nss-ldapd.spec.orig 2009-03-30 04:33:50.000000000 -0400 2 +++ nss-ldapd.spec 2009-06-03 03:18:49.000000000 -0400 3 @@ -19,18 +19,19 @@ 4 5 5 6 6 Name: nss-ldapd 7 7 -BuildRequires: db-devel krb5-devel openldap2-devel 8 8 +BuildRequires: db4-devel krb5-devel openldap-devel autoconf automake libtool 9 +Conflicts: 9 +Conflicts: nss_ldap 10 10 License: LGPL v2.1 or later 11 11 Group: Productivity/Networking/LDAP/Clients 12 Autoreqprov: on 13 Version: 0.6.4 14 -Release: 2.4 15 +Release: 3.1.scripts.%{scriptsversion} 16 Summary: NSS LDAP Daemon and Module 17 URL: http://ch.tudelft.nl/~arthur/nss-ldapd/ 12 AutoReqProv: on 13 PreReq: /bin/chmod 14 Conflicts: nss_ldap 15 Version: 0.6.8 16 -Release: 2.1 17 +Release: 2.1.scripts.%{scriptsversion} 18 Summary: NSS module and daemon for using LDAP as a naming service 19 Url: http://ch.tudelft.nl/~arthur/nss-ldapd/ 18 20 Source: nss-ldapd-%{version}.tar.bz2 19 21 -Source1: rc.nslcd 20 22 +Patch1000: rc.nslcd.patch 23 Source100: nss-ldapd-0.6.8-rpmlintrc 21 24 BuildRoot: %{_tmppath}/%{name}-%{version}-build 22 25 23 %description 24 @@ -34,11 +35,9 @@ 25 West Consulting <info@west.nl> 26 Arthur de Jong <arthur@ch.tudelft.nl> 26 @@ -52,7 +53,7 @@ 27 27 28 -%debug_package29 -30 28 %prep 31 29 %setup -q … … 35 33 %build 36 34 %{?suse_update_config:%{suse_update_config -f}} 37 @@ - 58,7 +57,6 @@35 @@ -72,7 +73,6 @@ 38 36 mkdir -p $RPM_BUILD_ROOT/etc/init.d/ 39 37 mkdir -p $RPM_BUILD_ROOT/usr/sbin/ … … 43 41 mkdir -p $RPM_BUILD_ROOT/var/run/nslcd 44 42 install -m 644 man/nss-ldapd.conf.5 $RPM_BUILD_ROOT/usr/share/man/man5 45 @@ - 70,13 +68,8 @@46 %post47 /sbin/ldconfig43 @@ -88,13 +88,8 @@ 44 /bin/chmod 640 /etc/nss-ldapd.conf 45 fi 48 46 49 47 -%preun … … 57 55 %files 58 56 %defattr(-,root,root) 59 @@ - 86,11 +79,14@@57 @@ -104,7 +99,6 @@ 60 58 %doc %{_mandir}/man8/* 61 %config(noreplace) /etc/nss-ldapd.conf59 %config(noreplace) %attr(640,root,root) /etc/nss-ldapd.conf 62 60 %config /etc/init.d/nslcd 63 61 -/usr/sbin/rcnslcd … … 65 63 /usr/sbin/nslcd 66 64 67 %changelog 65 @@ -129,6 +123,10 @@ 66 - Adjust config file permissions upon update, to fix world-readable 67 /etc/nss-ldapd.conf as created by older versions 68 (bnc#487737, CVE-2009-1073) 68 69 +* Wed Dec 31 2008 <quentin@mit.edu> - 0.6.4-3.0 69 70 +- add init script for Fedora 70 71 +* Wed Dec 31 2008 <quentin@mit.edu> - 0.6.4-2.4 71 72 +- port from openSUSE to Fedora 72 * Wed Aug 62008 rhafer@suse.de73 - rename init script to nslcd to match the name of the daemon74 binary73 * Fri Aug 15 2008 rhafer@suse.de 74 - Fixed "Required-Stop" Tag to include the same services as 75 "Required-Start"
Note: See TracChangeset
for help on using the changeset viewer.