From d79133e34ea9048a55ec6de39e96c3437a8ccc9a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 22 May 2008 18:40:46 +0000 Subject: [PATCH] fix license tag --- perl-IPC-Run3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index e5f443c..2dc153a 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -1,8 +1,8 @@ Name: perl-IPC-Run3 Version: 0.040 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Run a subprocess in batch mode (a la system) on Unix, Win32, etc -License: GPL+ or BSD or Artistic +License: GPL+ or Artistic or BSD Group: Development/Libraries URL: http://search.cpan.org/dist/IPC-Run3/ Source0: http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{version}.tar.gz @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu May 22 2008 Tom "spot" Callaway - 0.040-5 +- reorder license tag so it doesn't flag as a false positive + * Thu Feb 28 2008 Tom "spot" Callaway - 0.040-4 - Rebuild normally, second pass