[ovirt-node/f18] Update to upstream ovirt-node-2.6.1

mburns72h mburns72h at fedoraproject.org
Thu Jul 25 22:20:22 UTC 2013


commit 061872edf64512d3d537da0f346cae0cf2f77817
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Thu Feb 28 18:30:11 2013 +0100

    Update to upstream ovirt-node-2.6.1
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 .gitignore      |    1 +
 ovirt-node.spec |   12 +++++++++---
 sources         |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46a586d..f97acb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /ovirt-node-2.3.0.tar.gz
 /ovirt-node-2.5.1.tar.gz
 /ovirt-node-2.6.0.tar.gz
+/ovirt-node-2.6.1.tar.gz
diff --git a/ovirt-node.spec b/ovirt-node.spec
index 47eb504..c0384c6 100644
--- a/ovirt-node.spec
+++ b/ovirt-node.spec
@@ -12,7 +12,7 @@
 
 Summary:        The %{product_family} daemons/scripts
 Name:           ovirt-node
-Version:        2.6.0
+Version:        2.6.1
 Release:        1%{?extra_release}%{?dist}
 Source0:        %{name}-%{version}.tar.gz
 License:        GPLv2+
@@ -34,7 +34,6 @@ Requires(post):     systemd-units
 Requires(preun):    systemd-units
 #Requires:       python-augeas
 Requires:       glusterfs-client >= 2.0.1
-Requires:       anyterm
 Requires:       python-IPy
 Requires:       grub2
 Requires:       system-release
@@ -47,7 +46,6 @@ Requires:       cyrus-sasl-gssapi cyrus-sasl >= 2.1.22
 Requires:       iscsi-initiator-utils
 Requires:       ntp
 Requires:       nfs-utils
-Requires:       krb5-workstation
 Requires:       bash
 Requires:       chkconfig
 Requires:       bind-utils
@@ -149,6 +147,9 @@ if [ $1 -eq 1 ] ; then
     /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 fi
 %endif
+#CIM related changes
+# set read-only
+echo "readonly = true;" > /etc/libvirt-cim.conf
 
 
 %prep
@@ -384,6 +385,11 @@ fi
 
 
 %changelog
+* Tue Feb 28 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 2.6.1-1
+- Update to upstream 2.6.1 release
+- Drop anyterm, krb5-workstation dependencies
+- 
+
 * Tue Feb 12 2013 Mike Burns <mburns at redhat.com> 2.6.0-1
 - Update to upstream 2.6.0 release
 
diff --git a/sources b/sources
index 31db516..78ea7a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-feaaca7cb8decf7bc1595b67ab384d20  ovirt-node-2.6.0.tar.gz
+13f5aa394d70bae69a655539f6dc7359  ovirt-node-2.6.1.tar.gz


More information about the scm-commits mailing list