rpms/Pound/devel Pound.spec,1.4,1.5

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Sun Dec 17 14:27:13 UTC 2006


Author: ruben

Update of /cvs/extras/rpms/Pound/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14872

Modified Files:
	Pound.spec 
Log Message:
Fixed empty debuginfo rpm (bz 219942)



Index: Pound.spec
===================================================================
RCS file: /cvs/extras/rpms/Pound/devel/Pound.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Pound.spec	16 Dec 2006 13:25:41 -0000	1.4
+++ Pound.spec	17 Dec 2006 14:26:43 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:		Pound          
 Version:	2.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Reverse proxy and load balancer        
 
 Group:		System Environment/Daemons
@@ -42,8 +42,8 @@
 %install
 rm -rf %{buildroot}
 %{__install} -d %{buildroot}%{pound_home}
-%{__install} -p -D -m 0755 -s pound %{buildroot}%{_sbindir}/pound
-%{__install} -p -D -m 0755 -s poundctl %{buildroot}%{_sbindir}/poundctl
+%{__install} -p -D -m 0755 pound %{buildroot}%{_sbindir}/pound
+%{__install} -p -D -m 0755 poundctl %{buildroot}%{_sbindir}/poundctl
 %{__install} -p -D -m 0644 pound.8 %{buildroot}%{_mandir}/man8/pound.8
 %{__install} -p -D -m 0644 poundctl.8 %{buildroot}%{_mandir}/man8/poundctl.8
 %{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/pound
@@ -106,6 +106,8 @@
 %attr(-,%{pound_user},%{pound_group}) %dir %{pound_home}
 
 %changelog
+* Sun Dec 17 2006 <ruben at rubenkerkhof.com> 2.2-2
+- Fixed empty debuginfo rpm (bz 219942)
 * Sat Dec 16 2006 <ruben at rubenkerkhof.com> 2.2-1
 - Sync with upstream
 * Sat Dec 09 2006 <ruben at rubenkerkhof.com> 2.1.8-1




More information about the fedora-extras-commits mailing list