8
0

Accepting request 181933 from home:computersalat:devel:perl

update to 0.73, fix for bnc#828010 (CVE-2013-2145)

OBS-URL: https://build.opensuse.org/request/show/181933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Signature?expand=0&rev=23
This commit is contained in:
Christian Wittmer
2013-07-03 20:02:35 +00:00
committed by Git OBS Bridge
parent 9d392b2fdd
commit c19f19b4bb
4 changed files with 34 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Signature
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Module-Signature
Version: 0.68
Version: 0.73
Release: 0
%define cpan_name Module-Signature
Summary: Module signature file manipulation
@@ -29,7 +29,9 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(IPC::Run)
Requires: perl(Digest::SHA)
# MANUAL BEGIN
BuildRequires: gpg
Requires: gpg
@@ -58,7 +60,7 @@ if you are using *Module::Build* or writing your own _MANIFEST.SKIP_.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
#find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor