]> git.pld-linux.org Git - packages/setup.git/commitdiff
'input' group added auto/th/setup-2.9.0-3
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 20 Apr 2015 06:24:51 +0000 (08:24 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 20 Apr 2015 06:24:51 +0000 (08:24 +0200)
introduced by udev 218

Release: 3

setup-input_group.patch [new file with mode: 0644]
setup.spec

diff --git a/setup-input_group.patch b/setup-input_group.patch
new file mode 100644 (file)
index 0000000..c14c175
--- /dev/null
@@ -0,0 +1,20 @@
+commit 4818b45f81169087ead208bc1e06a90d6aac4ab7 (HEAD, origin/master, origin/HEAD, master)
+Author: Jacek Konieczny <j.konieczny@eggsoft.pl>
+Date:   Mon Apr 20 08:23:01 2015 +0200
+
+    'input' group added
+    
+    introduced by udev 218
+
+diff --git a/etc/group b/etc/group
+index 916db81..49fc5a8 100644
+--- a/etc/group
++++ b/etc/group
+@@ -35,6 +35,7 @@ fuse::84:
+ nobody::99:
+ stats::123:
+ logs::124:stats
++input::182:
+ fileshare::138:
+ users::1000:
+ tpexec::65500:
index b30c4746f7e16659299cb9471803e794666c5f5d..50b3614106c14dc18dd13dae654642f52f5cf8d8 100644 (file)
@@ -15,7 +15,7 @@ Summary(pt_BR.UTF-8): Vários arquivos básicos de configuração
 Summary(tr.UTF-8):     Basit kurulum dosyaları
 Name:          setup
 Version:       2.9.0
-Release:       2
+Release:       3
 License:       Public Domain, partially BSD-like
 Group:         Base
 Source0:       %{name}-%{version}.tar.bz2
@@ -31,6 +31,7 @@ Patch0:               %{name}-iana-etc.patch
 # This is source of non-iana changes in services file
 Patch1:                %{name}-services.patch
 Patch2:                protocols-fmt.patch
+Patch3:                %{name}-input_group.patch
 %if %{with diet}
 BuildRequires: dietlibc-static
 %else
@@ -91,6 +92,7 @@ dosyalarını içerir.
 %patch0 -p1
 mv iana-etc{-%{iana_etc_ver},}
 %patch2 -p1
+%patch3 -p1
 
 cp -a %{SOURCE2} iana-etc/protocol-numbers.iana
 cp -a %{SOURCE3} iana-etc/port-numbers.iana
This page took 0.173582 seconds and 4 git commands to generate.