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

Ondrej Vasik ovasik at fedoraproject.org
Fri Apr 8 12:11:47 UTC 2011


commit 4ddb7f0f2c380f10afabd85026f815a82b307d74
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Fri Apr 8 14:11:42 2011 +0200

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

 filesystem.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/filesystem.spec b/filesystem.spec
index 7b53796..a76e81b 100644
--- a/filesystem.spec
+++ b/filesystem.spec
@@ -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 at redhat.com>  2.4.41-1
+- drop filesystem.conf file (#694688)
+
 * Tue Apr 05 2011 Ondrej Vasik <ovasik at redhat.com>  2.4.40-1
 - create /run/lock as 755 root:root (#693394)
 


More information about the scm-commits mailing list