[ovirt-node/f16] * Wed Feb 15 2012 Mike Burns <mburns at redhat.com> 2.2.3-1 - Update to upstream version 2.2.3 - add li

mburns72h mburns72h at fedoraproject.org
Wed Feb 15 14:31:13 UTC 2012


commit dfc4536abf6647c4819cd919ccacd909ffdb26e2
Author: Mike Burns <mburns at redhat.com>
Date:   Wed Feb 15 09:26:45 2012 -0500

    * Wed Feb 15 2012 Mike Burns <mburns at redhat.com> 2.2.3-1
    - Update to upstream version 2.2.3
    - add limited stateless support
    - Fix UEFI handling

 .gitignore      |    1 +
 ovirt-node.spec |   14 +++++++++++---
 sources         |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82c1357..8a7343a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /ovirt-node-2.1.tar.gz
 /ovirt-node-2.2.0.tar.gz
 /ovirt-node-2.2.1.tar.gz
+/ovirt-node-2.2.3.tar.gz
diff --git a/ovirt-node.spec b/ovirt-node.spec
index 5c3fcea..05602d5 100644
--- a/ovirt-node.spec
+++ b/ovirt-node.spec
@@ -6,7 +6,7 @@
 
 Summary:        The %{product_family} daemons/scripts
 Name:           ovirt-node
-Version:        2.2.1
+Version:        2.2.3
 Release:        1%{?dist}%{?extra_release}
 Source0:        %{name}-%{version}.tar.gz
 License:        GPLv2+
@@ -16,17 +16,18 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 URL:            http://www.ovirt.org/
 BuildRequires:  python-setuptools
 BuildRequires:  automake autoconf
-BuildRequires:  systemd-units
 
 Requires(post):  /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 %if 0%{?fedora}
+BuildRequires:  systemd-units
 Requires:       systemd-units
 #Requires:       python-augeas
 Requires:       glusterfs-client >= 2.0.1
 Requires:       anyterm
 Requires:       python-IPy
 Requires:       grub2
+Requires:       system-release
 %endif
 Requires:       libvirt >= 0.9.2
 Requires:       augeas >= 0.3.5
@@ -56,7 +57,9 @@ Requires:       grub
 # for applying patches in %post
 Requires:       patch
 %endif
+%if 0%{?rhel} 
 Requires:       system-release
+%endif
 
 BuildArch:      noarch
 
@@ -84,7 +87,7 @@ however on a development machine to help to build the image.
 
 %build
 aclocal && autoheader && automake --add-missing && autoconf
-%configure --with-image-minimizer
+%configure --with-image-minimizer @ARCHIPEL_FLAGS@
 make
 
 %install
@@ -311,6 +314,11 @@ fi
 %{_sysconfdir}/ovirt-commandline.d
 
 %changelog
+* Wed Feb 15 2012 Mike Burns <mburns at redhat.com> 2.2.3-1
+- Update to upstream version 2.2.3
+- add limited stateless support
+- Fix UEFI handling
+
 * Wed Jan 11 2012 Mike Burns <mburns at redhat.com> 2.2.1-1
 - include the git hash in non-official image builds
 - update the kdump propagate command for systemd
diff --git a/sources b/sources
index 324252f..497f677 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ca94580f4ddfec7828b4af53fc08f30e  ovirt-node-2.2.1.tar.gz
+f4b8f942325cfd74429a792c9aabfca6  ovirt-node-2.2.3.tar.gz


More information about the scm-commits mailing list