]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- release 6
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 11 Jul 2000 13:41:33 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed duplicate %%postun

Changed files:
    cvs.spec -> 1.40

cvs.spec

index e6421430b9d42973c0f4eebfe25bfd5b7a40f706..0ec1fcde2ef001ec102bd33c999216e7e7e8949c 100644 (file)
--- a/cvs.spec
+++ b/cvs.spec
@@ -5,7 +5,7 @@ Summary(pl):    Concurrent Versioning System
 Summary(tr):   Sürüm denetim sistemi
 Name:          cvs
 Version:       1.10.8
-Release:       5
+Release:       6
 License:       GPL
 Group:         Development/Version Control
 Group(pl):     Programowanie/Zarz±dzanie Wersjami
@@ -148,6 +148,11 @@ fi
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
+if [ "$1" = "0" ]; then
+       # Remove user and group
+       %{_sbindir}/userdel cvs 2>/dev/null
+       %{_sbindir}/groupdel cvs 2>/dev/null
+fi
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %post pserver
@@ -155,13 +160,6 @@ if [ -f /var/lock/subsys/rc-inetd ]; then
        /etc/rc.d/init.d/rc-inetd restart
 fi
 
-%postun
-if [ "$1" = "0" ]; then
-       # Remove user and group
-       %{_sbindir}/userdel cvs 2>/dev/null
-       %{_sbindir}/groupdel cvs 2>/dev/null
-fi
-
 %postun pserver
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/rc-inetd ]; then
This page took 0.037264 seconds and 4 git commands to generate.