]> git.pld-linux.org Git - packages/setup.git/commitdiff
- read /etc/profile.env if present
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Apr 2006 11:33:31 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    setup.spec -> 1.116

setup.spec

index 9c7b5506827d04f756c535c2aa7d4b56ac50a02a..ce1ad3a4be4d3d2681188d62d05ed57ea61f3e2b 100644 (file)
@@ -6,6 +6,7 @@
 %bcond_with    ssp     # enable stack-smashing protector (vide dietlibc.spec)
 #
 %define        iana_etc_ver    1.04
+%undefine      with_ccache
 #
 Summary:       Simple setup files
 Summary(de):   Einfache Setup-Dateien
@@ -17,7 +18,7 @@ Summary(pt_BR):       V
 Summary(tr):   Basit kurulum dosyalarý
 Name:          setup
 Version:       2.4.10
-Release:       2
+Release:       2.1
 License:       Public Domain, partially BSD-like
 Group:         Base
 Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.bz2
@@ -28,6 +29,7 @@ Source2:      %{name}-update-fstab.c
 # This is source of non-iana changes in services file
 #Patch0:               %{name}-services.patch
 Patch0:                %{name}-securetty.patch
+Patch1:                %{name}-profile.env.patch
 BuildRequires: dietlibc-static
 BuildRequires: gawk
 Conflicts:     FHS < 2.3
@@ -73,6 +75,7 @@ dosyalar
 %prep
 %setup -q -a1
 %patch0 -p1
+%patch1 -p1
 install %{SOURCE2} update-fstab.c
 
 %build
This page took 0.057228 seconds and 4 git commands to generate.