This commit is contained in:
parent
5566e872fd
commit
9c2d28f039
15
pen.changes
15
pen.changes
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 21 17:26:30 CEST 2007 - adrian@suse.de
|
||||||
|
|
||||||
|
- fix changelog entry order
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 25 13:43:40 CEST 2006 - joe@suse.de
|
Fri Aug 25 13:43:40 CEST 2006 - joe@suse.de
|
||||||
|
|
||||||
@ -24,14 +29,14 @@ Fri Dec 16 10:27:02 CET 2005 - joe@suse.de
|
|||||||
- new "abuse server", similar to the emergency server:
|
- new "abuse server", similar to the emergency server:
|
||||||
use "-B host:port" to enable
|
use "-B host:port" to enable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jan 24 14:02:26 CET 2004 - joe@suse.de
|
|
||||||
|
|
||||||
- upgraded to version 0.15.0
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 9 15:37:16 CEST 2004 - joe@suse.de
|
Wed Jun 9 15:37:16 CEST 2004 - joe@suse.de
|
||||||
|
|
||||||
- Initial version of SUSE pen package
|
- Initial version of SUSE pen package
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 24 14:02:26 CET 2004 - joe@suse.de
|
||||||
|
|
||||||
|
- upgraded to version 0.15.0
|
||||||
|
|
||||||
|
12
pen.spec
12
pen.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pen (Version 0.17.1)
|
# spec file for package pen (Version 0.17.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: pen
|
Name: pen
|
||||||
License: GPL
|
License: GNU General Public License (GPL)
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Summary: A simple load balancer for tcp based protocols
|
Summary: A simple load balancer for tcp based protocols
|
||||||
URL: http://siag.nu/pen/
|
URL: http://siag.nu/pen/
|
||||||
Version: 0.17.1
|
Version: 0.17.1
|
||||||
Release: 1
|
Release: 45
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.cfg
|
Source1: %{name}.cfg
|
||||||
Source2: init.%{name}
|
Source2: init.%{name}
|
||||||
@ -104,7 +104,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
/usr/sbin/rc%{name}
|
/usr/sbin/rc%{name}
|
||||||
%config(noreplace) /etc/%{name}.cfg
|
%config(noreplace) /etc/%{name}.cfg
|
||||||
|
|
||||||
%changelog -n pen
|
%changelog
|
||||||
|
* Thu Jun 21 2007 - adrian@suse.de
|
||||||
|
- fix changelog entry order
|
||||||
* Fri Aug 25 2006 - joe@suse.de
|
* Fri Aug 25 2006 - joe@suse.de
|
||||||
- update to version 0.17.1
|
- update to version 0.17.1
|
||||||
- bugfix: server_by_weight would never consider blacklisted
|
- bugfix: server_by_weight would never consider blacklisted
|
||||||
@ -115,7 +117,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- fixed the init script give feedback on restart action
|
- fixed the init script give feedback on restart action
|
||||||
- upgraded to version 0.16.0
|
- upgraded to version 0.16.0
|
||||||
- the configure option for ssl is now:
|
- the configure option for ssl is now:
|
||||||
--with-experimental-only-ssl
|
--with-experimental-only-ssl
|
||||||
- new "abuse server", similar to the emergency server:
|
- new "abuse server", similar to the emergency server:
|
||||||
use "-B host:port" to enable
|
use "-B host:port" to enable
|
||||||
* Wed Jun 09 2004 - joe@suse.de
|
* Wed Jun 09 2004 - joe@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user