Bug 1864486 - F33FailsToInstall: fpdns
Summary: F33FailsToInstall: fpdns
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: fpdns
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F33FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2020-08-03 19:29 UTC by Igor Raits
Modified: 2020-08-04 10:26 UTC (History)
3 users (show)

Fixed In Version: fpdns-0.10.0-5.20190131.fc33
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-04 10:26:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Igor Raits 2020-08-03 19:29:25 UTC
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain).

Your package (fpdns) Fails To Install in Fedora 33:

can't install fpdns:
  - nothing provides perl(:MODULE_COMPAT_5.30.0) needed by fpdns-0.10.0-20190131.fc31.2.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.

P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors.

P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/

Thanks!

Comment 1 Petr Pisar 2020-08-04 10:10:02 UTC
This was fixed in fpdns-0.10.0-3.20190131.fc33. But repository contains an older fpdns-0.10.0-20190131.fc31.2 build. That's because a regression in NEVRA was introduced with this commit:

commit 2e6ad14acab884ed787ec1bcb6056f9eaefb795b (origin/f31)
Author: Mark McKinstry <mmckinst>
Date:   Fri Jan 24 14:30:24 2020 -0800

    fix release tag in spec

diff --git a/fpdns.spec b/fpdns.spec
index 0e03414..787a1e9 100644
--- a/fpdns.spec
+++ b/fpdns.spec
@@ -2,7 +2,7 @@
 
 Name:           fpdns
 Version:        0.10.0
-Release:        %{gittag}%{?dist}.2
+Release:        1.%{gittag}%{?dist}
 Summary:        Fingerprint DNS servers
 License:        BSD
 URL:            https://github.com/kirei/fpdns
@@ -46,6 +46,9 @@ make test
 %{_bindir}/fpdns
 
 %changelog
+* Fri Jan 24 2020 Mark McKinstry <mmckinst> - 0.10.0-1.20190131%
+- fix release tag
+
 * Thu Jul 25 2019 Fedora Release Engineering <releng> - 0.10.0-20190131.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
 
A proper fix is bumping an epoch value.

Comment 2 Petr Pisar 2020-08-04 10:26:01 UTC
The NEVRA regressions exists since Fedora 31, but the package can be installed there. I will leave the backporting to the maintainer when needed.


Note You need to log in before you can comment on or make changes to this bug.