1
0

- add workaround for mismatch between rpm and perl version logic

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CPAN-Meta-Requirements?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2013-06-03 11:57:28 +00:00 committed by Git OBS Bridge
parent 29883048fe
commit 2edf461ee6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 3 11:56:55 UTC 2013 - coolo@suse.com
- add workaround for mismatch between rpm and perl version logic
-------------------------------------------------------------------
Thu May 31 13:00:13 UTC 2012 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-CPAN-Meta-Requirements
#
# Copyright (c) 2012 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
@ -34,6 +34,7 @@ BuildRequires: perl(version) >= 0.77
#BuildRequires: perl(CPAN::Meta::Requirements)
#BuildRequires: perl(Test::Requires)
Requires: perl(version) >= 0.77
Provides: perl(CPAN::Meta::Requirements) = %{version}000
%{perl_requires}
%description