|
Bugzilla – Full Text Bug Listing |
| Summary: | Unable to build kanidm when openssl3 is a hard requirement | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | William Brown <william.brown> |
| Component: | Maintenance | Assignee: | Mr Maintenance <maintenance> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | meissner |
| Version: | Leap 15.5 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
William Brown
2023-07-10 08:59:43 UTC
libopenssl-1_1-devel is dragged in by anohter devel packcage. currently testing a #!BuildIgnore: libopenssl-1_1-devel build. Index: kanidm.spec =================================================================== --- kanidm.spec (revision 100) +++ kanidm.spec (revision 2) @@ -34,6 +34,7 @@ BuildRequires: rust >= 1.64.0 BuildRequires: sqlite-devel BuildRequires: tpm2-0-tss-devel +#!BuildIgnore: libopenssl-1_1-devel # BuildRequires: tpm2-openssl has built here. this is a bit unwieldy i have to admit. (In reply to Marcus Meissner from comment #2) > Index: kanidm.spec > =================================================================== > --- kanidm.spec (revision 100) > +++ kanidm.spec (revision 2) > @@ -34,6 +34,7 @@ > BuildRequires: rust >= 1.64.0 > BuildRequires: sqlite-devel > BuildRequires: tpm2-0-tss-devel > +#!BuildIgnore: libopenssl-1_1-devel > # BuildRequires: tpm2-openssl > > > has built here. > > this is a bit unwieldy i have to admit. Yeah. We require tpm2-0-tss for future tpm binding of client hashes - but we also need openssl3 for webaithn to work correctly. But if tpm2-0-tss is dragging in openssl-1 won't there be issues later at run time because we can only have openssl 1 or 3? |