public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Crypt-OpenSSL-ECDSA] rawhide: Modernize a spec file
Date: Tue, 21 Jul 2026 06:25:21 GMT	[thread overview]
Message-ID: <178461512116.1.15761539083083125262.rpms-perl-Crypt-OpenSSL-ECDSA-2bcd104770c7@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-07-21  6:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178461512116.1.15761539083083125262.rpms-perl-Crypt-OpenSSL-ECDSA-2bcd104770c7@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox