]> git.pld-linux.org Git - packages/filesystem.git/commitdiff
- adjusted /run permissions (mounted by rc-scripts as tmpfs with default options) auto/th/filesystem-4.0-42
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Jun 2015 17:04:38 +0000 (19:04 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 Jun 2015 17:04:38 +0000 (19:04 +0200)
- added /lib/udev/hwdb.d (rationale the same as /lib/udev/rules.d)
- release 42

filesystem.spec

index 3d7201f10f3d91a9b0e44e00c2f5b44aecb09bb2..ca42ad02c6820d78a498d27b0d783958ea3553a0 100644 (file)
@@ -1,6 +1,7 @@
 # NOTE
 # - do not use any other user/group than "root", as then we have to depend on "setup" package.
 #   see the gid_xxx macros and post scriptlet
+# FIXME: verify shows changed groups of dirs changed this way
 
 # disable rpm generated debug package, we handle it differently here
 %define                _enable_debug_packages  0
@@ -11,7 +12,7 @@ Summary:      Common directories
 Summary(pl.UTF-8):     Wspólne katalogi
 Name:          filesystem
 Version:       4.0
-Release:       41
+Release:       42
 License:       GPL
 Group:         Base
 BuildRequires: automake
@@ -77,7 +78,7 @@ install -d \
        $RPM_BUILD_ROOT/{initrd,selinux,run,sys} \
        $RPM_BUILD_ROOT/etc/{NetworkManager/dispatcher.d,X11/xinit/{xinput,xinitrc}.d,certs,cron.d,default,init,logrotate.d,fonts/conf.d,modprobe.d,pki/{CA,tls},security,skel,sysconfig,tmpwatch,xdg/{autostart,menus}} \
        $RPM_BUILD_ROOT/home/{users,services} \
-       $RPM_BUILD_ROOT/lib/{firmware,security,udev/rules.d,systemd/system} \
+       $RPM_BUILD_ROOT/lib/{firmware,security,udev/{hwdb.d,rules.d},systemd/system} \
        $RPM_BUILD_ROOT/usr/include/{security,X11} \
        $RPM_BUILD_ROOT/usr/lib/{ConsoleKit/run-session.d,browser-plugins,cgi-bin,cmake,mozilla/extensions,pkcs11,pkgconfig,initrd,tmpfiles.d} \
        $RPM_BUILD_ROOT/usr/share/{appdata,augeas/lenses/tests,backgrounds,cmake/Modules,color/icc,factory/etc/pam.d,fontconfig/conf.avail,gnome/help,mate/help,man/man{n,l},man/pl/mann,ppd,pkgconfig,soundfonts,sounds,themes/Default,thumbnailers,vala/vapi,wallpapers,wayland-sessions,xsessions} \
@@ -215,9 +216,12 @@ posix.chown("/etc/cron.d", 0, %{gid_crontab})
 %dir /lib/security
 %dir /lib/systemd
 %dir /lib/systemd/system
+# for library packages or other software with optional udev support not to pull udev
 %dir /lib/udev
+%dir /lib/udev/hwdb.d
 %dir /lib/udev/rules.d
-%dir /run
+# tmpfs mounted by rc-scripts
+%attr(1777,root,root) %dir /run
 %dir /selinux
 %dir /sys
 %if "%{pld_release}" != "ac"
This page took 0.081714 seconds and 4 git commands to generate.