From 47cd44e9daff9c4f5b6ed49141a0efa4903a31aa Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 13 Jun 2016 14:29:22 +0100 Subject: [PATCH] Rebuild against new glibc (see https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/VUOTESHSWFRCYPXIVG6BSMAUITS7QCK2/). --- libvirt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index 3348561..af9309a 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -210,7 +210,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 1.3.5 -Release: 1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -1838,6 +1838,10 @@ exit 0 %changelog +* Mon Jun 13 2016 Richard W.M. Jones - 1.3.5-2 +- Rebuild against new glibc + (see https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/VUOTESHSWFRCYPXIVG6BSMAUITS7QCK2/). + * Mon Jun 6 2016 Daniel P. Berrange - 1.3.5-1 - Rebase to version 1.3.5 - Pull in refactored, simplified spec file from upstream