X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeconfig.spec;h=49ddcef8b316c98d188e1360b8a3d7dfcc004a12;hb=1e82fa9600ba4edd1bd43c51ef69849e6213dcb6;hp=bb797fbbc72dd35e730d6a8209f5cebf024604ff;hpb=e08e0a58bd8c4eb4b992bde016df67fbfab4272f;p=nodeconfig.git diff --git a/nodeconfig.spec b/nodeconfig.spec index bb797fb..49ddcef 100644 --- a/nodeconfig.spec +++ b/nodeconfig.spec @@ -4,8 +4,8 @@ %define url $URL: svn+ssh://thierry@svn.planet-lab.org/svn/WWW/trunk/PLCWWW.spec $ %define name nodeconfig -%define version 4.3 -%define taglevel 7 +%define version 5.0 +%define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -77,7 +77,7 @@ for dir in PlanetLabConf PLCAPI ; do rsync -a --exclude .svn ./$dir/ $RPM_BUILD_ROOT/var/www/html/$dir/ done -# the yum area -- se db-config +# the yum area -- see db-config # expose (fixed) myplc.repo.php as https:///yum/myplc.repo.php install -D -m 644 ./yum/myplc.repo.php $RPM_BUILD_ROOT/var/www/html/yum/myplc.repo.php # expose the fcdistro-dependant yum.conf as https:///yum/yum.conf @@ -85,6 +85,12 @@ install -D -m 644 ./yum/%{distroname}/yum.conf $RPM_BUILD_ROOT/var/www/htm # expose the (fcdistro-dependant) stock.repo as https:///yum/stock.repo install -D -m 644 ./yum/%{distroname}/yum.myplc.d/stock.repo $RPM_BUILD_ROOT/var/www/html/yum/stock.repo +# Install db-config.d files +echo "* Installing db-config.d files" +mkdir -p ${RPM_BUILD_ROOT}/etc/planetlab/db-config.d +cp db-config.d/* ${RPM_BUILD_ROOT}/etc/planetlab/db-config.d +chmod 444 ${RPM_BUILD_ROOT}/etc/planetlab/db-config.d/* + popd %clean @@ -101,6 +107,7 @@ chmod 700 /var/log/bm /var/www/html/PlanetLabConf /var/www/html/PLCAPI /var/www/html/yum +/etc/planetlab/db-config.d %changelog * Wed Dec 23 2009 Marc Fiuczynski - nodeconfig-4.3-7 @@ -152,4 +159,4 @@ chmod 700 /var/log/bm - former content has moved down into PlanetLabConf -%define module_current_branch 4.2 +%define module_current_branch 4.3