]> git.pld-linux.org Git - packages/rt.git/commitdiff
- apache R main pkg
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Oct 2013 13:30:28 +0000 (15:30 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Oct 2013 13:30:28 +0000 (15:30 +0200)
rt.spec

diff --git a/rt.spec b/rt.spec
index db14f10ca12bacd1a512fc68cca65e033b3c27ff..3ef790e0ad131688bd05c6464817acdd53447bb4 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -277,6 +277,7 @@ z innymi narzędziami.
 Summary:       Apache support files for RT
 Summary(pl.UTF-8):     Pliki wspomagające używanie RT z Apache
 Group:         Applications
+Requires:      %{name} = %{version}-%{release}
 Requires:      apache-base >= 2.2.0
 Requires:      apache-mod_authz_host >= 2.2.0
 Requires:      apache-mod_perl >= 2.0
@@ -365,10 +366,6 @@ rm -rf $RPM_BUILD_ROOT
 # this is generic config that SHOULDN'T BE TOUCHED. Change settings in your local (site) config.
 %attr(640,root,http) %config %{_sysconfdir}/RT_Config.pm
 
-%if %{with apache}
-%dir %attr(750,root,http) %{_webappsdir}
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webappsdir}/httpd.conf
-%endif
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
 %attr(755,root,root) /etc/cron.daily/rt-clean-sessions
 %attr(755,root,root) %{_bindir}/rt-*
This page took 0.100258 seconds and 4 git commands to generate.