Bug 557638 - Rename 'symkey' package to 'pki-symkey' package
Summary: Rename 'symkey' package to 'pki-symkey' package
Keywords:
Status: CLOSED EOL
Alias: None
Product: Dogtag Certificate System
Classification: Retired
Component: Other
Version: 1.3
Hardware: All
OS: Linux
urgent
medium
Target Milestone: ---
Assignee: Matthew Harmsen
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-22 01:42 UTC by Matthew Harmsen
Modified: 2020-03-27 18:39 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:39:34 UTC
Embargoed:


Attachments (Terms of Use)
base diffs for changing 'symkey' to 'pki-symkey' (15.61 KB, patch)
2010-01-23 02:25 UTC, Matthew Harmsen
no flags Details | Diff
dogtag diffs for changing 'symkey' to 'pki-symkey' (9.84 KB, patch)
2010-01-23 02:26 UTC, Matthew Harmsen
no flags Details | Diff
base diffs for changing 'm4/jss.m4' (2.82 KB, patch)
2010-01-29 00:14 UTC, Matthew Harmsen
no flags Details | Diff
dogtag diffs for changing 'm4/jss.m4' (971 bytes, patch)
2010-01-29 00:15 UTC, Matthew Harmsen
no flags Details | Diff

Description Matthew Harmsen 2010-01-22 01:42:44 UTC
It has been determined that the code present in 'symkey' will always be a critical part of the certificate system, so rename the package to 'pki-symkey' to be in compliance with all other certificate system components.

Comment 2 Matthew Harmsen 2010-01-23 02:25:14 UTC
Created attachment 386268 [details]
base diffs for changing 'symkey' to 'pki-symkey'

Comment 3 Matthew Harmsen 2010-01-23 02:26:16 UTC
Created attachment 386269 [details]
dogtag diffs for changing 'symkey' to 'pki-symkey'

Comment 4 Andrew Wnuk 2010-01-23 05:02:57 UTC
attachment (id=386268)
attachment (id=386269)
+ awnuk

Comment 5 Matthew Harmsen 2010-01-23 06:54:06 UTC
# cd pki/base

# svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
M       symkey/configure
M       symkey/build.xml
M       symkey/configure.ac
M       scripts/pkicheck
M       manage/pki-install
M       manage/pki-uninstall

# svn commit
Sending        base/manage/pki-install
Sending        base/manage/pki-uninstall
Sending        base/scripts/pkicheck
Sending        base/symkey/build.xml
Sending        base/symkey/configure
Sending        base/symkey/configure.ac
Transmitting file data ......
Committed revision 937.


# cd pki/dogtag

# svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
M       symkey/build_dogtag
D       symkey/symkey.spec
A  +    symkey/pki-symkey.spec
M       scripts/build_ca
M       scripts/build_pki
M       scripts/remove_pki_components
M       manage/pki-manage.spec
M       common/pki-common.spec

# svn commit
Sending        dogtag/common/pki-common.spec
Sending        dogtag/manage/pki-manage.spec
Sending        dogtag/scripts/build_ca
Sending        dogtag/scripts/build_pki
Sending        dogtag/scripts/remove_pki_components
Sending        dogtag/symkey/build_dogtag
Adding         dogtag/symkey/pki-symkey.spec
Deleting       dogtag/symkey/symkey.spec
Transmitting file data .......
Committed revision 938.

Comment 6 Matthew Harmsen 2010-01-28 23:56:38 UTC
JSS 4.2.6-6 relocated "libjss4.so" from:

    * from '/usr/lib/libjss4.so' to '/usr/lib/jss/libjss4.so'     [32-bit Fedora]
    * from '/usr/lib64/libjss4.so' to '/usr/lib64/jss/libjss4.so' [64-bit Fedora]

Consequently, since 'pki-symkey' links directly against this library, the 'm4/jss.m4' file must be updated to account for this change.

Comment 7 Matthew Harmsen 2010-01-29 00:14:53 UTC
Created attachment 387464 [details]
base diffs for changing 'm4/jss.m4'

Comment 8 Matthew Harmsen 2010-01-29 00:15:27 UTC
Created attachment 387465 [details]
dogtag diffs for changing 'm4/jss.m4'

Comment 9 Andrew Wnuk 2010-01-29 00:18:11 UTC
attachment (id=387464)
attachment (id=387465)
+awnuk

Comment 10 Matthew Harmsen 2010-01-29 00:37:38 UTC
# cd pki/base

# svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
M       symkey/m4/jss.m4
M       symkey/configure

# svn commit
Sending        base/symkey/configure
Sending        base/symkey/m4/jss.m4
Transmitting file data ..
Committed revision 950.


# cd pki/dogtag

# svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
M       symkey/pki-symkey.spec

# svn commit
Sending        dogtag/symkey/pki-symkey.spec
Transmitting file data .
Committed revision 951.

Comment 11 Fedora Update System 2010-02-03 08:10:28 UTC
pki-common-1.3.1-2.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/pki-common-1.3.1-2.fc12

Comment 12 Fedora Update System 2010-02-03 08:16:35 UTC
pki-common-1.3.1-2.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/pki-common-1.3.1-2.fc11


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