https://bugzilla.redhat.com/show_bug.cgi?id=2059502 Paul Howarth <paul@xxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul@xxxxxxxxxxxx --- Comment #3 from Paul Howarth <paul@xxxxxxxxxxxx> --- Alternative fix, using similar approach to the one already used to ignore cruft from debuginfo generation: diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec index dfffa89..3d9cb56 100644 --- a/perl-Crypt-SMIME.spec +++ b/perl-Crypt-SMIME.spec @@ -46,6 +46,8 @@ verify, encrypt and decrypt messages. It requires libcrypto # As part of the rpm process we generate some .list files which # then cause t/manifest.t to fail. echo '\.list$' >> MANIFEST.SKIP +# Similarly for .package_note files +echo '^\.package_note-' >> MANIFEST.SKIP %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" This issue was caused by this commit: https://src.fedoraproject.org/rpms/package-notes/c/b7381d -- You are receiving this mail because: You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2059502 _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure