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:
committed by
Git OBS Bridge
parent
22ca9e687d
commit
4c2ede4a45
@@ -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
|
||||
|
||||
|
@@ -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*
|
||||
|
||||
|
Reference in New Issue
Block a user