hadong has uploaded a new change for review. Change subject: spec:fix rmdir: invalid option -- 'f' issue ......................................................................
spec:fix rmdir: invalid option -- 'f' issue Change-Id: I3620b95181d81d209dd8b4ef49bae82ced6560d7 Signed-off-by: hadong <[email protected]> --- M ovirt-node.spec.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/97/27897/1 diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index e5e47ef..a8fd332 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -483,7 +483,7 @@ %{__rm} -vf %{buildroot}/%{python_sitelib}/ovirt/node/setup/rhn/* \ %{buildroot}/%{_sysconfdir}/ovirt-commandline.d/rhn_autoinstall_args \ %{buildroot}/%{_sysconfdir}/ovirt-config-boot.d/rhn_autoinstall.py* -rmdir -f %{buildroot}/%{python_sitelib}/ovirt/node/setup/rhn/ +rmdir %{buildroot}/%{python_sitelib}/ovirt/node/setup/rhn/ %endif -- To view, visit http://gerrit.ovirt.org/27897 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3620b95181d81d209dd8b4ef49bae82ced6560d7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: hadong <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
