public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-OpenSSL-ECDSA] rawhide: Modernize a spec file
@ 2026-07-21 6:25
0 siblings, 0 replies; only message in thread
From: @ 2026-07-21 6:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Crypt-OpenSSL-ECDSA
Branch : rawhide
Commit : 2bcd104770c7524ff6c1e295229d267ec0970f2f
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-07-21T08:16:38+02:00
Stats : +22/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Crypt-OpenSSL-ECDSA/c/2bcd104770c7524ff6c1e295229d267ec0970f2f?branch=rawhide
Log:
Modernize a spec file
---
diff --git a/gating.yaml b/gating.yaml
index 282e16b..c778f75 100644
--- a/gating.yaml
+++ b/gating.yaml
@@ -1,7 +1,16 @@
--- !Policy
product_versions:
+ - fedora-rawhide
+decision_context: bodhi_update_push_stable
+subject_type: koji_build
+rules:
+ - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
+--- !Policy
+product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
+ - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
+ - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
diff --git a/perl-Crypt-OpenSSL-ECDSA.rpmlintrc b/perl-Crypt-OpenSSL-ECDSA.rpmlintrc
index 8c61ed4..a5d5f5e 100644
--- a/perl-Crypt-OpenSSL-ECDSA.rpmlintrc
+++ b/perl-Crypt-OpenSSL-ECDSA.rpmlintrc
@@ -1,2 +1 @@
-from Config import *
-addFilter("-tests\.noarch: W: no-documentation");
+addFilter('-tests\.noarch: W: no-documentation')
diff --git a/perl-Crypt-OpenSSL-ECDSA.spec b/perl-Crypt-OpenSSL-ECDSA.spec
index 9375d94..d3f67b3 100644
--- a/perl-Crypt-OpenSSL-ECDSA.spec
+++ b/perl-Crypt-OpenSSL-ECDSA.spec
@@ -1,11 +1,11 @@
Name: perl-Crypt-OpenSSL-ECDSA
Version: 0.10
-Release: 21%{?dist}
+Release: 22%{?dist}
Summary: Perl extension for OpenSSL ECDSA (Elliptic Curve Digital Signature Algorithm)
-# Automatically converted from old format: GPL+ or Artistic - review is highly recommended.
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Crypt-OpenSSL-ECDSA
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Crypt-OpenSSL-ECDSA-%{version}.tar.gz
+BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
@@ -83,14 +83,21 @@ make test
%files
%doc Changes README
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/Crypt*
-%{_mandir}/man3/*
+%dir %{perl_vendorarch}/auto/Crypt
+%dir %{perl_vendorarch}/auto/Crypt/OpenSSL
+%{perl_vendorarch}/auto/Crypt/OpenSSL/ECDSA
+%dir %{perl_vendorarch}/Crypt
+%dir %{perl_vendorarch}/Crypt/OpenSSL
+%{perl_vendorarch}/Crypt/OpenSSL/ECDSA.pm
+%{_mandir}/man3/Crypt::OpenSSL::ECDSA.*
%files tests
%{_libexecdir}/%{name}
%changelog
+* Tue Jul 21 2026 Petr Pisar <ppisar@redhat.com> - 0.10-22
+- Modernize a spec file
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.10-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 6:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 6:25 [rpms/perl-Crypt-OpenSSL-ECDSA] rawhide: Modernize a spec file
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox