Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure RPM for subpackages #1025

Merged
merged 12 commits into from
Oct 7, 2024
Merged

Conversation

jw3
Copy link
Member

@jw3 jw3 commented Jul 23, 2024

Restructure the RPM build into separate CLI and GUI installations

This does a few things:

  • builds separate GUI and CLI RPMs
  • separates the runtime dependency graph, greatly reducing the footprint for the CLI
  • updates the container builds to use mock
  • adds workflow for Fedora 42, because it's that time of the year

The tdb tool is distributed as the initial CLI binary. It may be further refactored in function, name, and possibly location.

Tested in Koji on Rawhide and EPEL 9.

Closes #1024

@jw3 jw3 added this to the v1.5 milestone Jul 29, 2024
@jw3 jw3 force-pushed the 1024-restructure_rpm branch from e82d211 to 3d789cc Compare October 1, 2024 23:26
jw3 added 8 commits October 2, 2024 08:42
also update build scripts
- use mock
- improved version detection

required disabling ariande in the tools until a package is created
@jw3 jw3 force-pushed the 1024-restructure_rpm branch from a8b0af8 to a9d62de Compare October 2, 2024 12:42
@jw3 jw3 changed the title Subpackages Restructure RPM for subpackages Oct 7, 2024
@jw3 jw3 merged commit 0bd8162 into ctc-oss:master Oct 7, 2024
28 of 32 checks passed
@jw3 jw3 deleted the 1024-restructure_rpm branch October 7, 2024 22:07
@jw3 jw3 mentioned this pull request Jan 1, 2025
jw3 added a commit that referenced this pull request Jan 1, 2025
##
[v1.5.0](https://github.com/ctc-oss/fapolicy-analyzer/releases/tag/v1.5.0)
- 2024-12-31

### Added

- Include the command line based fapolicy Trust DB admin tool in the CLI
RPM distribution.
([#1025](#1025))
- Include the command line based fapolicy profile tool in the CLI RPM
distribution.
([#1040](#1040))
- Include the command line based rule compiler tool in the CLI RPM
distribution.
([#1043](#1043))
- Add friendly messages in case of application crash, with instructions
for bug reporting and trace file.
([#1045](#1045))
- Added fapolicyd cache stats view with text and 2D plots, showing cache
performance.
([#1048](#1048))

### Fixed

- Fixed trust init issue related to sha1 hashes and improved diagnostics
around parsing the trust db entries.
([#1038](#1038))
- Fixed webkit version selection to support both Fedora and EPEL
versions of webkit2.
([#1044](#1044))

### Packaging

- Subpackaged RPM build to support separate CLI and GUI installations.
([#1025](#1025))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restructure RPM packaging
1 participant