From 7ccbb726084493b090e58a60f641810c696eeb07 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 30 Mar 2017 01:20:55 -0700 Subject: [PATCH] delete version-control-internal-file caught by rpmlint --- perl-Log-Any.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/perl-Log-Any.spec b/perl-Log-Any.spec index cd54b50..266297d 100644 --- a/perl-Log-Any.spec +++ b/perl-Log-Any.spec @@ -1,6 +1,6 @@ Name: perl-Log-Any Version: 1.049 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bringing loggers and listeners together License: GPL+ or Artistic URL: http://search.cpan.org/dist/Log-Any/ @@ -48,6 +48,9 @@ such as Log::Dispatch or Log::Log4perl. %prep %setup -q -n Log-Any-%{version} +# delete version-control-internal-file +find . -name .gitignore -exec rm -f {} \; >/dev/null + %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} @@ -66,6 +69,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Mar 30 2017 Tim Orling - 1.049-2 +- delete version-control-internal-file caught by rpmlint + * Wed Mar 29 2017 Tim Orling - 1.049-1 - 1.049 bump (bug #1436460) - BR perl(Sys::Syslog)