RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1904484 - [Rebase] Rebase opendnssec to 2.1.7
Summary: [Rebase] Rebase opendnssec to 2.1.7
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: opendnssec
Version: 8.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: François Cami
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-12-04 15:36 UTC by Alexander Bokovoy
Modified: 2021-05-18 15:48 UTC (History)
3 users (show)

Fixed In Version: opendnssec-2.1.7-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 15:48:23 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alexander Bokovoy 2020-12-04 15:36:51 UTC
This bug was initially created as a copy of Bug #1885085

I am copying this bug because: 



Latest upstream release: 2.1.7
Current version/release in rawhide: 2.1.6-8.fc33
URL: http://dist.opendnssec.org/source/

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/


More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring


Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.


Based on the information from anitya: https://release-monitoring.org/project/2546/

Comment 1 Alexander Bokovoy 2020-12-04 15:53:08 UTC
Will be part of idm:DL1 module build that includes opendnssec-2.1.7-1

Comment 7 Kaleem 2020-12-18 11:23:19 UTC
Verified with nightly compose based on following info 

IPA version: (snip from runner.log)
------------
2020-12-18T08:32:54+0000 TASK [List installed IPA packages version] *************************************
2020-12-18T08:32:54+0000 ok: [master.testrelm.test] => (item=ipa-server) => 
2020-12-18T08:32:54+0000   msg:
2020-12-18T08:32:54+0000   - arch: x86_64
2020-12-18T08:32:54+0000     epoch: null
2020-12-18T08:32:54+0000     name: ipa-server
2020-12-18T08:32:54+0000     release: 0.5.rc3.module+el8.4.0+9124+ced20601
2020-12-18T08:32:54+0000     source: rpm
2020-12-18T08:32:54+0000     version: 4.9.0

opendnssec version:
-------------------
opendnssec-2.1.7-1.module+el8.4.0+9007+5084bdd8.x86_64


Test results: (snip from test-result.txt)
-----------------------------------------
============================= test session starts ==============================
platform linux -- Python 3.6.8, pytest-3.10.1, py-1.10.0, pluggy-0.13.1 -- /usr/libexec/platform-python
cachedir: /home/cloud-user/.pytest_cache
metadata: {'Python': '3.6.8', 'Platform': 'Linux-4.18.0-262.el8.x86_64-x86_64-with-redhat-8.4-Ootpa', 'Packages': {'pytest': '3.10.1', 'py': '1.10.0', 'pluggy': '0.13.1'}, 'Plugins': {'metadata': '1.11.0', 'html': '1.22.1', 'multihost': '3.0', 'sourceorder': '0.5'}}
rootdir: /usr/lib/python3.6/site-packages/ipatests, inifile:
plugins: metadata-1.11.0, html-1.22.1, multihost-3.0, sourceorder-0.5
collecting ... collected 11 items

test_integration/test_dnssec.py::TestInstallDNSSECLast::test_install_dnssec_master PASSED [  9%]
test_integration/test_dnssec.py::TestInstallDNSSECLast::test_if_zone_is_signed_master PASSED [ 18%]
test_integration/test_dnssec.py::TestInstallDNSSECLast::test_if_zone_is_signed_replica PASSED [ 27%]
test_integration/test_dnssec.py::TestInstallDNSSECLast::test_disable_reenable_signing_master PASSED [ 36%]
test_integration/test_dnssec.py::TestInstallDNSSECLast::test_disable_reenable_signing_replica PASSED [ 45%]
test_integration/test_dnssec.py::TestInstallDNSSECFirst::test_sign_root_zone PASSED [ 54%]
test_integration/test_dnssec.py::TestInstallDNSSECFirst::test_chain_of_trust FAILED [ 63%]
test_integration/test_dnssec.py::TestInstallDNSSECFirst::test_resolvconf PASSED [ 72%]
test_integration/test_dnssec.py::TestMigrateDNSSECMaster::test_migrate_dnssec_master PASSED [ 81%]
test_integration/test_dnssec.py::TestInstallNoDnssecValidation::test_install_withDnssecValidation PASSED [ 90%]
test_integration/test_dnssec.py::TestInstallNoDnssecValidation::test_install_noDnssecValidation PASSED [100%]
=========================== short test summary info ============================
FAIL test_integration/test_dnssec.py::TestInstallDNSSECFirst::()::test_chain_of_trust
==================== 1 failed, 10 passed in 3523.58 seconds ====================

Failed is due a ci env issue which is being fixed

Comment 10 errata-xmlrpc 2021-05-18 15:48:23 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: idm:DL1 and idm:client security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:1846


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