]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- fixed broken %%postun libs, removed bogus deps from base
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 May 2003 11:17:09 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amanda.spec -> 1.98

amanda.spec

index 50563f5f1fab8f16cc254926612564b75a3845af..3a09b12a19d9ad5980094f790f02d51f9b147356 100644 (file)
@@ -1,6 +1,7 @@
+#
 # Conditional build:
 # _with_xfs    - with support for xfsdump
-
+#
 Summary:       A network-capable tape backup solution
 Summary(pl):   Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
@@ -30,12 +31,6 @@ BuildRequires:       gnuplot
 BuildRequires: libtool
 BuildRequires: readline-devel >= 4.2
 BuildRequires: tar
-Requires(pre): /usr/bin/getgid
-Requires(pre): /bin/id
-Requires(pre): /usr/sbin/groupadd
-Requires(pre): /usr/sbin/useradd
-Requires(postun):      /usr/sbin/groupdel
-Requires(postun):      /usr/sbin/userdel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc
@@ -211,8 +206,9 @@ else
 fi
 
 %post   libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
 
+%postun libs
+/sbin/ldconfig
 if [ "$1" = "0" ]; then
        /usr/sbin/userdel amanda
        /usr/sbin/groupdel amanda
This page took 0.210666 seconds and 4 git commands to generate.