]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- update apache2 trigger to match apache-base in case somebody decides not to
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 2 Feb 2006 15:14:49 +0000 (15:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  use apache2.2 virtual pkg (freedom of choice one of the pld mottos)

Changed files:
    phpMyAdmin.spec -> 1.121

phpMyAdmin.spec

index a2dd9e9ecc54ed65b4ed4d455eb4b1bb8418c3ab..3ea4e25bd13ca44b69ceda2ba179f7d39cec0607 100644 (file)
@@ -99,10 +99,10 @@ rm -rf $RPM_BUILD_ROOT
 %triggerun -- apache1
 %webapp_unregister apache %{_webapp}
 
-%triggerin -- apache >= 2.0.0
+%triggerin -- apache < 2.2.0, apache-base
 %webapp_register httpd %{_webapp}
 
-%triggerun -- apache >= 2.0.0
+%triggerun -- apache < 2.2.0, apache-base
 %webapp_unregister httpd %{_webapp}
 
 %triggerpostun -- phpMyAdmin <= 2.5.3-2
This page took 0.036956 seconds and 4 git commands to generate.