rpms/mantis/devel mantis.spec,1.27,1.28

Gianluca Sforna giallu at fedoraproject.org
Sun Jan 17 16:19:28 UTC 2010


Author: giallu

Update of /cvs/extras/rpms/mantis/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14007

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/devel/mantis.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- mantis.spec	25 Jul 2009 11:46:46 -0000	1.27
+++ mantis.spec	17 Jan 2010 16:19:26 -0000	1.28
@@ -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:    2%{?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)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list