From ef2dd42874030f3a5c77fd58a13176cc36a0c6ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 11 Sep 2007 11:15:18 +0000 Subject: [PATCH] - install sysconfig; rel 3 Changed files: pound.spec -> 1.51 --- pound.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pound.spec b/pound.spec index 26b74e0..4fd3965 100644 --- a/pound.spec +++ b/pound.spec @@ -2,13 +2,14 @@ Summary: Pound - reverse-proxy and load-balancer Summary(pl.UTF-8): Pound - reverse-proxy i load-balancer Name: pound Version: 2.3.2 -Release: 2 +Release: 3 License: GPL Group: Networking/Daemons Source0: http://www.apsis.ch/pound/Pound-%{version}.tgz # Source0-md5: bbb9f1f7dee2fe9713f6cc11c72f97f4 Source1: %{name}.cfg Source2: %{name}.init +Source3: %{name}.sysconfig URL: http://www.apsis.ch/pound/ BuildRequires: automake BuildRequires: openssl-devel >= 0.9.7d @@ -55,6 +56,7 @@ install pound.8 $RPM_BUILD_ROOT%{_mandir}/man8 install poundctl.8 $RPM_BUILD_ROOT%{_mandir}/man8 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/%{name} install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} +install %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/%{name} %clean rm -rf $RPM_BUILD_ROOT @@ -75,6 +77,7 @@ fi %attr(755,root,root) %{_sbindir}/* %dir %{_sysconfdir}/pound %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pound/* +%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} %attr(754,root,root) /etc/rc.d/init.d/%{name} %{_mandir}/man8/* %dir %attr(755,root,root) /var/run/%{name} -- 2.44.0