Vinzenz Feenstra has uploaded a new change for review. Change subject: agent: Missing BuildRequirements in spec files ......................................................................
agent: Missing BuildRequirements in spec files The following two packages are missing in the build requires * python-pep8 * gcc-c++ Change-Id: I997a0fd3653688271cfd5ad7ee584d8b6ed1c11d Signed-off-by: Vinzenz Feenstra <[email protected]> --- M ovirt-guest-agent.rhel6.spec M ovirt-guest-agent.spec 2 files changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/19/16919/1 diff --git a/ovirt-guest-agent.rhel6.spec b/ovirt-guest-agent.rhel6.spec index e5e9f46..9fdf6b7 100644 --- a/ovirt-guest-agent.rhel6.spec +++ b/ovirt-guest-agent.rhel6.spec @@ -11,6 +11,7 @@ Source0: http://ovirt.org/releases/stable/src/%{name}-%{version}.tar.bz2 BuildArch: noarch BuildRequires: python2-devel +BuildRequires: python-pep8 Requires: dbus-python Requires: rpm-python Requires: python-ethtool >= 0.4-1 diff --git a/ovirt-guest-agent.spec b/ovirt-guest-agent.spec index 384dbeb..43f4ad7 100644 --- a/ovirt-guest-agent.spec +++ b/ovirt-guest-agent.spec @@ -25,6 +25,7 @@ %package common Summary: Commonly used files of the oVirt Guest Agent BuildArch: noarch +BuildRequires: python-pep8 Requires: dbus-python Requires: rpm-python Requires: python-ethtool >= 0.4-1 @@ -58,6 +59,7 @@ %package kdm-plugin Summary: KDM plug-in for the oVirt Guest Agent BuildRequires: kdebase-workspace-devel +BuildRequires: gcc-c++ Requires: %{name} = %{version}-%{release} Requires: %{name}-pam-module = %{version}-%{release} Requires: kdm -- To view, visit http://gerrit.ovirt.org/16919 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I997a0fd3653688271cfd5ad7ee584d8b6ed1c11d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
