Author: glen Date: Mon Jul 18 20:31:10 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - discard use of uid/gid macros (unneccessary) - PreReq rc-scripts instead of just Requires
---- Files affected: SPECS: eventum.spec (1.107.2.9 -> 1.107.2.10) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.107.2.9 SPECS/eventum.spec:1.107.2.10 --- SPECS/eventum.spec:1.107.2.9 Fri Jul 15 13:25:14 2005 +++ SPECS/eventum.spec Mon Jul 18 22:31:04 2005 @@ -14,9 +14,6 @@ %bcond_with pear # build with system PEAR packages (or use bundled ones) %bcond_with qmail # build the router-qmail subpackage -%define uid 146 -%define gid 146 - # snapshot: DATE #define _snap 20050227 @@ -26,7 +23,7 @@ %define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz %endif -%define _rel 3.20 +%define _rel 3.21 Summary: Eventum Issue / Bug tracking system Summary(pl): Eventum - system śledzenia spraw/błędów @@ -365,7 +362,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release} Requires: php >= 4.1.0 Requires: php-sockets -Requires: rc-scripts >= 0.4.0.18 +PreReq: rc-scripts >= 0.4.0.18 %description irc The IRC notification bot is a nice feature for remote teams that want @@ -639,8 +636,8 @@ fi %pre base -%groupadd -P %{name}-base -g %{gid} %{name} -%useradd -P %{name}-base -u %{uid} -d /var/lib/%{name} -g %{name} -c "Eventum User" %{name} +%groupadd -P %{name}-base -g 146 %{name} +%useradd -P %{name}-base -u 146 -d /var/lib/%{name} -g %{name} -c "Eventum User" %{name} %postun base if [ "$1" = "0" ]; then @@ -850,6 +847,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.107.2.10 2005/07/18 20:31:04 glen +- discard use of uid/gid macros (unneccessary) +- PreReq rc-scripts instead of just Requires + Revision 1.107.2.9 2005/07/15 11:25:14 glen - add routed_emails dir to package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.107.2.9&r2=1.107.2.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
