Hello community, here is the log from the commit of package tomcat55 checked in at Thu May 17 11:24:46 CEST 2007. -------- --- tomcat55/tomcat55.changes 2007-05-09 14:24:41.000000000 +0200 +++ /mounts/work_src_done/NOARCH/tomcat55/tomcat55.changes 2007-05-16 22:23:53.410210000 +0200 @@ -1,0 +2,6 @@ +Mon May 14 16:14:09 CEST 2007 - dbornkessel@suse.de + +- added ps-Requires +- don't specify group or user id when adding group / user + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomcat55.spec ++++++ --- /var/tmp/diff_new_pack.R18470/_old 2007-05-17 11:24:32.000000000 +0200 +++ /var/tmp/diff_new_pack.R18470/_new 2007-05-17 11:24:32.000000000 +0200 @@ -72,7 +72,7 @@ %define catalina_base %{base_parent}/%{name}/base Summary: The Apache Tomcat Servlet Container Version: 5.5.23 -Release: 29 +Release: 41 License: BSD License and BSD-like, The Apache Software License Group: Productivity/Networking/Web/Frontends URL: http://tomcat.apache.org @@ -103,6 +103,7 @@ Patch150: java150_build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: jpackage-utils >= 1.6.0 +Requires: procps # xml parsing packages Requires: xerces-j2 >= 2.7.1 Requires: xml-commons-apis >= 1.3 @@ -1407,14 +1408,14 @@ then : OK group tomcat already present else - /usr/sbin/groupadd -o -g %{tcuid} -r tomcat 2>/dev/null || : + /usr/sbin/groupadd -o -r tomcat 2>/dev/null || : fi if getent passwd tomcat >/dev/null then : OK group tomcat already present else - /usr/sbin/useradd -c "Tomcat" -u %{tcuid} -g tomcat -s /bin/sh -r -d %{homedir} tomcat 2>/dev/null || : + /usr/sbin/useradd -c "Tomcat" -g tomcat -s /bin/sh -r -d %{homedir} tomcat 2>/dev/null || : fi %files -f %{packdname}/homelinks @@ -1554,6 +1555,9 @@ %ghost %doc %{_javadocdir}/%{name}-jsp-%{jspspec}-api %changelog +* Mon May 14 2007 - dbornkessel@suse.de +- added ps-Requires +- don't specify group or user id when adding group / user * Wed May 09 2007 - dbornkessel@suse.de - added missing ecj-bootstrap and pwdutils PreReqs * Wed May 02 2007 - dbornkessel@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de