[ovirt-guest-agent/f18] ovirt-guest-agent: Updated to 1.0.8 upstream version

Vinzenz Feenstra evilissimo at fedoraproject.org
Mon Aug 12 07:12:06 UTC 2013


commit 153226fe0986bb342fcd9be5a97fc10574300992
Author: Vinzenz Feenstra <vfeenstr at redhat.com>
Date:   Fri Aug 9 14:35:59 2013 +0200

    ovirt-guest-agent: Updated to 1.0.8 upstream version
    
    Signed-off-by: Vinzenz Feenstra <vfeenstr at redhat.com>
    
    Conflicts:
    	ovirt-guest-agent.spec
    
    Conflicts:
    	.gitignore
    	ovirt-guest-agent.spec

 .gitignore             |    2 ++
 ovirt-guest-agent.spec |   43 +++++++++++++++++++++++++++++++++----------
 sources                |    2 +-
 3 files changed, 36 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe6089b..588b2a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 /ovirt-guest-agent-1.0.6.tar.bz2
+/ovirt-guest-agent-1.0.8-alpha.tar.bz2
+/ovirt-guest-agent-1.0.8.tar.bz2
diff --git a/ovirt-guest-agent.spec b/ovirt-guest-agent.spec
index c9a5d00..f747985 100644
--- a/ovirt-guest-agent.spec
+++ b/ovirt-guest-agent.spec
@@ -1,21 +1,21 @@
 
-%global release_version 6
-
+%global release_version 2
 %global _moduledir /%{_lib}/security
 
 # Note this is not building any package
 # There exists no ovirt-guest-agent package
 Name: ovirt-guest-agent
-Version: 1.0.6
-Release: %{release_version}%{?dist}
+Version: 1.0.8
+Release: %{release_version}%{?candidate_rel}%{?dist}
 Summary: The oVirt Guest Agent
 Group: Applications/System
 License: ASL 2.0
 URL: http://wiki.ovirt.org/wiki/Category:Ovirt_guest_agent
-Source0: http://resources.ovirt.org/releases/3.2/src/%{name}-%{version}.tar.bz2
+Source0: http://evilissimo.fedorapeople.org/releases/ovirt-guest-agent/%{version}/%{name}-%{version}%{candidate_file}.tar.bz2
 BuildRequires: libtool
 BuildRequires: pam-devel
 BuildRequires: python2-devel
+BuildRequires: python-pep8
 %if 0%{?fedora} >= 18
 BuildRequires: systemd
 %else
@@ -37,6 +37,7 @@ Requires: python-ethtool >= 0.4-1
 Requires: udev >= 095-14.23
 Requires: kernel > 2.6.18-238.5.0
 Requires: usermode
+Requires: python-pep8
 %if 0%{?fedora} >= 18
 Requires(post): systemd
 Requires(preun): systemd
@@ -72,6 +73,7 @@ Requires: gdm
 %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
@@ -148,7 +150,9 @@ then
     VIRTIO=`grep "^device" %{_sysconfdir}/ovirt-guest-agent.conf | awk '{ print $3; }'`
     if [ -w $VIRTIO ]
     then
-        echo '{ "__name__" : "uninstalled" }' >> $VIRTIO
+        # Non blocking uninstalled notification
+        echo -e '{"__name__": "uninstalled"}\n' | dd of=$VIRTIO \
+            oflag=nonblock status=noxfer conv=nocreat 1>& /dev/null || :
     fi
 fi
 
@@ -159,6 +163,7 @@ then
         /bin/systemctl daemon-reload
     %endif
 
+    # Let udev clear access rights
     /sbin/udevadm trigger --subsystem-match="virtio-ports" \
         --attr-match="name=com.redhat.rhevm.vdsm"
 fi
@@ -239,6 +244,24 @@ fi
 %attr (755,root,root) %{_libdir}/kde4/kgreet_ovirtcred.so
 
 %changelog
+* Fri Aug 09 2013 Vinzenz Feenstra <vfeenstr at redhat.com> - 1.0.8-2
+- Updated to oVirt 3.3 ovirt-guest-agent 1.0.8 released sources
+
+* Thu Jul 11 2013 Vinzenz Feenstra <vfeenstr at redhat.com> - 1.0.8-1
+- Upgraded sources to upstream 1.0.8
+- 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.
+- GNOME 3.8 no longer supports gdm plugins. Therefore it's now disabled for
+  higher versions
+- Added full qualified domain name reporting
+- Condrestart now ensures that the pid file does not only exist, but also is
+  not empty
+- Added new optional parameter for shutdown to allow reboot
+
 * Tue Feb 19 2013 Vinzenz Feenstra <vfeenstr at redhat.com> - 1.0.6-6
 - Using datadir as home directory
   Resolves: BZ#883124
@@ -308,7 +331,7 @@ Resolves: BZ#803503
 - renamed user name to ovirtguest.
 - reset version numbering after changing the package name.
 
-* Thu Sep 27 2011 Gal Hammer <ghammer at redhat.com> - 2.3.15-1
+* Tue Sep 27 2011 Gal Hammer <ghammer at redhat.com> - 2.3.15-1
 - fixed disk usage report when mount point include spaces.
 - added a minimum version for python-ethtool.
 Resolves: BZ#736426
@@ -355,7 +378,7 @@ Resolves: BZ#713079 BZ#632959
 - fixed the local user check when stripping the domain part.
 Resolves: BZ#632959 BZ#711428 BZ#694088 BZ#661713 BZ#681123
 
-* Tue May 25 2011 Gal Hammer <ghammer at redhat.com> - 2.3.7-1
+* Wed May 25 2011 Gal Hammer <ghammer at redhat.com> - 2.3.7-1
 - stopped removing the domain part from the user name.
 - show only network interfaces that are up and running.
 Resolves: BZ#661713 BZ#681123 BZ#704845
@@ -417,7 +440,7 @@ Resolves: BZ#641886
 - BZ#660231 register daemon for startup.
 Resolves: BZ#660343 BZ#660231
 
-* Wed Dec 05 2010 Barak Azulay <bazulay at redhat.com> - 2.3-2
+* Sun Dec 05 2010 Barak Azulay <bazulay at redhat.com> - 2.3-2
 - initial build for RHEL-6
 - works over vioserial
 - Agent reports only heartbeats, IPs, app list
@@ -425,5 +448,5 @@ Resolves: BZ#660343 BZ#660231
   ConsoleKit & gnome-screensaver is installed)
 Resolves: BZ#613059
 
-* Thu Aug 27 2010 Gal Hammer <ghammer at redhat.com> - 2.3-1
+* Fri Aug 27 2010 Gal Hammer <ghammer at redhat.com> - 2.3-1
 - Initial build.
diff --git a/sources b/sources
index 3e03c2b..2f2e2ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-95e0b6019bd0dba9cf07ac00855b5044  ovirt-guest-agent-1.0.8-alpha.tar.bz2
+2d382dc4656ac4039d64611700e89b67  ovirt-guest-agent-1.0.8.tar.bz2


More information about the scm-commits mailing list