From 30bb234a70d5ce35bc0dd6c0431a2dde7821db61 Mon Sep 17 00:00:00 2001 From: Bryan Kearney Date: Dec 16 2008 21:39:52 +0000 Subject: Fixes some bugs in the postgres plugin around dependencies. Found while testing ovirt. --- diff --git a/.cvsignore b/.cvsignore index f76dd0f..d9503e5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ace-0.0.3.tar.gz +ace-0.0.4.tar.gz diff --git a/ace.spec b/ace.spec index 23cd2ee..63a23fb 100644 --- a/ace.spec +++ b/ace.spec @@ -11,8 +11,8 @@ ############## Summary: Appliance Configuration Engine Name: ace -Version: 0.0.3 -Release: 7%{?dist} +Version: 0.0.4 +Release: 1%{?dist} Group: Applications/Internet License: LGPLv2+ @@ -37,6 +37,8 @@ Boot time configuration engine for appliances. %files %defattr(-,root,root,-) %dir %{ruby_sitelib} +%dir %{acehome} +%dir %{modulehome} %dir %{modulehome}/appliance_base %dir %{modulehome}/augeas %dir %{modulehome}/firewall @@ -76,6 +78,7 @@ Apache module for the Appliance Configuration Engine %files apache %defattr(-,root,root,-) +%dir %{modulehome}/apache %{modulehome}/apache/* %doc %{modulehome}/apache/COPYING @@ -95,6 +98,7 @@ Login and Console information for appliances %files banners %defattr(-,root,root,-) +%dir %{modulehome}/banners %{modulehome}/banners/* %doc %{modulehome}/banners/COPYING @@ -113,6 +117,7 @@ Basic informative web site for appliances %files basic-site %defattr(-,root,root,-) +%dir %{modulehome}/basic-site %{modulehome}/basic-site/* %doc %{modulehome}/basic-site/COPYING @@ -133,6 +138,7 @@ Mysql management for appliances. %files mysql %defattr(-,root,root,-) +%dir %{modulehome}/mysql %{modulehome}/mysql/* %doc %{modulehome}/mysql/COPYING @@ -153,6 +159,7 @@ PHP management for appliances. %files php %defattr(-,root,root,-) +%dir %{modulehome}/php %{modulehome}/php/* %doc %{modulehome}/php/COPYING @@ -173,6 +180,7 @@ Postgres database management for appliances. %files postgres %defattr(-,root,root,-) +%dir %{modulehome}/postgres %{modulehome}/postgres/* %doc %{modulehome}/postgres/COPYING @@ -193,6 +201,7 @@ SSH configuration for appliances %files ssh %defattr(-,root,root,-) +%dir %{modulehome}/ssh %{modulehome}/ssh/* %doc %{modulehome}/ssh/COPYING diff --git a/import.log b/import.log index 412deae..7d699ec 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ ace-0_0_3-5_fc9:F-10:ace-0.0.3-5.fc9.src.rpm:1227643185 +ace-0_0_4-1_fc10:F-10:ace-0.0.4-1.fc10.src.rpm:1229462881 diff --git a/sources b/sources index 4770c8e..5821758 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4472ecd60433a87b25a3be89fbdb272a ace-0.0.3.tar.gz +9870c9bab904e8a6640b9a9beeed9f41 ace-0.0.4.tar.gz