Bug 1827902
Summary: | pesign uses deprecated NSS DB format, leading to kernel build failing on Rawhide | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ondrej Mosnacek <omosnace> | ||||
Component: | pesign | Assignee: | Peter Jones <pjones> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | dueno, fmartine, jcline, kernel-maint, mjg59, pbrobinson, pjones, zbyszek | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | pesign-0.112-31.fc33 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-07-21 15:07:44 UTC | Type: | Bug | ||||
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
Ondrej Mosnacek
2020-04-25 10:19:54 UTC
Created attachment 1694375 [details]
certs.tar.gz with sql database files
Hello Peter,
Is there any blocker on this? I think only certs.tar.xz needs an update to have both sqlite and dbm database files. I'm attaching one I created with:
$ fedpkg prep
$ tar xf certs.tar.xz
$ cd etc/pki
$ certutil --merge -d pesign --source-dir pesign
$ certutil --merge -d pesign-rh-test --source-dir pesign-rh-test
$ cd -
$ tar jcf certs.tar.xz etc
(In reply to Daiki Ueno from comment #1) > Created attachment 1694375 [details] > certs.tar.gz with sql database files > > Hello Peter, > > Is there any blocker on this? I think only certs.tar.xz needs an update to > have both sqlite and dbm database files. I'm attaching one I created with: > > $ fedpkg prep > $ tar xf certs.tar.xz > $ cd etc/pki > $ certutil --merge -d pesign --source-dir pesign > $ certutil --merge -d pesign-rh-test --source-dir pesign-rh-test > $ cd - > $ tar jcf certs.tar.xz etc Thanks, at the end I just updated the certs.tar.xz to the SQLite database file format since there isn't really a reason to keep the old Berkeley DB. F33 now has pesign-113-10.fc33, i.e. a later version. Can this be closed? |