Changeset 1273


Ignore:
Timestamp:
Jul 15, 2009, 10:40:10 PM (15 years ago)
Author:
mitchb
Message:
Upgrade nss-ldapd to version 0.6.10
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 -0400
    2 +++ nss-ldapd.spec      2009-06-03 03:18:49.000000000 -0400
    3 @@ -19,18 +19,19 @@
     1--- nss-ldapd.spec.orig
     2+++ nss-ldapd.spec
     3@@ -19,20 +19,20 @@
    44 
    55 
     
    77-BuildRequires:  db-devel krb5-devel openldap2-devel
    88+BuildRequires:  db4-devel krb5-devel openldap-devel autoconf automake libtool
    9 +Conflicts:      nss_ldap
    109 License:        LGPL v2.1 or later
    1110 Group:          Productivity/Networking/LDAP/Clients
     
    1312 PreReq:         /bin/chmod
    1413 Conflicts:      nss_ldap
    15  Version:        0.6.8
    16 -Release:        2.1
    17 +Release:        2.1.scripts.%{scriptsversion}
     14 Version:        0.6.10
     15-Release:        6.2
     16+Release:        6.2.scripts.%{scriptsversion}
    1817 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/
    2019 Source:         nss-ldapd-%{version}.tar.bz2
    2120-Source1:        rc.nslcd
     21 Source100:      nss-ldapd-0.6.8-rpmlintrc
     22 Patch0:         nslcd-passwd-offbyone.dif
    2223+Patch1000:      rc.nslcd.patch
    23  Source100:      nss-ldapd-0.6.8-rpmlintrc
    2424 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
    2525 
    26 @@ -52,7 +53,7 @@
     26 %description
     27@@ -53,8 +53,8 @@
    2728 
    2829 %prep
    2930 %setup -q
    3031-cp -v %{S:1} .
     32-%patch -p1
     33+%patch0 -p1
    3134+%patch1000 -p0 -b .rc
    3235 
    3336 %build
    3437 %{?suse_update_config:%{suse_update_config -f}}
    35 @@ -72,7 +73,6 @@
     38@@ -71,7 +71,6 @@
    3639 mkdir -p $RPM_BUILD_ROOT/etc/init.d/
    3740 mkdir -p $RPM_BUILD_ROOT/usr/sbin/
     
    4144 mkdir -p $RPM_BUILD_ROOT/var/run/nslcd
    4245 install -m 644 man/nss-ldapd.conf.5 $RPM_BUILD_ROOT/usr/share/man/man5
    43 @@ -88,13 +88,8 @@
     46@@ -87,13 +86,8 @@
    4447     /bin/chmod 640 /etc/nss-ldapd.conf
    4548 fi
     
    5558 %files
    5659 %defattr(-,root,root)
    57 @@ -104,7 +99,6 @@
     60@@ -103,7 +97,6 @@
    5861 %doc %{_mandir}/man8/*
    5962 %config(noreplace) %attr(640,root,root) /etc/nss-ldapd.conf
     
    6366 /usr/sbin/nslcd
    6467 
    65 @@ -129,6 +123,10 @@
     68@@ -151,6 +144,10 @@
    6669 - Adjust config file permissions upon update, to fix world-readable
    6770   /etc/nss-ldapd.conf as created by older versions
Note: See TracChangeset for help on using the changeset viewer.