/var/run and /var/lock can't be in payload for some reason
This commit is contained in:
parent
5a403cd705
commit
73e32d77f9
@ -1,7 +1,7 @@
|
||||
Summary: The basic directory layout for a Linux system
|
||||
Name: filesystem
|
||||
Version: 3.2
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
License: Public Domain
|
||||
URL: https://fedorahosted.org/filesystem
|
||||
Group: System Environment/Base
|
||||
@ -218,13 +218,13 @@ return 0
|
||||
/var/gopher
|
||||
/var/lib
|
||||
/var/local
|
||||
/var/lock
|
||||
%ghost /var/lock
|
||||
/var/log
|
||||
/var/mail
|
||||
/var/nis
|
||||
/var/opt
|
||||
/var/preserve
|
||||
/var/run
|
||||
%ghost /var/run
|
||||
%dir /var/spool
|
||||
%attr(755,root,root) /var/spool/lpd
|
||||
%attr(775,root,mail) /var/spool/mail
|
||||
@ -232,7 +232,10 @@ return 0
|
||||
/var/yp
|
||||
|
||||
%changelog
|
||||
* Wed Jun 19 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2.15
|
||||
* Wed Jun 20 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-16
|
||||
- /var/run and /var/lock can't be in payload for some reason
|
||||
|
||||
* Wed Jun 19 2013 Ondrej Vasik <ovasik@redhat.com> - 3.2-15
|
||||
- handle bin/lib/lib64 symlinks in /usr/lib/debug (#974130)
|
||||
|
||||
* Tue Jun 18 2013 Kay Sievers <kay@redhat.com> - 3.2-14
|
||||
|
Loading…
Reference in New Issue
Block a user