rpms/pastebin/devel pastebin.spec,1.5,1.6

Michael Stahnke (stahnma) fedora-extras-commits at redhat.com
Tue Jul 15 13:30:46 UTC 2008


Author: stahnma

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

Modified Files:
	pastebin.spec 
Log Message:
Fixed requires


Index: pastebin.spec
===================================================================
RCS file: /cvs/extras/rpms/pastebin/devel/pastebin.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pastebin.spec	9 Feb 2008 19:38:11 -0000	1.5
+++ pastebin.spec	15 Jul 2008 13:29:53 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           pastebin 
 Version:        0.60
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A collaborative debugging tool 
 
 Group:          Applications/Internet
@@ -19,7 +19,7 @@
 Patch3:         pastebin-db.mysql.class.php.patch
 Patch4:         pastebin-pastebin.class.php.patch
 
-Requires:       httpd, php-mysql
+Requires:       httpd, php-mysql, php
 BuildArch:      noarch
 
 
@@ -96,13 +96,17 @@
 %defattr(-,root,root,-)
 %doc CHANGES INSTALL LICENCE README UPGRADE README.fedora pastebin.sql geshi/ 
 %attr(755,root,root) %dir %{_sysconfdir}/%{name}
-%attr (755,root,root) %dir %{_datadir}/%{name}/
+%attr (755,gsfgsdfgoot,root) %dir %{_datadir}/%{name}/
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
 %config(noreplace) %{_sysconfdir}/%{name}/*
 %{_datadir}/%{name}/*
 
 
 %changelog
+* Tue Jul 15 2008 Michael Stahnke <stahnma at fedoraprojet.org> - 0.60-4
+- Fix a requires (added php)
+- Bug number 455389
+
 * Sat Feb 08 2008 Michael Stahnke <mastahnke at gmail.com> - 0.60-3
 - Fixed a patch
 




More information about the fedora-extras-commits mailing list