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 1108303 - Rebase pki-core to 10.1
Summary: Rebase pki-core to 10.1
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pki-core
Version: 7.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 7.1
Assignee: Ade Lee
QA Contact: Asha Akkiangady
URL:
Whiteboard:
: 1141193 (view as bug list)
Depends On:
Blocks: 1082754 1109726
TreeView+ depends on / blocked
 
Reported: 2014-06-11 16:58 UTC by Nathan Kinder
Modified: 2015-03-05 08:19 UTC (History)
6 users (show)

Fixed In Version: pki-core-10.1.2-2.el7
Doc Type: Rebase: Bug Fixes and Enhancements
Doc Text:
This bug re-based Dogtag 10.0 to 10.1 to fix numerous bugs. Additionally, it contained the following notable enhancements for RHEL 7.1: * Infrastructure/ Version Changes: ** RESTEasy was updated from version 2.3.2 to 3.0.1. As part of this transition, some server code (the interceptors) was modified to implement JAX-RS 2.0. ** Tomcat has changed to more properly use systemd unit files to start up, rather than system V init scripts. Consequently, new Dogtag systemd unit files (based on the tomcat unit files) were required. * REST interface enhancements: ** The interface has been updated to use standard HTTP return codes under various operations. Paging support has been added to most search operations. ** New REST interfaces have been added for managing certificate profiles on the CA. This includes: *** Methods to list, add, remove, edit, enable/disable profiles. These methods are protected by ACLs that limit authorization to agents or administrators as appropriate. *** Extensions to the pki CLI tool to perform all the above operations. *** A new method to provide enrollment templates to end-entity users for specific profiles. An enrollment template is a certificate request representation that contains all the required inputs for a given profile. End entity users can list available profiles by calling GET /certrequests/profiles, and fetch an enrollment template by navigating to GET /certrequests/profiles/{id}. * CLI improvements: ** The "pki" CLI commands have been organized according to the target of the operations: the client, the subsystems, and the security domain. The client commands provide an interface to manage client certificates. The subsystem commands provide an interface to access various services in each subsystem. The security domain commands provide an interface for managing subsystems. The old-style commands are still available for backward compatibility.
Clone Of:
Environment:
Last Closed: 2015-03-05 08:19:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0346 0 normal SHIPPED_LIVE pki-core bug fix and enhancement update 2015-03-05 12:39:54 UTC

Description Nathan Kinder 2014-06-11 16:58:18 UTC
We need to rebase 389-ds-base to upstream Dogtag version 10.2 for RHEL 7.1.  This is in preparation for Red Hat Certificate System 9.0, which will largely be based on the pki-core package in RHEL 7.1  The Dogtag 10.2 version contains many new features and bug fixes which are on our RHCS 9.0 roadmap.

Comment 1 Matthew Harmsen 2014-09-06 04:28:47 UTC
Created new branch called 'IPA_V4_RHEL_7_1_ERRATA_BRANCH' off of 'master'.

Merged Brew 7.1 'pki-core.spec' changelog histories with 'pki-core.spec' changelog histories on 'IPA_V4_RHEL_7_1_ERRATA_BRANCH':

* 9d66a93dbdd8e2a4d047fd44685a2544d4ecf242

Comment 2 Matthew Harmsen 2014-09-06 04:49:03 UTC
The attempted history merge resulted in an 'rpmlint' error in the changelog
order;  reverted this patch.

commit 9b698a5d02fc50ab27bd23a067f74140a456c2d2
Author: Matthew Harmsen <mharmsen>
Date:   Fri Sep 5 21:44:44 2014 -0700

    Revert "Resolves: rhbz #1108303"
    
    This reverts commit 9d66a93dbdd8e2a4d047fd44685a2544d4ecf242.
    
    Reverting the patch which attempted to merge histories of
    the Brew 7.1 'pki-core.spec' file with the source 'pki-core.spec'
    file located on this branch.

Comment 3 Matthew Harmsen 2014-09-08 21:52:04 UTC
It was determined that RHEL 7.1 would be rebased to Dogtag 10.1 rather than Dogtag 10.2.

Comment 5 Matthew Harmsen 2014-09-09 01:12:31 UTC
git push origin :IPA_V4_RHEL_7_1_ERRATA_BRANCH
To ssh://git.fedorahosted.org/git/pki.git
 - [deleted]         IPA_V4_RHEL_7_1_ERRATA_BRANCH

Comment 6 Matthew Harmsen 2014-09-09 17:38:44 UTC
Recreated IPA_V4_RHEL_7_1_ERRATA_BRANCH off of DOGTAG_10_1_BRANCH:

# git clone -b DOGTAG_10_1_BRANCH ssh://git.fedorahosted.org/git/pki.git

# cd pki

# git checkout -b IPA_V4_RHEL_7_1_ERRATA_BRANCH

# git branch
  DOGTAG_10_1_BRANCH
* IPA_V4_RHEL_7_1_ERRATA_BRANCH

# git branch -a
  DOGTAG_10_1_BRANCH
* IPA_V4_RHEL_7_1_ERRATA_BRANCH
  remotes/origin/DOGTAG_10_0_BRANCH
  remotes/origin/DOGTAG_10_1_BRANCH
  remotes/origin/DOGTAG_10_2_BRANCH
  remotes/origin/DOGTAG_9_BRANCH
  remotes/origin/HEAD -> origin/master
  remotes/origin/IPA_V3_RHEL_7_ERRATA_BRANCH
  remotes/origin/IPA_v2_RHEL_6_ERRATA_BRANCH
  remotes/origin/autoformat
  remotes/origin/autoformat2
  remotes/origin/master

# git push -u origin IPA_V4_RHEL_7_1_ERRATA_BRANCH
Total 0 (delta 0), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/pki.git
 * [new branch]      IPA_V4_RHEL_7_1_ERRATA_BRANCH -> IPA_V4_RHEL_7_1_ERRATA_BRANCH
Branch IPA_V4_RHEL_7_1_ERRATA_BRANCH set up to track remote branch IPA_V4_RHEL_7_1_ERRATA_BRANCH from origin.

# git branch -a
  DOGTAG_10_1_BRANCH
* IPA_V4_RHEL_7_1_ERRATA_BRANCH
  remotes/origin/DOGTAG_10_0_BRANCH
  remotes/origin/DOGTAG_10_1_BRANCH
  remotes/origin/DOGTAG_10_2_BRANCH
  remotes/origin/DOGTAG_9_BRANCH
  remotes/origin/HEAD -> origin/master
  remotes/origin/IPA_V3_RHEL_7_ERRATA_BRANCH
  remotes/origin/IPA_V4_RHEL_7_1_ERRATA_BRANCH
  remotes/origin/IPA_v2_RHEL_6_ERRATA_BRANCH
  remotes/origin/autoformat
  remotes/origin/autoformat2
  remotes/origin/master

Comment 8 Martin Kosek 2014-09-12 12:22:37 UTC
Moving back to ASSIGNED as not all pki-core dependencies are in RHEL-7.1 (we miss tomcat 7.0.47) and pki-ca package cannot be installed.

ipa-server-install also does not work due to pkispawn error - see Bug 1141193.

Comment 13 Roshni 2014-10-30 15:12:12 UTC
pki-ca package was installed successfully and pkispawn successfully created a CA instance using pki-core-10.1.2-4.el7

Comment 14 Matthew Harmsen 2014-11-24 19:33:39 UTC
*** Bug 1141193 has been marked as a duplicate of this bug. ***

Comment 16 errata-xmlrpc 2015-03-05 08:19:36 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-0346.html


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