]> git.pld-linux.org Git - packages/FHS.git/commitdiff
- rel 35 auto/th/FHS-2_3-35 auto/ti/FHS-2.3-35
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 6 Apr 2012 21:05:43 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- get rid of /media entries

Changed files:
    FHS.spec -> 1.151

FHS.spec

index 7343e6aa5dfccc5c5ac7250b9b0062cea0ecb12a..dded9edbf50ddfbc1131d7da15a36bb8a9007507 100644 (file)
--- a/FHS.spec
+++ b/FHS.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):      Podstawowy układ katalogów systemu Linux zgodny z FHS 2.3
 Summary(tr.UTF-8):     Temel dosya sistemi yapısı
 Name:          FHS
 Version:       2.3
-Release:       34
+Release:       35
 License:       GPL
 Group:         Base
 URL:           http://www.pathname.com/fhs/
@@ -72,7 +72,7 @@ install -d \
        $RPM_BUILD_ROOT/{bin,boot,dev,etc,home,opt,srv} \
        $RPM_BUILD_ROOT/etc/{X11,opt} \
        $RPM_BUILD_ROOT/lib/modules \
-       $RPM_BUILD_ROOT/{mnt,media/{cdrom,floppy},proc,root/tmp,sbin,tmp} \
+       $RPM_BUILD_ROOT/{mnt,media,proc,root/tmp,sbin,tmp} \
        $RPM_BUILD_ROOT/usr/{bin,games,include,lib,sbin,share,src} \
        $RPM_BUILD_ROOT/usr/share/{dict,doc,games,info,misc,tmac,xml} \
        $RPM_BUILD_ROOT/usr/lib/games \
@@ -134,9 +134,7 @@ posix.chown("/var/lock", 0, %{gid_uucp})
 %dir /home
 %dir /lib
 %dir /lib/modules
-%dir %attr(775,root,root) /media
-%dir %attr(775,root,root) %verify(not group) /media/floppy
-%dir %attr(775,root,root) %verify(not group) /media/cdrom
+%dir /media
 %dir /mnt
 %dir /opt
 %dir %attr(555,root,root) %verify(not group) /proc
This page took 0.065535 seconds and 4 git commands to generate.