commit 9c5a690a2166bb027da8456d34194c1da0b6f4be
Author: Petr Písař <ppi...@redhat.com>
Date:   Thu Oct 24 08:55:40 2013 +0200

    F18 has tar in /bin

 perl-DepGen-Perl-Tests.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-DepGen-Perl-Tests.spec b/perl-DepGen-Perl-Tests.spec
index fc67433..20223fa 100644
--- a/perl-DepGen-Perl-Tests.spec
+++ b/perl-DepGen-Perl-Tests.spec
@@ -1,7 +1,7 @@
 %global dist_name DepGen-Perl-Tests
 Name:           perl-%{dist_name}
 Version:        0.1.1
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Tests for RPM dependency generator for Perl packages
 License:        GPLv3+
 URL:            http://ppisar.fedorapeople.org/%{dist_name}/
@@ -14,7 +14,7 @@ BuildRequires:  perl(warnings)
 # Run-Time:
 BuildRequires:  %{_bindir}/perl
 BuildRequires:  %{_bindir}/rpmbuild
-BuildRequires:  %{_bindir}/tar
+BuildRequires:  /bin/tar
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -69,6 +69,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Thu Oct 24 2013 Petr Pisar <ppi...@redhat.com> - 0.1.1-1.1
+- F18 has tar in /bin
+
 * Wed Oct 23 2013 Petr Pisar <ppi...@redhat.com> - 0.1.1-1
 - 0.1.1 bump
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to