rpms/haproxy/EL-4 haproxy.logrotate, NONE, 1.1 .cvsignore, 1.14, 1.15 haproxy.spec, 1.18, 1.19 sources, 1.14, 1.15

jjh jjh at fedoraproject.org
Sat Oct 17 21:29:47 UTC 2009


Author: jjh

Update of /cvs/pkgs/rpms/haproxy/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24687/EL-4

Modified Files:
	.cvsignore haproxy.spec sources 
Added Files:
	haproxy.logrotate 
Log Message:
update to 1.3.22 and add logrotate configuration


--- NEW FILE haproxy.logrotate ---
/var/log/haproxy.log {
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
        /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
    endscript
}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/EL-4/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	12 Oct 2009 06:22:46 -0000	1.14
+++ .cvsignore	17 Oct 2009 21:29:47 -0000	1.15
@@ -1,3 +1,4 @@
 haproxy-1.3.19.tar.gz
 haproxy-1.3.20.tar.gz
 haproxy-1.3.21.tar.gz
+haproxy-1.3.22.tar.gz


Index: haproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/EL-4/haproxy.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- haproxy.spec	12 Oct 2009 06:22:46 -0000	1.18
+++ haproxy.spec	17 Oct 2009 21:29:47 -0000	1.19
@@ -16,6 +16,7 @@ URL:            http://haproxy.1wt.eu/
 Source0:        http://haproxy.1wt.eu/download/1.3/src/haproxy-%{version}.tar.gz
 Source1:        %{name}.init
 Source2:        %{name}.cfg
+Source3:        %{name}.logrotate
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  pcre-devel 
@@ -61,6 +62,7 @@ rm -rf %{buildroot}
 %{__install} -p -D -m 0755 %{name} %{buildroot}%{_sbindir}/%{name}
 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}
 %{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{haproxy_confdir}/%{name}.cfg
+%{__install} -p -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 %{__install} -d -m 0755 %{buildroot}%{haproxy_home}
 %{__install} -d -m 0755 %{buildroot}%{haproxy_datadir}
 %{__install} -p -D -m 0644 ./doc/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
@@ -118,6 +120,7 @@ fi  
 %dir %{haproxy_datadir}/*
 %dir %{haproxy_confdir}
 %config(noreplace) %{haproxy_confdir}/%{name}.cfg
+%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %{_initrddir}/%{name}
 %{_sbindir}/%{name}
 %{_mandir}/man1/%{name}.1.gz
@@ -125,6 +128,10 @@ fi  
 
 
 %changelog
+* Sat Oct 17 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.22-2
+- update to 1.3.22
+- add logrotate configuration
+
 * Mon Oct 12 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 1.3.21-1
 - update to 1.3.21
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/haproxy/EL-4/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	12 Oct 2009 06:22:46 -0000	1.14
+++ sources	17 Oct 2009 21:29:47 -0000	1.15
@@ -1 +1,2 @@
 d591cc9aca0b81ea8ccda8db958c1f44  haproxy-1.3.21.tar.gz
+b84e0935cfea99eda43645d53bb82367  haproxy-1.3.22.tar.gz




More information about the fedora-extras-commits mailing list