diff --git a/.gitignore b/.gitignore index aa83c35..6b6d5a8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /ovirt-guest-agent-1.0.11.3.tar.bz2 /ovirt-guest-agent-1.0.12.tar.bz2 /ovirt-guest-agent-1.0.12.1.tar.bz2 +/ovirt-guest-agent-1.0.12.2.tar.bz2 diff --git a/ovirt-guest-agent.spec b/ovirt-guest-agent.spec index 1f30121..d900d3d 100644 --- a/ovirt-guest-agent.spec +++ b/ovirt-guest-agent.spec @@ -1,7 +1,7 @@ -%global release_version 3 +%global release_version 4 %global _moduledir /%{_lib}/security -%global _ovirt_version 1.0.12.1 +%global _ovirt_version 1.0.12.2 # Note this is not building any package # There exists no ovirt-guest-agent package @@ -34,6 +34,7 @@ Requires: %{name}-common = %{version}-%{release} Summary: Commonly used files of the oVirt Guest Agent BuildArch: noarch Requires: dbus-python +Requires: pygobject2 Requires: rpm-python Requires: python-ethtool >= 0.4-1 Requires: udev >= 095-14.23 @@ -291,6 +292,10 @@ fi %attr (755,root,root) %{_libdir}/kde4/kgreet_ovirtcred.so %changelog +* Tue Jul 26 2016 Vinzenz Feenstra - 1.0.12-4 +- Bump to upstream version 1.0.12.2 +- Fix for dependency issue - Missing dependency pygobject2 + * Tue Jun 21 2016 Vinzenz Feenstra - 1.0.12-3 - Bump to upstream version 1.0.12.1 diff --git a/sources b/sources index 1014de1..330fb9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f21fc7aeb79d9a178872ee677d05e3a ovirt-guest-agent-1.0.12.1.tar.bz2 +f6d35330a054381b5b4261edac05d665 ovirt-guest-agent-1.0.12.2.tar.bz2