public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Crypt-SMIME] openssl4: Ignore .package_note file by MANIFEST tests
Date: Thu, 30 Jul 2026 12:22:30 GMT	[thread overview]
Message-ID: <178541415024.1.13350560885019441550.rpms-perl-Crypt-SMIME-ffe20cd4684e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Crypt-SMIME
Branch : openssl4
Commit : ffe20cd4684e9345ef83bffabae0b6115e8e3b53
Author : Petr Písař <ppisar@redhat.com>
Date   : 2022-03-18T09:17:06+01:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Crypt-SMIME/c/ffe20cd4684e9345ef83bffabae0b6115e8e3b53?branch=openssl4

Log:
Ignore .package_note file by MANIFEST tests

---
diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index dfffa89..dc7bd2b 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-SMIME
 Version:        0.28
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        S/MIME message signing, verification, encryption and decryption
 License:        GPL+ or Artistic
 URL:            https://metacpan.org/release/Crypt-SMIME
@@ -43,9 +43,9 @@ verify, encrypt and decrypt messages. It requires libcrypto
 
 %prep
 %setup -q -n Crypt-SMIME-%{version}
-# As part of the rpm process we generate some .list files which
+# As part of the rpm process we generate some files which
 # then cause t/manifest.t to fail.
-echo '\.list$' >> MANIFEST.SKIP
+printf '\\.list$\n^\\.package_note\n' >> MANIFEST.SKIP
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -70,6 +70,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Mar 18 2022 Petr Pisar <ppisar@redhat.com> - 0.28-3
+- Ignore .package_note file by MANIFEST tests (bug #2059502)
+
 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
 

                 reply	other threads:[~2026-07-30 12:22 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=178541415024.1.13350560885019441550.rpms-perl-Crypt-SMIME-ffe20cd4684e@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