]> git.pld-linux.org Git - packages/dev.git/commitdiff
- Release 5.
authorMateusz Korniak <matkor@pld-linux.org>
Fri, 21 May 2010 07:00:43 +0000 (07:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  Set attr(666,root,root)  /dev/shm
  Having mounted /dev/shm with defualts from  /etc/fstab and upgrading dev
  results in permision change resulting apps using shmem to get privs error

Changed files:
    dev.spec -> 1.193

dev.spec

index 45decc602deb1980b195562bb9d22552ade46252..bf37980de1b26890adc3039a2b05bb89384ba782 100644 (file)
--- a/dev.spec
+++ b/dev.spec
@@ -5,7 +5,7 @@ Summary(pl.UTF-8):      Pliki specjalne /dev/*
 Summary(tr.UTF-8):     /dev dizini
 Name:          dev
 Version:       3.4
-Release:       4
+Release:       5
 License:       Public Domain
 Group:         Base
 Source0:       %{name}-list
@@ -169,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(660,root,video) /dev/radio
 %attr(660,root,audio) /dev/sequencer2
 %attr(600,root,root) /dev/sg[0-7]
-%dir /dev/shm
+%attr(666,root,root) %dir /dev/shm
 %dir /dev/snd
 %attr(660,root,video) /dev/vbi
 %attr(660,root,video) /dev/video
This page took 0.102274 seconds and 4 git commands to generate.