]> git.pld-linux.org Git - packages/bb4.git/blobdiff - bb4.spec
- Req user-bb
[packages/bb4.git] / bb4.spec
index a421ca89d6626df008ff812216efbcb024c8b670..e67b441bf5005859e9271bc03884b318a1a15d03 100644 (file)
--- a/bb4.spec
+++ b/bb4.spec
@@ -12,20 +12,16 @@ Patch0:             %{name}-pld.patch
 NoSource:      0
 URL:           http://bb4.com/
 PreReq:                rc-scripts
-Requires(pre): /bin/id
-Requires(pre): /usr/bin/getgid
-Requires(pre): /usr/sbin/groupadd
-Requires(pre): /usr/sbin/useradd
+Requires(pre): user-bb
 Requires(post,preun):  /sbin/chkconfig
-Requires(postun):      /usr/sbin/groupdel
-Requires(postun):      /usr/sbin/userdel
 Requires:      /usr/bin/setsid
+Conflicts:     iputils-ping < 1:ss020124
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _etcdir         /etc/bb
 %define                _libdir         /usr/lib/bb
-%define                _htmldir        /home/httpd/html/bb
-%define                _cgidir         /home/httpd/cgi-bin
+%define                _htmldir        /home/services/httpd/html/bb
+%define                _cgidir         /home/services/httpd/cgi-bin
 %define                _vardir         /var/lib/bb
 %define                _sysconfdir     /etc/dummy
 
@@ -116,24 +112,6 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bb
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%pre
-if [ -n "`/usr/bin/getgid bb`" ]; then
-       if [ "`/usr/bin/getgid bb`" != "73" ]; then
-               echo "Error: group bb doesn't have gid=73. Correct this before installing BB." 1>&2
-                exit 1
-        fi
-else
-        /usr/sbin/groupadd -g 73 -r -f bb
-fi
-if [ -n "`/bin/id -u bb 2>/dev/null`" ]; then
-       if [ "`/bin/id -u bb`" != "73" ]; then
-               echo "Error: user bb doesn't have uid=73. Correct this before installing BB." 1>&2
-               exit 1
-       fi
-else
-       /usr/sbin/useradd -u 73 -r -d %{_vardir} -s /bin/sh -c "Big Brother" -g bb -G root,proc,adm bb 1>&2
-fi
-
 %post
 /sbin/chkconfig --add bb
 if [ -f /var/lock/subsys/bb ]; then
@@ -150,12 +128,6 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del bb
 fi
 
-%postun
-if [ "$1" = "0" ]; then
-       /usr/sbin/userdel bb
-       /usr/sbin/groupdel bb
-fi
-
 %files
 %defattr(644,root,root,755)
 %doc %{nshort}/{LICENSE,README,README.CHANGES,README.SECURITY,README.SUPPORT}
This page took 0.059377 seconds and 4 git commands to generate.