Accepting request 222530 from home:seife:branches:X11:windowmanagers

fix authentication by re-adding the i3lock pam config. Sorry, this slipped through my local testing :-(

OBS-URL: https://build.opensuse.org/request/show/222530
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3lock?expand=0&rev=5
This commit is contained in:
Philipp Seiler
2014-02-17 10:11:38 +00:00
committed by Git OBS Bridge
parent 22ca9e687d
commit 4c2ede4a45
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 17 08:01:39 UTC 2014 - seife+obs@b1-systems.com
- readd the pam config file, which is still needed by unix2_chkpwd
(I should read the man page more thoroughly next time)
-------------------------------------------------------------------
Sat Feb 15 13:51:41 UTC 2014 - seife+obs@b1-systems.com

View File

@@ -78,7 +78,7 @@ make \
install
rm "%{buildroot}%{_sysconfdir}/pam.d/i3lock"
: install -m0644 "%{SOURCE1}" "%{buildroot}%{_sysconfdir}/pam.d/%{name}"
install -m0644 "%{SOURCE1}" "%{buildroot}%{_sysconfdir}/pam.d/%{name}"
install -D -m0644 i3lock.1 "%{buildroot}%{_mandir}/man1/i3lock.1"
@@ -88,7 +88,7 @@ install -D -m0644 i3lock.1 "%{buildroot}%{_mandir}/man1/i3lock.1"
%files
%defattr(-,root,root)
%doc CHANGELOG LICENSE README
# %%config(noreplace) %%{_sysconfdir}/pam.d/%%{name}
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
%{_bindir}/i3lock
%doc %{_mandir}/man1/i3lock.1*