From 9c8c8d505bc774281ea62ebc6d358bff6cb449e3 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Nov 18 2010 15:34:28 +0000 Subject: Remove FIPS .*.hmac files from the supermin appliance (RHBZ#654638). --- diff --git a/libguestfs.spec b/libguestfs.spec index e87c907..c470891 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -42,7 +42,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.6.2 -Release: 1%{?dist}.2 +Release: 1%{?dist}.3 License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -52,6 +52,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root # Disable FUSE tests, not supported in Koji at the moment. Patch0: libguestfs-1.0.79-no-fuse-test.patch +# Remove FIPS .*.hmac files from the supermin appliance (RHBZ#654638). +Patch1: 0001-Remove-FIPS-.-.hmac-files-from-the-supermin-applianc.patch + # Basic build requirements: BuildRequires: /usr/bin/pod2man BuildRequires: /usr/bin/pod2text @@ -411,6 +414,7 @@ php-%{name} contains PHP bindings for %{name}. %setup -q %patch0 -p1 +%patch1 -p1 mkdir -p daemon/m4 @@ -738,13 +742,14 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Thu Nov 18 2010 Richard Jones - 1:1.6.2-1.fc13.2 +* Thu Nov 18 2010 Richard Jones - 1:1.6.2-1.fc13.3 - New upstream stable branch version 1.6.2. - This version includes a make install rule that works for Ruby, so we can remove those instructions in the install section. - Add BR gperf. - Add BR febootstrap 2.10. - Remove BR ocaml-xml-light-devel. +- Remove FIPS .*.hmac files from the supermin appliance (RHBZ#654638). * Tue Nov 2 2010 Richard Jones - 1:1.6.0-1.fc13.1 - Move to the new upstream stable branch, version 1.6.0. Despite the