romanofski pushed to rpmgrill (f22). "0.28-1 release"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 18 01:22:25 UTC 2015


From 5e1463857970438112a172abd16507bcf4e4c185 Mon Sep 17 00:00:00 2001
From: Roman Joost <rjoost at redhat.com>
Date: Mon, 18 May 2015 11:16:46 +1000
Subject: 0.28-1 release


diff --git a/.gitignore b/.gitignore
index 52f1b6c..5b54a7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /rpmgrill-0.25.tar.bz2
 /rpmgrill-0.26.tar.bz2
 /rpmgrill-0.27.tar.bz2
+/rpmgrill-0.28.tar.bz2
diff --git a/rpmgrill.spec b/rpmgrill.spec
index 35292fc..10e2443 100644
--- a/rpmgrill.spec
+++ b/rpmgrill.spec
@@ -1,16 +1,21 @@
 Name:           rpmgrill
-Version:        0.27
+Version:        0.28
 Release:        1%{?dist}
 Summary:        A utility for catching problems in koji builds
 Group:          Development/Tools
 License:        Artistic 2.0
 Source0:        http://www.edsantiago.com/f/%{name}-%{version}.tar.bz2
-URL:            https://git.fedorahosted.org/git/rpmgrill.git
+URL:            https://github.com/default-to-open/rpmgrill
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Module::Pluggable)
+Requires:       perl(XMLRPC::Lite)
+Requires:       perl(File::Fetch)
+Requires:       perl(List::AllUtils)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Simple)
+BuildRequires:  perl(Test::MockModule)
+BuildRequires:  perl(Test::MockObject)
 
 # For the antivirus plugin
 Requires: clamav
@@ -53,7 +58,7 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
 
 %files
-%doc README.AAA_FIRST LICENSE
+%doc README.AAA_FIRST LICENSE AUTHORS
 %{perl_vendorlib}/*
 %{_bindir}/*
 %{_mandir}/man1/*
@@ -61,6 +66,10 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_datadir}/%{name}/*
 
 %changelog
+* Tue Apr 28 2015 RĂ³man Joost <rjoost at redhat.com> 0.28-1
+- bz1202634: fixes fetch-build has a hardcoded koji URL
+- bz1213228: new test for suspicious PATH
+
 * Wed Dec 10 2014 Ed Santiago <santiago at redhat.com> 0.27-1
 - bz1172584: missing deps on Module::Pluggable, koji
 - bz1160153: fill in rpmgrill POD
diff --git a/sources b/sources
index ce4bd27..b585de5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10bd8dd606f54b25ac80f447e3ccaf05  rpmgrill-0.27.tar.bz2
+d2d5b9220cb2d98036a96418ffc8a91d  rpmgrill-0.28.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rpmgrill.git/commit/?h=f22&id=5e1463857970438112a172abd16507bcf4e4c185


More information about the scm-commits mailing list