summaryrefslogtreecommitdiff
path: root/libvirt.spec
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-22 11:14:15 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-22 11:14:15 +0100
commit7b59a26ddabc57815755a8a80e646ac388d94b0c (patch)
treeac53c8bbff30012014083fa04b0f4f389d4cea85 /libvirt.spec
parent0b196d9971e7bde88594b686c55a819237dfa2de (diff)
New upstream version 1.2.12~rc1
Diffstat (limited to 'libvirt.spec')
-rw-r--r--libvirt.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/libvirt.spec b/libvirt.spec
index 5ee4c20bb..98312cc0a 100644
--- a/libvirt.spec
+++ b/libvirt.spec
@@ -357,13 +357,15 @@
# changes in reported warnings
%if 0%{?rhel}
%define enable_werror --enable-werror
+%else
+ %define enable_werror --disable-werror
%endif
Summary: Library providing a simple virtualization API
Name: libvirt
-Version: 1.2.11
-Release: 1%{?dist}%{?extra_release}
+Version: 1.2.12
+Release: 0rc1%{?dist}%{?extra_release}
License: LGPLv2+
Group: Development/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -372,7 +374,7 @@ URL: http://libvirt.org/
%if %(echo %{version} | grep -o \\. | wc -l) == 3
%define mainturl stable_updates/
%endif
-Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.gz
+Source: http://libvirt.org/sources/%{?mainturl}libvirt-%{version}-rc1.tar.gz
%if %{with_libvirtd}
Requires: libvirt-daemon = %{version}-%{release}