X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootstrapfs.spec;h=462faba2d666c833968e040878c8a4f515f2d09d;hb=04f24143931a7fa86c4842e9d4d96ffb685f9251;hp=bde9e809b9814eecef5defcc600ab2facd3b1384;hpb=1431330945d9c1add15d05d6445a6f13553cee41;p=nodeimage.git diff --git a/bootstrapfs.spec b/bootstrapfs.spec index bde9e80..462faba 100644 --- a/bootstrapfs.spec +++ b/bootstrapfs.spec @@ -7,7 +7,7 @@ %define name bootstrapfs-%{nodefamily} %define version 1.0 -%define taglevel 9 +%define taglevel 10 # pldistro already in the rpm name #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -85,7 +85,7 @@ if [ -n "$SUDO_USER" ] ; then # /usr/bin/sudo get created with non-readable permissions. find . -not -perm +0600 -exec chmod u+rw {} \; # Allow user to delete the built RPM(s) - chown -h -R $SUDO_USER %{_rpmdir}/%{_arch} + chown -h -R $SUDO_USER %{_rpmdir}/* fi %post @@ -99,6 +99,9 @@ fi /var/www/html/boot/bootstrapfs*.tar %changelog +* Thu Oct 22 2009 Thierry Parmentelat - BootstrapFS-1.0-10 +- cosmetic change in message at build-time + * Fri Oct 09 2009 Thierry Parmentelat - BootstrapFS-1.0-9 - can use groups in the pkgs file with +++ for space