]> git.pld-linux.org Git - packages/boa.git/commitdiff
- Release 2.
authormkochano <mkochano@pld-linux.org>
Fri, 15 Sep 2000 21:28:39 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Removal of user before removal of group in %%postun. Group can not be
  removed if there is an user belonging to it.

Changed files:
    boa.spec -> 1.24

boa.spec

index f4e820266252f4b206db7e92f44908e9f417e287..d9d13a9d8bc0128101cb57f20b7b0612bd9299d9 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -2,7 +2,7 @@ Summary:        Boa high speed HTTP server
 Summary(pl):   Boa - szybki serwer HTTP
 Name:          boa
 Version:       0.94.8.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Group(pl):     Sieciowe/Serwery
@@ -76,8 +76,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %postun
 if [ "$1" = "0" ]; then
-       %{_sbindir}/groupdel http > /dev/null 2>&1
        %{_sbindir}/userdel http > /dev/null 2>&1
+       %{_sbindir}/groupdel http > /dev/null 2>&1
 fi
 
 %post
This page took 0.026364 seconds and 4 git commands to generate.