Bug 2059502
Summary: | perl-Crypt-SMIME-0.28-2.fc37 FTBFS: Failed test 'No extra files that aren't in MANIFEST' | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | perl-Crypt-SMIME | Assignee: | Petr Pisar <ppisar> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 36 | CC: | paul, perl-devel, steve.traylen, xavier |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | perl-Crypt-SMIME-0.28-3.fc37 perl-Crypt-SMIME-0.28-4.fc36 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-03-29 00:16:50 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2045102 |
Description
Petr Pisar
2022-03-01 08:28:09 UTC
It fails in Koschei too since <https://koschei.fedoraproject.org/build/11910122>. Upgrade of package-notes-srpm-macros from 0.4-3.fc36 to 0.4-11.fc36 looks suspicious. This fixes the build. Is that what you had in mind ? ''' diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec index dfffa89..d1daf08 100644 --- a/perl-Crypt-SMIME.spec +++ b/perl-Crypt-SMIME.spec @@ -61,6 +61,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check +rm -f .package_note-%{name}-%{version}-%{release}.%{_arch}.ld make test %files ''' 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 Yeah. Something like that. I asked package-notes to resolve it on their side (bug #2059858). FEDORA-2022-cb9b8847e5 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-cb9b8847e5 FEDORA-2022-cb9b8847e5 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-cb9b8847e5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-cb9b8847e5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-cb9b8847e5 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-cb9b8847e5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-cb9b8847e5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-cb9b8847e5 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |