packages: keepalived/keepalived.spec - rel 0.4 - moved genhash to the separ...

mguevara mguevara at pld-linux.org
Mon Oct 19 00:09:19 CEST 2009


Author: mguevara                     Date: Sun Oct 18 22:09:19 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 0.4 - moved genhash to the separate package

---- Files affected:
packages/keepalived:
   keepalived.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/keepalived/keepalived.spec
diff -u packages/keepalived/keepalived.spec:1.16 packages/keepalived/keepalived.spec:1.17
--- packages/keepalived/keepalived.spec:1.16	Sun Oct 18 23:24:28 2009
+++ packages/keepalived/keepalived.spec	Mon Oct 19 00:09:14 2009
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - genhash to separate package
+# - test
 #
 Summary:	HA monitor built upon LVS, VRRP and services poller
 Summary(pl.UTF-8):	Monitor HA zbudowany w oparciu o LVS, VRRP i narzędzie do sprawdzania usług
 Name:		keepalived
 Version:	1.1.19
-Release:	0.3
+Release:	0.4
 License:	GPL v2
 Group:		Applications/System
 Source0:	http://www.keepalived.org/software/%{name}-%{version}.tar.gz
@@ -23,6 +23,7 @@
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires(post,preun):	/sbin/chkconfig
 Requires:	rc-scripts
+Suggests:	genhash
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,6 +54,18 @@
 użytkownika demon do sprawdzania stanu węzłów klastra LVS oraz
 przejmowania zadań urządzenia zarządzającego.
 
+%package genhash
+Summary:	genhash - md5 hash generation tool for remote web pages
+Group:		Applications/System
+Provides:	genhash
+
+%description genhash
+genhash is a tool used for generating md5sum hashes of remote web 
+pages.  genhash can use HTTP or HTTPS to connect to the web page.  
+The output by this utility includes the HTTP header, page data, 
+and the md5sum of the data. This md5sum can then be used within 
+the keepalived program, for monitoring HTTP and HTTPS services.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -95,13 +108,16 @@
 %doc AUTHOR ChangeLog CONTRIBUTORS README TODO doc/samples doc/keepalived*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/keepalived/keepalived.conf
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
-%attr(755,root,root) %{_bindir}/genhash
 %attr(755,root,root) %{_sbindir}/keepalived
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %dir %{_sysconfdir}/keepalived
-%{_mandir}/man1/*.1*
-%{_mandir}/man5/*.5*
-%{_mandir}/man8/*.8*
+%{_mandir}/man5/keepalived.conf.5*
+%{_mandir}/man8/keepalived.8*
+
+%files genhash
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/genhash
+%{_mandir}/man1/genhash.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -109,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2009/10/18 22:09:14  mguevara
+- rel 0.4 - moved genhash to the separate package
+
 Revision 1.16  2009/10/18 21:24:28  mguevara
 - rel 0.3, added keepalived-use-linux-libc-headers.patch to use llh instead
   of kernel-headers
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/keepalived/keepalived.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list