From fff6b7f17d8d26b31665527076d6378a3b09ea9d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 23 Dec 2012 00:00:52 +0000 Subject: [PATCH] Use new --with-febootstrap-packager-config option. --- libguestfs.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index c796257..50aefae 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -22,7 +22,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.21.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -717,7 +717,7 @@ failovermethod=priority enabled=1 gpgcheck=0 EOF -%define extra --with-febootstrap-yum-config=$(pwd)/yum.conf +%define extra --with-febootstrap-packager-config=$(pwd)/yum.conf %endif %{configure} \ @@ -1018,8 +1018,9 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs %changelog -* Sat Dec 22 2012 Richard W.M. Jones - 1:1.21.2-1 +* Sat Dec 22 2012 Richard W.M. Jones - 1:1.21.2-2 - New upstream version 1.21.2. +- Use new --with-febootstrap-packager-config option. * Mon Dec 17 2012 Richard W.M. Jones - 1:1.21.1-3 - Remove all RHEL-specific hacks since I've now branched RHEL 7.