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 1240939 - Please add dependency on bind-pkcs11
Summary: Please add dependency on bind-pkcs11
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: ipa
Version: 7.2
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: rc
: ---
Assignee: IPA Maintainers
QA Contact: Namita Soman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-07-08 08:16 UTC by Martin Bašti
Modified: 2015-11-19 12:04 UTC (History)
6 users (show)

Fixed In Version: ipa-4.2.0-3.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-19 12:04:06 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:2362 0 normal SHIPPED_LIVE ipa bug fix and enhancement update 2015-11-19 10:40:46 UTC

Description Martin Bašti 2015-07-08 08:16:48 UTC
Description of problem:
DNS subsystem of the IdM for RHEL 7.2 requires bind-pkcs11

Please add bind-pkcs11 dependency to allow smooth upgrade.

Comment 2 Petr Vobornik 2015-07-17 10:27:06 UTC
fixed upstream:

master: f1f3ef478d8d2786269a919bb428cb2ee5372ba6
ipa-4-2: f555fe95dba9ec453fa10f160089dcc5404f724a

Comment 3 Petr Vobornik 2015-07-17 10:29:46 UTC
byndyn-db-ldap is a package which can be used separately, dependency was added to ipa-* packages which are the ones that need it. Therefore changing component.

Comment 5 Scott Poore 2015-10-02 18:25:54 UTC
Verified.

Version ::

ipa-server-4.2.0-12.el7.x86_64

Results ::

[root@rhel7-9 ~]# yum update -y 2>&1 | tee /tmp/yum.update.out 2>&1
Loaded plugins: product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Resolving Dependencies
--> Running transaction check
...
Complete!
[root@rhel7-9 ~]# ipactl status
Directory Service: RUNNING
krb5kdc Service: RUNNING
kadmin Service: RUNNING
named Service: RUNNING
ipa_memcached Service: RUNNING
httpd Service: RUNNING
pki-tomcatd Service: RUNNING
ipa-otpd Service: RUNNING
ipa-dnskeysyncd Service: RUNNING
ipa: INFO: The ipactl command was successful
[root@rhel7-9 ~]# grep bind-pkcs11 /tmp/yum.update.out 
--> Processing Dependency: bind-pkcs11 >= 9.9.4-21 for package: ipa-server-dns-4.2.0-12.el7.x86_64
--> Processing Dependency: bind-pkcs11-utils >= 9.9.4-21 for package: ipa-server-dns-4.2.0-12.el7.x86_64
---> Package bind-pkcs11.x86_64 32:9.9.4-29.el7 will be installed
--> Processing Dependency: bind-pkcs11-libs = 32:9.9.4-29.el7 for package: 32:bind-pkcs11-9.9.4-29.el7.x86_64
--> Processing Dependency: libdns-pkcs11.so.100()(64bit) for package: 32:bind-pkcs11-9.9.4-29.el7.x86_64
--> Processing Dependency: libisc-pkcs11.so.95()(64bit) for package: 32:bind-pkcs11-9.9.4-29.el7.x86_64
---> Package bind-pkcs11-utils.x86_64 32:9.9.4-29.el7 will be installed
---> Package bind-pkcs11-libs.x86_64 32:9.9.4-29.el7 will be installed
 bind-pkcs11           x86_64 32:9.9.4-29.el7    rhel-7.2-server          292 k
 bind-pkcs11-libs      x86_64 32:9.9.4-29.el7    rhel-7.2-server          1.1 M
 bind-pkcs11-utils     x86_64 32:9.9.4-29.el7    rhel-7.2-server          194 k
  Installing : 32:bind-pkcs11-libs-9.9.4-29.el7.x86_64                   71/629 
  Installing : 32:bind-pkcs11-utils-9.9.4-29.el7.x86_64                 101/629 
  Installing : 32:bind-pkcs11-9.9.4-29.el7.x86_64                       152/629 
  Verifying  : 32:bind-pkcs11-9.9.4-29.el7.x86_64                        47/629 
  Verifying  : 32:bind-pkcs11-libs-9.9.4-29.el7.x86_64                   96/629 
  Verifying  : 32:bind-pkcs11-utils-9.9.4-29.el7.x86_64                 242/629 
  bind-pkcs11.x86_64 32:9.9.4-29.el7                                            
  bind-pkcs11-libs.x86_64 32:9.9.4-29.el7                                       
  bind-pkcs11-utils.x86_64 32:9.9.4-29.el7                                      
[root@rhel7-9 ~]#

Comment 6 errata-xmlrpc 2015-11-19 12:04:06 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, 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://rhn.redhat.com/errata/RHBA-2015-2362.html


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