- mark dir in /var/run as %ghost
OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign?expand=0&rev=25
This commit is contained in:
parent
89048ff100
commit
16f7a07b24
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 08:49:12 UTC 2014 - lnussel@suse.de
|
||||
|
||||
- mark dir in /var/run as %ghost
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 09:17:04 UTC 2013 - glin@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pesign
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -107,7 +107,7 @@ systemd-tmpfiles --create /usr/lib/tmpfiles.d/pesign.conf
|
||||
%{_unitdir}/pesign.service
|
||||
/usr/lib/tmpfiles.d/pesign.conf
|
||||
%dir %attr(0775,pesign,pesign) %{_sysconfdir}/pki/pesign
|
||||
%dir %attr(0770,pesign,pesign) %{_localstatedir}/run/%{name}
|
||||
%ghost %dir %attr(0770,pesign,pesign) %{_localstatedir}/run/%{name}
|
||||
%dir %attr(0770,pesign,pesign) %{_localstatedir}/lib/%{name}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user