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

spec: Add dnf-bootc subpackage #2201

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@ Requires: python3-%{name} = %{version}-%{release}
%description automatic
Systemd units that can periodically download package upgrades and apply them.

%package bootc
Summary: %{pkg_summary} - additional bootc dependencies
Requires: ostree-libs
Requires: python3-gobject-base

%description bootc
Additional dependencies needed to perform transactions on booted bootc (bootable containers) systems.


%prep
%autosetup
Expand Down Expand Up @@ -419,6 +427,9 @@ popd
%{python3_sitelib}/%{name}/automatic/
%endif

%files bootc
# bootc subpackage does not include any files

%changelog
* Wed Aug 14 2024 Evan Goode <[email protected]> - 4.21.1-1
- doc: minor formatting and consistency fixes
Expand Down
Loading