From 7e2195cdc1fbd28d57bcfb7eea0aa55ff45dbd50a750e03d75e829e2c9ed39ef Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 13:57:06 +0000 Subject: [PATCH] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-UUID?expand=0&rev=2 --- perl-UUID.changes | 5 +++++ perl-UUID.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-UUID.changes b/perl-UUID.changes index c6a8cd6..18788ed 100644 --- a/perl-UUID.changes +++ b/perl-UUID.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 13:35:59 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Fri Oct 15 13:16:03 UTC 2010 - chris@computersalat.de diff --git a/perl-UUID.spec b/perl-UUID.spec index 1b24a19..e3fa595 100644 --- a/perl-UUID.spec +++ b/perl-UUID.spec @@ -32,7 +32,7 @@ BuildRequires: perl %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif -Requires: perl = %{perl_version} +%{perl_requires} %description With these 3 routines UUID''s can easily be generated and parsed/un-parsed.