forked from pool/screen
Accepting request 833000 from home:mgerstner:branches:Base:System
- no longer invoke permissions/chkstat for directory handled by systemd-tmpfiles (bsc#1171879) OBS-URL: https://build.opensuse.org/request/show/833000 OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=92
This commit is contained in:
parent
b23d816497
commit
b1ae82a1fd
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 13:30:58 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
|
||||
|
||||
- no longer invoke permissions/chkstat for directory handled by
|
||||
systemd-tmpfiles (bsc#1171879)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 10:15:14 UTC 2020 - trenn@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package screen
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -125,12 +125,8 @@ install -m 644 %{SOURCE4} %{buildroot}/etc/pam.d/screen
|
||||
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
%set_permissions /run/uscreens/
|
||||
%tmpfiles_create /usr/lib/tmpfiles.d/screen.conf
|
||||
|
||||
%verifyscript
|
||||
%verify_permissions -e /run/uscreens/
|
||||
|
||||
%preun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user