X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=bootstrapfs.spec;h=4fb609098671b870304f597e3e6febbc1646828f;hb=5d65a9a6a49bbc8d2256eb50eed1f0f0b4aa4300;hp=7c31b2fa54a79b94a08b99152ecb5b89bbf261af;hpb=33afe762cd730e6598f903a60e2e1f01f9e08eda;p=bootstrapfs.git diff --git a/bootstrapfs.spec b/bootstrapfs.spec index 7c31b2f..4fb6090 100644 --- a/bootstrapfs.spec +++ b/bootstrapfs.spec @@ -7,7 +7,7 @@ %define name bootstrapfs-%{nodefamily} %define version 1.0 -%define taglevel 10 +%define taglevel 11 # 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 +* Mon Jan 04 2010 Thierry Parmentelat - BootstrapFS-1.0-11 +- for building on fedora12 + * Thu Oct 22 2009 Thierry Parmentelat - BootstrapFS-1.0-10 - cosmetic change in message at build-time