Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-Tty?expand=0&rev=29
This commit is contained in:
parent
0bf9181d07
commit
05f50f968c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 22:34:00 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- Fix disabling of __perllib_provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 29 03:06:58 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Fri Dec 29 03:06:58 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Provides: perl(IO::Pty) = %{version}
|
Provides: perl(IO::Pty) = %{version}
|
||||||
Provides: perl(IO::Tty) = %{version}
|
Provides: perl(IO::Tty) = %{version}
|
||||||
%define __perllib_provides /bin/true
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user