[myproxy] Fix %postun libs scriptlet

Orion Poplawski orion at fedoraproject.org
Fri Jan 24 15:35:28 UTC 2014


commit 6537bb9c4a5b45fc6af5815d9ad91025eec72b6a
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Jan 24 08:35:51 2014 -0700

    Fix %postun libs scriptlet

 myproxy.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/myproxy.spec b/myproxy.spec
index e15ac8c..1739499 100644
--- a/myproxy.spec
+++ b/myproxy.spec
@@ -330,8 +330,8 @@ PATH=.:$PATH ./myproxy-test -startserver -generatecerts
 
 %postun libs -p /sbin/ldconfig
 
-# uid:gid 178:178 now reserved for myproxy. rhbz#733671
 %pre server
+# uid:gid 178:178 now reserved for myproxy. rhbz#733671
 getent group myproxy >/dev/null || groupadd -g 178 -r myproxy
 getent passwd myproxy >/dev/null || \
 useradd -u 178 -r -g myproxy -d %{_localstatedir}/lib/myproxy \


More information about the scm-commits mailing list