X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myplc.spec;h=b4951b2f065a87aa320cf0d01c45b49363ae3235;hb=ee4eac44f251dc3caddb41944a673e771cf40c45;hp=f2f6fba04302f2bc3534dd952634991be3746e27;hpb=317691fe5e8de0459450c40f977ed12c192aa8c8;p=myplc.git diff --git a/myplc.spec b/myplc.spec index f2f6fba..b4951b2 100644 --- a/myplc.spec +++ b/myplc.spec @@ -63,6 +63,7 @@ Requires: vixie-cron # planetlab stuff Requires: bootmanager Requires: bootcd-%{pldistro}-%{_arch} +Requires: bootcd-initscripts Requires: PLCWWW Requires: www-register-wizard Requires: nodeconfig @@ -110,17 +111,6 @@ popd %clean rm -rf $RPM_BUILD_ROOT -# If run under sudo -if [ -n "$SUDO_USER" ] ; then - # Allow user to delete the build directory - chown -h -R $SUDO_USER . - # Some temporary cdroot files like /var/empty/sshd and - # /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) - [ -d %{_rpmdir}/noarch ] && chown -h -R $SUDO_USER %{_rpmdir}/noarch -fi - %pre if [ -x %{_sysconfdir}/init.d/plc ] ; then %{_sysconfdir}/init.d/plc stop