1
0

Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-YAML-LibYAML?expand=0&rev=45
This commit is contained in:
Tina Müller 2024-03-08 23:12:15 +00:00 committed by Git OBS Bridge
parent a7cbe0148d
commit 6d1832e7cd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 23:12:12 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Sat Jan 27 03:10:33 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@ -31,7 +31,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.9
Provides: perl(YAML::LibYAML) = %{version}
Provides: perl(YAML::XS) = %{version}
%define __perllib_provides /bin/true
%undefine __perllib_provides
%{perl_requires}
%description