rpms/mantis/F-11 mantis.spec,1.25,1.26

Gianluca Sforna giallu at fedoraproject.org
Sun Jan 17 16:44:52 UTC 2010


Author: giallu

Update of /cvs/extras/rpms/mantis/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16313

Modified Files:
	mantis.spec 
Log Message:
* Thu Jan 17 2010 Gianluca Sforna <giallu gmail com> - 1.1.8-3
- Tweak summary
- Don't restart apache (#552943)



Index: mantis.spec
===================================================================
RCS file: /cvs/extras/rpms/mantis/F-11/mantis.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- mantis.spec	3 Jul 2009 10:15:17 -0000	1.25
+++ mantis.spec	17 Jan 2010 16:44:52 -0000	1.26
@@ -3,10 +3,10 @@
 %global docdir        %{_docdir}/%{name}-%{version}
 %global httpconfdir   %{_sysconfdir}/httpd/conf.d
 
-Summary:    Web-based bugtracking system
+Summary:    Web-based issue tracking system
 Name:       mantis
 Version:    1.1.8
-Release:    1%{?dist}
+Release:    3%{?dist}
 License:    GPLv2+
 Group:      Applications/Internet
 URL:        http://www.mantisbt.org/
@@ -33,8 +33,6 @@ Provides:   mantis-config = httpd
 Requires:   mantis = %{version}-%{release}
 Requires:   %{httpconfdir}
 Requires:   mod_ssl
-Requires(post): httpd
-Requires(postun): httpd
 
 
 %description
@@ -130,13 +128,6 @@ rm -rf ${RPM_BUILD_ROOT}%{pkgdir}/doc
 rm -rf "${RPM_BUILD_ROOT}"
 
 
-%post config-httpd
-! /sbin/pidof httpd &>/dev/null || /usr/sbin/apachectl graceful || :
-
-%postun config-httpd
-! /sbin/pidof httpd &>/dev/null || /usr/sbin/apachectl graceful || :
-
-
 %files
 %defattr(-,root,root,-)
 %{pkgdir}
@@ -150,6 +141,10 @@ rm -rf "${RPM_BUILD_ROOT}"
 
 
 %changelog
+* Thu Jan 17 2010 Gianluca Sforna <giallu gmail com> - 1.1.8-3
+- Tweak summary
+- Don't restart apache (#552943)
+
 * Mon Jun  8 2009  Gianluca Sforna <giallu gmail com> - 1.1.8-1
 - new upstream release
 



More information about the scm-commits mailing list