public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-SMIME] openssl4: Ignore .package_note file by MANIFEST tests
@ 2026-07-30 12:22
0 siblings, 0 replies; only message in thread
From: @ 2026-07-30 12:22 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 12:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 12:22 [rpms/perl-Crypt-SMIME] openssl4: Ignore .package_note file by MANIFEST tests
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox