]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- BR sed 4.0, removed ldconfig (no libs in package), cosmetics auto/ac/pwdutils-2_5_97-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Feb 2004 14:28:44 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pwdutils.spec -> 1.24

pwdutils.spec

index 28a8c25a1beb17615924db1373d732e689beac85..59343d3bccd7bc689de08c6f5f008c0b639a4e84 100644 (file)
@@ -1,4 +1,3 @@
-#
 Summary:       Utilities to manage the passwd and shadow user information
 Summary(pl):   Narzêdzia do zarz±dzania informacjami o u¿ytkownikach z passwd i shadow
 Name:          pwdutils
@@ -25,10 +24,11 @@ BuildRequires:      libselinux-devel
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
+BuildRequires: sed >= 4.0
 Provides:      shadow = 2:%{version}-%{release}
 Provides:      shadow-extras = 2:%{version}-%{release}
 Obsoletes:     shadow
-Obsoletes:     shadow-extras 
+Obsoletes:     shadow-extras
 Conflicts:     util-linux < 2.12-10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -113,13 +113,10 @@ install %{SOURCE9} $RPM_BUILD_ROOT/etc/pam.d/shadow
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
 if [ ! -f /etc/shadow ]; then
        %{_sbindir}/pwconv
 fi
 
-%postun -p /sbin/ldconfig
-
 %post -n rpasswdd
 /sbin/chkconfig --add rpasswdd
 if [ -f /var/lock/subsys/rpasswdd ]; then
This page took 0.0301709999999999 seconds and 4 git commands to generate.