[node-patches] Change in ovirt-node[master]: spec:fix rmdir: invalid option -- 'f' issue

hadong0720 at gmail.com hadong0720 at gmail.com
Tue May 20 06:16:51 UTC 2014


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 <hadong at redhat.com>
---
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 <hadong0720 at gmail.com>



More information about the node-patches mailing list