Vinzenz Feenstra has uploaded a new change for review. Change subject: agent: [WIP] ovirt-guest-agent version 1.0.8 ......................................................................
agent: [WIP] ovirt-guest-agent version 1.0.8 Change-Id: I71b6165b799a730bfe1b3559b8840b0457af997a Signed-off-by: Vinzenz Feenstra <[email protected]> --- M configure.ac M ovirt-guest-agent.spec 2 files changed, 11 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/02/11302/1 diff --git a/configure.ac b/configure.ac index 2cb88e6..479382e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ([2.63]) AC_INIT([ovirt-guest-agent], - [1.0.7], + [1.0.8], [http://bugzilla.redhat.com]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 -Wall]) diff --git a/ovirt-guest-agent.spec b/ovirt-guest-agent.spec index ea8dce3..31677b5 100644 --- a/ovirt-guest-agent.spec +++ b/ovirt-guest-agent.spec @@ -5,7 +5,7 @@ %global _kdmrc /etc/kde/kdm/kdmrc Name: ovirt-guest-agent -Version: 1.0.7 +Version: 1.0.8 Release: %{release_version}%{?dist} Summary: The oVirt Guest Agent Group: Applications/System @@ -15,6 +15,7 @@ BuildRequires: libtool BuildRequires: pam-devel BuildRequires: python2-devel +BuildRequires: python-pep8 %if 0%{?fedora} >= 18 BuildRequires: systemd %else @@ -224,6 +225,14 @@ %attr (755,root,root) %{_libdir}/kde4/kgreet_ovirtcred.so %changelog +* Tue Jan 23 2013 Vinzenz Feenstra <[email protected]> - 1.0.8-1 +- Pep8 rules applied on python files +- Call restorecon on pidfile +- Report multiple IPv4 addresses per device if available +- Send 'uninstalled' notification non blocking +- fixed "modified" files after clone. +- rewrote nic's addresses functions in python 2.4 syntax. + * Tue Dec 25 2012 Gal Hammer <[email protected]> - 1.0.7-1 - reset user rights on virtio-channel during package removal. - unification of line endings to unix. -- To view, visit http://gerrit.ovirt.org/11302 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I71b6165b799a730bfe1b3559b8840b0457af997a 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
