From 0e262e0713799fe3c40ae7863d382ec2442e6c48 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 28 Aug 2008 15:50:03 +0000 Subject: [PATCH] fix license tag --- perl-IPC-Run3.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index e42bd97..0e9d38e 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,8 +1,8 @@ Name: perl-IPC-Run3 Version: 0.042 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc -License: GPL+ or Artistic or BSD +License: (GPL+ or Artistic) or BSD Group: Development/Libraries URL: http://search.cpan.org/dist/IPC-Run3/ Source0: http://search.cpan.org/CPAN/authors/id/R/RS/RSCHUPP/IPC-Run3-%{version}.tar.gz @@ -52,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Aug 28 2008 Tom "spot" Callaway - 0.042-2 +- fix license tag (technically, it was correct before, but this keeps rpmlint from + flagging this package as a false positive) + * Mon Aug 25 2008 Ralf Corsépius 0.042-1 - Upstream update.