From e5469ca63584806da70fe6fefb2630265dc94b0c0822b6bbe43152c308b879d0 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 1 Dec 2010 13:47:30 +0000 Subject: [PATCH] siwtch to perl_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=10 --- perl-IO-Tty.changes | 5 +++++ perl-IO-Tty.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-IO-Tty.changes b/perl-IO-Tty.changes index ec295c1..6befc3f 100644 --- a/perl-IO-Tty.changes +++ b/perl-IO-Tty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 1 13:33:05 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + ------------------------------------------------------------------- Fri Sep 17 15:37:54 UTC 2010 - chris@computersalat.de diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec index 9c98732..888180c 100644 --- a/perl-IO-Tty.spec +++ b/perl-IO-Tty.spec @@ -33,7 +33,7 @@ BuildRequires: perl %if 0%{?suse_version} < 1120 BuildRequires: perl-macros %endif -Requires: perl = %{perl_version} +%{perl_requires} %description IO::Tty is used internally by IO::Pty to create a pseudo-tty. You wouldn't