]> git.pld-linux.org Git - packages/PowerChutePlus.git/commitdiff
- use %useradd/%groupadd macros
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 1 May 2005 17:31:30 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PowerChutePlus.spec -> 1.21

PowerChutePlus.spec

index b6a23b7a50b3f7c8cfb4b876f8d7b1dd833c3e1e..478f1b543e97f7419249f539f9e29f24efc5fd40 100644 (file)
@@ -17,7 +17,7 @@ Source6:      %{name}-powerchute.ini_templ
 Source7:       ftp://ftp.apcc.com/apc/public/software/unix/linux/pcplus/settings.pdf
 # Source7-md5: c69abad141a836fd12ced0cc39049dc6
 Patch0:                %{name}-fix-sh.patch
 Source7:       ftp://ftp.apcc.com/apc/public/software/unix/linux/pcplus/settings.pdf
 # Source7-md5: c69abad141a836fd12ced0cc39049dc6
 Patch0:                %{name}-fix-sh.patch
-BuildRequires: rpmbuild(macros) >= 1.159
+BuildRequires: rpmbuild(macros) >= 1.202
 PreReq:                rc-scripts
 Requires(pre): /bin/id
 Requires(pre): /usr/bin/getgid
 PreReq:                rc-scripts
 Requires(pre): /bin/id
 Requires(pre): /usr/bin/getgid
@@ -103,23 +103,8 @@ ln -sf /var/run/bkupsd.pid $RPM_BUILD_ROOT%{_libdir}/powerchute
 rm -rf $RPM_BUILD_ROOT
 
 %pre
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-if [ -n "`/usr/bin/getgid pwrchute`" ]; then
-       if [ "`/usr/bin/getgid pwrchute`" != 68 ]; then
-               echo "Error: group pwrchute doesn't have gid=68. Correct this before installing PowerChutePlus." 1>&2
-               exit 1
-       fi
-else
-       /usr/sbin/groupadd -g 68 pwrchute 1>&2
-fi
-if [ -n "`/bin/id -u pwrchute 2>/dev/null`" ]; then
-       if [ "`/bin/id -u pwrchute`" != 68 ]; then
-               echo "Error: user pwrchute doesn't have uid=68. Correct this before installing PowerChutePlus." 1>&2
-               exit 1
-       fi
-else
-       /usr/sbin/useradd -u 68 -g 68 -d /usr/share/empty -s /bin/false \
-               -c "PowerChute Plus" pwrchute
-fi
+%groupadd -g 68 pwrchute
+%useradd -u 68 -g 68 -d /usr/share/empty -s /bin/false -c "PowerChute Plus" pwrchute
 
 %post
 /sbin/chkconfig --add upsd
 
 %post
 /sbin/chkconfig --add upsd
This page took 0.053171 seconds and 4 git commands to generate.