- 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
This commit is contained in:
Howard Guo 2015-09-14 08:09:20 +00:00 committed by Git OBS Bridge
parent 36ef1d0060
commit aa095ce799
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49080058d85f60213c1b661a899ffe44e30770b5034e5a6ce48486a8d92bee6c
size 750988

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:101d5a7fa10549cc77be48d07f2b8141f59182f10f2cc0fea93efd13c3a5a6f2
size 754681

View File

@ -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

View File

@ -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