From 96c8a1c6b65a5120182c0995b232a00d2419b7da Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 17 Jun 2010 16:20:59 +0000 Subject: [PATCH] Bump spec for rebuild after applying all patches --- libvirt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index a818af0..1f174cd 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -151,7 +151,7 @@ Summary: Library providing a simple API virtualization Name: libvirt Version: 0.7.1 -Release: 17%{?dist}%{?extra_release} +Release: 18%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz @@ -892,6 +892,9 @@ fi %endif %changelog +* Thu Jun 17 2010 Cole Robinson - 0.7.1-18.fc12 +- Actually apply all previous patches + * Tue Jun 15 2010 Cole Robinson - 0.7.1-17.fc12 - Fix attach-device crash on cgroup cleanup (bz 556791) - Fix crash on bad LXC URI (bz 554191)