]> git.pld-linux.org Git - packages/setup.git/commitdiff
- release 2: added /etc/group with video group (gid=24) setup-2_4_1-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Oct 2001 10:09:05 +0000 (10:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setup.spec -> 1.52

setup.spec

index 065ba07263436eca7b15941df04b8dc1d3405541..8bf82be66a606371a09ed6cd55fa4c0beba4911f 100644 (file)
@@ -8,7 +8,7 @@ Summary(pt_BR): V
 Summary(tr):   Basit kurulum dosyalarý
 Name:          setup
 Version:       2.4.1
-Release:       1
+Release:       2
 License:       public domain
 Group:         Base
 Group(de):     Gründsätzlich
@@ -16,6 +16,7 @@ Group(es):    Base
 Group(pl):     Podstawowe
 Group(pt_BR):  Base
 Source0:       %{name}-%{version}.tar.bz2
+Source1:       group
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Buildarch:     noarch
 AutoReqProv:   no
@@ -59,11 +60,12 @@ dosyalar
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT
 
 cp -fa * $RPM_BUILD_ROOT
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/group
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 1.519301 seconds and 4 git commands to generate.