drop filesystem.conf file (#694688) - /var/lock/subsys now handled by systemd

This commit is contained in:
Ondřej Vašík 2011-04-08 14:11:42 +02:00
parent 86340b0df0
commit 4ddb7f0f2c

View File

@ -1,6 +1,6 @@
Summary: The basic directory layout for a Linux system
Name: filesystem
Version: 2.4.40
Version: 2.4.41
Release: 1%{?dist}
License: Public Domain
URL: https://fedorahosted.org/filesystem
@ -9,7 +9,6 @@ Group: System Environment/Base
Source1: https://fedorahosted.org/filesystem/browser/lang-exceptions
Source2: iso_639.sed
Source3: iso_3166.sed
Source4: filesystem.conf
BuildRequires: iso-codes
%description
@ -28,8 +27,6 @@ rm -rf %{buildroot}
mkdir %{buildroot}
install -p -c -m755 %SOURCE2 %{buildroot}/iso_639.sed
install -p -c -m755 %SOURCE3 %{buildroot}/iso_3166.sed
mkdir -p %{buildroot}/etc/tmpfiles.d
install -p -c -m644 %SOURCE4 %{buildroot}/etc/tmpfiles.d/filesystem.conf
cd %{buildroot}
@ -194,9 +191,11 @@ posix.symlink("../run/lock", "/var/lock")
%attr(775,root,mail) /var/spool/mail
%attr(1777,root,root) /var/tmp
/var/yp
%config /etc/tmpfiles.d/filesystem.conf
%changelog
* Fri Apr 08 2011 Ondrej Vasik <ovasik@redhat.com> 2.4.41-1
- drop filesystem.conf file (#694688)
* Tue Apr 05 2011 Ondrej Vasik <ovasik@redhat.com> 2.4.40-1
- create /run/lock as 755 root:root (#693394)