]> git.pld-linux.org Git - packages/dev.git/commitdiff
- rel 10; more sgXX devices auto/th/dev-3.4-10
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 24 Jan 2012 21:23:51 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dev.spec -> 1.198

dev.spec

index db045f45f5f156b57f0240c3527f77bd8fef95c1..50985ea07c01f988e500fa901bba324992b40957 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:       9
+Release:       10
 License:       Public Domain
 Group:         Base
 Source0:       %{name}-list
@@ -83,7 +83,7 @@ ln -sf fd/0 stdin
 ln -sf fd/1 stdout
 ln -sf fd/2 stderr
 i=0;
-for l in a b c d e f g h; do
+for l in a b c d e f g h i j k l m n o p; do
        ln -sf sg$l sg$i
        i=$((i+1))
 done
@@ -169,7 +169,8 @@ rm -rf $RPM_BUILD_ROOT
 /dev/stderr
 %attr(660,root,video) /dev/radio
 %attr(660,root,audio) /dev/sequencer2
-%attr(600,root,root) /dev/sg[0-7]
+%attr(600,root,root) /dev/sg[0-9]
+%attr(600,root,root) /dev/sg1[0-5]
 %attr(1777,root,root) %dir /dev/shm
 %dir /dev/snd
 %attr(660,root,video) /dev/vbi
This page took 0.096962 seconds and 4 git commands to generate.