Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=23
This commit is contained in:
Tina Müller 2024-03-08 22:43:13 +00:00 committed by Git OBS Bridge
parent 1467e24137
commit 11056af69c
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 8 22:43:09 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Fri Sep 29 03:06:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Build-Tiny
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -48,7 +48,7 @@ Requires: perl(Getopt::Long) >= 2.36
Requires: perl(JSON::PP) >= 2
Requires: perl(TAP::Harness::Env)
Provides: perl(Module::Build::Tiny) = 0.47.0
%define __perllib_provides /bin/true
%undefine __perllib_provides
%{perl_requires}
%description