From aa095ce799f229ab8334a20751a11f436c2f759511a206b7f7f258ed32c70519 Mon Sep 17 00:00:00 2001 From: Howard Guo Date: Mon, 14 Sep 2015 08:09:20 +0000 Subject: [PATCH] - Upgrade source from upstream release 0.9.5 to 0.9.6 with accumulated bug fixes. - Install rc-link. OBS-URL: https://build.opensuse.org/package/show/network:ldap/nss-pam-ldapd?expand=0&rev=2 --- nss-pam-ldapd-0.9.5.tar.gz | 3 --- nss-pam-ldapd-0.9.6.tar.gz | 3 +++ nss-pam-ldapd.changes | 7 +++++++ nss-pam-ldapd.spec | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 nss-pam-ldapd-0.9.5.tar.gz create mode 100644 nss-pam-ldapd-0.9.6.tar.gz diff --git a/nss-pam-ldapd-0.9.5.tar.gz b/nss-pam-ldapd-0.9.5.tar.gz deleted file mode 100644 index 6fdbbdb..0000000 --- a/nss-pam-ldapd-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49080058d85f60213c1b661a899ffe44e30770b5034e5a6ce48486a8d92bee6c -size 750988 diff --git a/nss-pam-ldapd-0.9.6.tar.gz b/nss-pam-ldapd-0.9.6.tar.gz new file mode 100644 index 0000000..3920357 --- /dev/null +++ b/nss-pam-ldapd-0.9.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101d5a7fa10549cc77be48d07f2b8141f59182f10f2cc0fea93efd13c3a5a6f2 +size 754681 diff --git a/nss-pam-ldapd.changes b/nss-pam-ldapd.changes index a1e01e5..3f39651 100644 --- a/nss-pam-ldapd.changes +++ b/nss-pam-ldapd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 14 08:06:23 UTC 2015 - hguo@suse.com + +- Upgrade source from upstream release 0.9.5 to 0.9.6 with accumulated + bug fixes. +- Install rc-link. + ------------------------------------------------------------------- Sun Apr 5 00:01:47 UTC 2015 - ailin.nemui@gmail.com diff --git a/nss-pam-ldapd.spec b/nss-pam-ldapd.spec index bc8c339..88dc07b 100644 --- a/nss-pam-ldapd.spec +++ b/nss-pam-ldapd.spec @@ -22,7 +22,7 @@ BuildRequires: krb5-devel BuildRequires: openldap2-devel BuildRequires: pam-devel BuildRequires: systemd-rpm-macros -Version: 0.9.5 +Version: 0.9.6 Release: 0 Summary: NSS module and daemon for using LDAP as a naming service License: LGPL-2.1+ @@ -78,6 +78,7 @@ make make DESTDIR=$RPM_BUILD_ROOT install mkdir -p $RPM_BUILD_ROOT/%{_unitdir}/ install -p -m644 %{S:2} $RPM_BUILD_ROOT/%{_unitdir}/ +ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcnslcd %clean rm -fr $RPM_BUILD_ROOT @@ -109,5 +110,6 @@ rm -fr $RPM_BUILD_ROOT %config(noreplace) %attr(640,root,root) /etc/nslcd.conf /%{_unitdir}/nslcd.service /usr/sbin/nslcd +/usr/sbin/rcnslcd %changelog