Hello community, here is the log from the commit of package pound checked in at Mon Apr 30 18:36:47 CEST 2007. -------- --- pound/pound.changes 2007-02-06 16:16:00.000000000 +0100 +++ /mounts/work_src_done/STABLE/pound/pound.changes 2007-04-30 12:18:44.106299000 +0200 @@ -1,0 +2,8 @@ +Mon Apr 30 12:18:00 CEST 2007 - joe@suse.de + +- update to version 2.3 + - dynamic scaling + - various bugs fixed +- now using user/group "pound" + +------------------------------------------------------------------- Old: ---- Pound-2.2.3.tar.bz2 New: ---- Pound-2.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pound.spec ++++++ --- /var/tmp/diff_new_pack.r17257/_old 2007-04-30 18:36:17.000000000 +0200 +++ /var/tmp/diff_new_pack.r17257/_new 2007-04-30 18:36:17.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package pound (Version 2.2.3) +# spec file for package pound (Version 2.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,13 +16,14 @@ Group: Productivity/Networking/Web/Proxy Summary: reverse-proxy and load-balancer URL: http://www.apsis.ch/pound/ -Version: 2.2.3 +Version: 2.3 Release: 1 Source0: Pound-%version.tar.bz2 Source1: pound.cfg Source2: init.pound Patch: pound.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build +PreReq: /usr/sbin/useradd, /usr/sbin/groupadd %description The Pound program is a reverse proxy, load balancer and HTTPS front-end @@ -49,7 +50,9 @@ --mandir=%_mandir \ --enable-msdav \ --with-ssl=/usr/include/openssl \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --with-owner=pound \ + --with-group=pound make %install @@ -63,6 +66,11 @@ %clean rm -rf ${RPM_BUILD_ROOT} +%pre +# Add the "pound" user and group +%{_sbindir}/groupadd -r pound 2> /dev/null || : +%{_sbindir}/useradd -c "Pound" -g pound -r -d /var/lib/pound pound 2> /dev/null || : + %post %{fillup_and_insserv -n pound pound} @@ -77,14 +85,19 @@ %defattr(-,root,root) %doc GPL.html README FAQ z2_2_5_1.py z2_2_6_1.py /etc/init.d/pound -%attr(555, wwwrun, www) /usr/sbin/pound -%attr(555, wwwrun, www) /usr/sbin/poundctl +%attr(555, root, root) /usr/sbin/pound +%attr(555, root, root) /usr/sbin/poundctl /usr/sbin/rcpound %_mandir/man8/pound.8.gz %_mandir/man8/poundctl.8.gz %config(noreplace) /etc/pound.cfg -%changelog -n pound +%changelog +* Mon Apr 30 2007 - joe@suse.de +- update to version 2.3 + - dynamic scaling + - various bugs fixed +- now using user/group "pound" * Tue Feb 06 2007 - joe@suse.de - update to version 2.2.3 - new configuration file syntax ++++++ Pound-2.2.3.tar.bz2 -> Pound-2.3.tar.bz2 ++++++ ++++ 11609 lines of diff (skipped) ++++++ pound.cfg ++++++ --- pound/pound.cfg 2007-02-06 15:51:44.000000000 +0100 +++ /mounts/work_src_done/STABLE/pound/pound.cfg 2007-04-30 12:46:19.400573000 +0200 @@ -2,14 +2,14 @@ # It sends all requests from port 80 to port 8080 on the same machine. # Start pound as User with Group -User "wwwrun" -Group "www" +User "pound" +Group "pound" # Replace "localhost" by your IP or host name ListenHTTP Address localhost Port 80 - + Service HeadRequire "Host: .*localhost.*" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org