rpms/lighttpd/FC-3 lighttpd.spec,1.1,1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Mar 1 18:26:13 UTC 2005


Author: thias

Update of /cvs/extras/rpms/lighttpd/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12303/FC-3

Modified Files:
	lighttpd.spec 
Log Message:
Fix missing defattr in sub-packages.



Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/FC-3/lighttpd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lighttpd.spec	23 Feb 2005 00:12:23 -0000	1.1
+++ lighttpd.spec	1 Mar 2005 18:26:10 -0000	1.2
@@ -3,7 +3,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.3.11
-Release: 1
+Release: 2
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -147,11 +147,13 @@
 %{webroot}/
 
 %files mod_mysql_vhost
+%defattr(-, root, root, 0755)
 %doc doc/mysqlvhost.txt
 %dir %{_libdir}/lighttpd/
 %{_libdir}/lighttpd/mod_mysql_vhost.so
 
 %files fastcgi
+%defattr(-, root, root, 0755)
 %doc doc/fastcgi*.txt
 %config(noreplace) %{_sysconfdir}/php.d/lighttpd.ini
 %{_bindir}/spawn-fcgi
@@ -160,6 +162,9 @@
 
 
 %changelog
+* Tue Mar  1 2005 Matthias Saou <http://freshrpms.net/> 1.3.11-2
+- Add missing defattr to sub-packages (#150018).
+
 * Mon Feb 21 2005 Matthias Saou <http://freshrpms.net/> 1.3.11-0
 - Update to 1.3.11.
 - Remove cleanconf and init.d patches (merged upstream).




More information about the scm-commits mailing list