Remove obsolete if

This commit is contained in:
Michal Josef Špaček 2024-07-13 14:47:55 +02:00
parent b52766ec82
commit 1d0686a743

View File

@ -1,6 +1,6 @@
Name: perl-Readonly
Version: 2.05
Release: 25%{?dist}
Release: 26%{?dist}
Summary: Facility for creating read-only scalars, arrays, hashes
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Readonly
@ -9,10 +9,8 @@ Patch0: Readonly-2.05-interpreter.patch
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: perl-interpreter
%if 0%{?fedora} > 20 || 0%{?rhel} > 7
BuildRequires: perl-generators
%endif
BuildRequires: perl-interpreter
BuildRequires: perl(Module::Build::Tiny) >= 0.035
# Module Runtime
BuildRequires: perl(Carp)
@ -64,6 +62,9 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/Readonly.3*
%changelog
* Sat Jul 13 2024 Michal Josef Špaček <mspacek@redhat.com> - 2.05-26
- Remove obsolete if
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.05-25
- Bump release for June 2024 mass rebuild