Accepting request 994115 from X11:windowmanagers
OBS-URL: https://build.opensuse.org/request/show/994115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i3lock?expand=0&rev=20
This commit is contained in:
commit
db2ab00ebd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 9 09:32:04 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Use %_pam_vendordir
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 27 22:03:03 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
Sun Dec 27 22:03:03 UTC 2020 - Matthias Eliasson <elimat@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package i3lock
|
# spec file for package i3lock
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
|
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
@ -73,8 +73,8 @@ install -D -m0644 %{name}.1 "%{buildroot}%{_mandir}/man1/%{name}.1"
|
|||||||
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/i3lock-xlock-compat/i3lock-icon.png
|
install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/i3lock-xlock-compat/i3lock-icon.png
|
||||||
install -m0755 %{SOURCE3} %{buildroot}/%{_bindir}/xlock
|
install -m0755 %{SOURCE3} %{buildroot}/%{_bindir}/xlock
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
mkdir -p %{buildroot}%{_distconfdir}
|
mkdir -p %{buildroot}%{_pam_vendordir}
|
||||||
mv %{buildroot}%{_sysconfdir}/pam.d %{buildroot}%{_distconfdir}
|
mv %{buildroot}%{_sysconfdir}/pam.d/* %{buildroot}%{_pam_vendordir}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
@ -96,7 +96,7 @@ done
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGELOG README.md
|
%doc CHANGELOG README.md
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
%{_distconfdir}/pam.d/%{name}
|
%{_pam_vendordir}/%{name}
|
||||||
%else
|
%else
|
||||||
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
|
%config(noreplace) %{_sysconfdir}/pam.d/%{name}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user