From 42018a0e6bf1e8ba4fdb78452f7b3417e492497b Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Nov 24 2009 18:03:24 +0000 Subject: - workaround in %check for https://fedorahosted.org/augeas/ticket/35 --- diff --git a/perl-Config-Augeas.spec b/perl-Config-Augeas.spec index 21b7913..a1c3c12 100644 --- a/perl-Config-Augeas.spec +++ b/perl-Config-Augeas.spec @@ -1,6 +1,6 @@ Name: perl-Config-Augeas Version: 0.501 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Edit configuration files through Augeas C library License: LGPLv2+ Group: Development/Libraries @@ -34,7 +34,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -./Build test +LANG=C ./Build test %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Nov 24 2009 Alan Pevec 0.501-2 +- workaround in %check for https://fedorahosted.org/augeas/ticket/35 + * Tue Nov 24 2009 Alan Pevec 0.501-1 - new upstream release 0.501 * Build.PL: modified gcc options to issue more warnings (and fixed them)