Compare commits

..

No commits in common. 'i9' and 'epel9' have entirely different histories.
i9 ... epel9

5
.gitignore vendored

@ -1 +1,4 @@
SOURCES/Module-Install-CheckLib-0.14.tar.gz /Module-Install-CheckLib-0.08.tar.gz
/Module-Install-CheckLib-0.10.tar.gz
/Module-Install-CheckLib-0.12.tar.gz
/Module-Install-CheckLib-0.14.tar.gz

@ -1 +0,0 @@
2c6101349beb86a6718032b30621b5142d2a7f1a SOURCES/Module-Install-CheckLib-0.14.tar.gz

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

@ -3,7 +3,7 @@
Name: perl-Module-Install-CheckLib Name: perl-Module-Install-CheckLib
Version: 0.14 Version: 0.14
Release: 5%{?dist} Release: 1%{?dist}
Summary: Module::Install extension to check that a library is available Summary: Module::Install extension to check that a library is available
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-Install-CheckLib URL: https://metacpan.org/release/Module-Install-CheckLib
@ -42,6 +42,7 @@ BuildRequires: perl(Test::More) >= 0.47
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::Pod::Coverage) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.00
%endif %endif
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Devel::CheckLib) >= 0.7 Requires: perl(Devel::CheckLib) >= 0.7
Requires: perl(Module::Install::Base) >= 0.99 Requires: perl(Module::Install::Base) >= 0.99
@ -119,21 +120,6 @@ make test
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Tue Sep 19 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.14-5
- Rebuilt for MSVSphere 9.2
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.14-3
- Perl 5.36 rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Dec 16 2021 Petr Pisar <ppisar@redhat.com> - 0.14-1 * Thu Dec 16 2021 Petr Pisar <ppisar@redhat.com> - 0.14-1
- 0.14 bump - 0.14 bump

@ -0,0 +1,5 @@
summary: Sanity tests
discover:
how: fmf
execute:
how: tmt

@ -0,0 +1 @@
SHA512 (Module-Install-CheckLib-0.14.tar.gz) = 470eecf54113e8d6bdd8e0574806239f97028f76c4bb4942422ded0d373863838e56433130259d5dfce213cdddfeff8ef594cb9e6db1b85afaa01d7d1db15ade

@ -0,0 +1,4 @@
summary: Upstream tests
component: perl-Module-Install-CheckLib
require: perl-Module-Install-CheckLib-tests
test: /usr/libexec/perl-Module-Install-CheckLib/test
Loading…
Cancel
Save