[node-patches] Change in ovirt-node[master]: pkg: Remove ovirt-rpmquery
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Fri May 31 10:18:35 UTC 2013
Fabian Deutsch has uploaded a new change for review.
Change subject: pkg: Remove ovirt-rpmquery
......................................................................
pkg: Remove ovirt-rpmquery
Unused and rpm -qa works at runtime.
Change-Id: I13b9b521c9b032e43faeeff7a5d2ccc8ef3bd71f
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=969143
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M ovirt-node.spec.in
M recipe/common-manifest.ks
M scripts/Makefile.am
3 files changed, 0 insertions(+), 7 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/47/15247/1
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 0e445bf..3af70a1 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -511,7 +511,6 @@
%{_libexecdir}/ovirt-config-password
%{_libexecdir}/ovirt-config-uninstall
%{_libexecdir}/ovirt-functions
-%{_libexecdir}/ovirt-rpmquery
%{_libexecdir}/ovirt-admin-shell
%{_libexecdir}/ovirt-init-functions.sh
%{_sbindir}/persist
diff --git a/recipe/common-manifest.ks b/recipe/common-manifest.ks
index f014e93..5e0b30d 100644
--- a/recipe/common-manifest.ks
+++ b/recipe/common-manifest.ks
@@ -30,11 +30,6 @@
} | sort -u -k1,1 | sed "s#\t\t\t#\n#" > /manifest-owns.txt
-# this one is kept in root for ovirt-rpmquery
-rpm -qa --qf '%{NAME}\t%{VERSION}\t%{RELEASE}\t%{BUILDTIME}\n' | \
- sort > /rpm-qa.txt
-echo -n "."
-
du -akx --exclude=/var/cache/yum / > /manifest-file.txt
du -x --exclude=/var/cache/yum / > /manifest-dir.txt
echo -n "."
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 8806d1d..332222e 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -31,7 +31,6 @@
ovirt-config-password \
ovirt-config-uninstall \
ovirt-functions \
- ovirt-rpmquery \
ovirt-init-functions.sh \
ovirt-auto-install.py \
ovirt-admin-shell \
--
To view, visit http://gerrit.ovirt.org/15247
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I13b9b521c9b032e43faeeff7a5d2ccc8ef3bd71f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list