From 36647b469bbc0f5d85ba9bd933b94b399334f3b2 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Wed, 12 Apr 2017 08:43:37 +0100
Subject: Fix FTBFS in presence of GPG agent (#1441315)

---
 perl-Test-Assert.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-Test-Assert.spec b/perl-Test-Assert.spec
index a197c7f..2e81698 100644
--- a/perl-Test-Assert.spec
+++ b/perl-Test-Assert.spec
@@ -1,6 +1,6 @@
 Name:          perl-Test-Assert
 Version:       0.0504
-Release:       18%{?dist}
+Release:       19%{?dist}
 Summary:       Assertion methods for those who like JUnit
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/Test-Assert/
@@ -105,7 +105,7 @@ gpg2 --import '%{SOURCE1}'
 RELEASE_TESTING=1 ./Build test --test_files "$RELEASE_TESTS"
 
 # Clean bundled signing key
-rm -r "$GNUPGHOME"
+rm -rf "$GNUPGHOME"
 
 # Put any MYMETA.* files back where they were
 [ -f ../MYMETA.yml ] && mv ../MYMETA.yml .
@@ -143,6 +143,9 @@ cd -
 %{_mandir}/man3/Test::Assert.3*
 
 %changelog
+* Wed Apr 12 2017 Paul Howarth <p...@city-fan.org> - 0.0504-19
+- Fix FTBFS in presence of GPG agent (#1441315)
+
 * Wed Apr  5 2017 Paul Howarth <p...@city-fan.org> - 0.0504-18
 - Classify buildreqs by usage
 - Use gnupg2 rather than gnupg
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Test-Assert.git/commit/?h=f26&id=36647b469bbc0f5d85ba9bd933b94b399334f3b2
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to