ppisar pushed to perl-VOMS-Lite (master). "Specify all dependencies"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jul 17 08:29:04 UTC 2015


From 1efaabb1996ee300563dcd159c39114c8adabd29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Fri, 17 Jul 2015 10:08:06 +0200
Subject: Specify all dependencies


diff --git a/perl-VOMS-Lite.spec b/perl-VOMS-Lite.spec
index 193e20b..3c49989 100644
--- a/perl-VOMS-Lite.spec
+++ b/perl-VOMS-Lite.spec
@@ -1,7 +1,7 @@
 
 Name:           perl-VOMS-Lite
 Version:        0.20
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Perl extension for VOMS Attribute certificate creation
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,23 +10,50 @@ Source0:        ftp://ftp.funet.fi/pub/CPAN/authors/id/M/MI/MIKEJ/VOMS-Lite-%{ve
 Source1:        voms.config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+%if 0%{?el4}%{?el5}
+BuildRequires:  sed
+%endif
+BuildRequires:  perl(Crypt::CBC)
 BuildRequires:  perl(Crypt::DES_EDE3)
-BuildRequires:  perl(Digest::MD2)
+# Data::Dumper not used at tests
+# DBI not used at tests
+BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Digest::SHA1)
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(IO::Socket::SSL)
-BuildRequires:  perl(Regexp::Common)
-BuildRequires:  perl(Term::ReadKey)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(File::Copy)
+# HTTP::Daemon::SSL not used at tests
+# HTTP::Response not used at tests
+# HTTP::Status not used at tests
+# IO::Socket not used at tests
+# IO::Socket::SSL not used at tests
+BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(MIME::Base64)
+# Pod::Simple::Text not used at tests
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Sys::Hostname)
+# Term::ReadKey not used at tests
+BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# XML::Parser not used at tests
+# Optional run-time:
+# Digest::MD2 not used at tests
 BuildRequires:  perl(Math::BigInt::GMP)
-BuildRequires:  perl(Crypt::CBC)
-Requires:       perl(Math::BigInt::GMP)
+# Tests:
+%tests_req      perl(Cwd)
+%tests_req      perl(Sys::Hostname)
+%tests_req      perl(Test)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Crypt::DES_EDE3)
+Requires:       perl(Pod::Simple::Text)
+# Optional run-time:
 Requires:       perl(Digest::MD2)
-Requires:       perl(Digest::SHA1)
-Requires:       perl(IO::Socket::SSL)
-Requires:       perl(Regexp::Common)
-Requires:       perl(Term::ReadKey)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Math::BigInt::GMP)
 
 # RPM 4.8 style
 # Remove WIN32::API from the requires. It is only ever loaded 
@@ -157,6 +184,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 17 2015 Petr Pisar <ppisar at redhat.com> - 0.20-6
+- Specify all dependencies (bug #1243858)
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-VOMS-Lite.git/commit/?h=master&id=1efaabb1996ee300563dcd159c39114c8adabd29


More information about the perl-devel mailing list