Bug 557638
| Summary: | Rename 'symkey' package to 'pki-symkey' package | ||
|---|---|---|---|
| Product: | [Retired] Dogtag Certificate System | Reporter: | Matthew Harmsen <mharmsen> |
| Component: | Other | Assignee: | Matthew Harmsen <mharmsen> |
| Status: | CLOSED EOL | QA Contact: | Ben Levenson <benl> |
| Severity: | medium | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 1.3 | CC: | alee, cfu, dpal, jgalipea, jmagne |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-27 18:39:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Attachments: | |||
|
Description
Matthew Harmsen
2010-01-22 01:42:44 UTC
Created attachment 386268 [details]
base diffs for changing 'symkey' to 'pki-symkey'
Created attachment 386269 [details]
dogtag diffs for changing 'symkey' to 'pki-symkey'
attachment (id=386268) attachment (id=386269) + awnuk # 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. 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.
Created attachment 387464 [details]
base diffs for changing 'm4/jss.m4'
Created attachment 387465 [details]
dogtag diffs for changing 'm4/jss.m4'
attachment (id=387464) attachment (id=387465) +awnuk # 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. 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 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 |