mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-28 22:13:30 +00:00
chore: Update bootc
This commit is contained in:
parent
c185736b39
commit
e73b413d8e
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,8 @@
|
||||
%bcond_without check
|
||||
%bcond_without ostree_ext
|
||||
|
||||
Name: bootc
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Release: 100.bazzite
|
||||
Summary: Bootable container system
|
||||
|
||||
@ -34,6 +35,8 @@ BuildRequires: rust-toolset
|
||||
BuildRequires: cargo-rpm-macros >= 25
|
||||
%endif
|
||||
BuildRequires: systemd
|
||||
# For tests
|
||||
BuildRequires: skopeo ostree
|
||||
|
||||
# Backing storage tooling https://github.com/containers/composefs/issues/125
|
||||
Requires: composefs
|
||||
@ -44,6 +47,11 @@ Requires: podman
|
||||
# For bootloader updates
|
||||
Recommends: bootupd
|
||||
|
||||
# A made up provides so that rpm-ostree can depend on it
|
||||
%if %{with ostree_ext}
|
||||
Provides: ostree-cli(ostree-container)
|
||||
%endif
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
@ -59,6 +67,9 @@ Recommends: bootupd
|
||||
|
||||
%install
|
||||
%make_install INSTALL="install -p -c"
|
||||
%if %{with ostree_ext}
|
||||
make install-ostree-hooks DESTDIR=%{?buildroot}
|
||||
%endif
|
||||
|
||||
%if %{with check}
|
||||
%check
|
||||
@ -74,6 +85,9 @@ Recommends: bootupd
|
||||
%{_bindir}/bootc
|
||||
%{_prefix}/lib/bootc/
|
||||
%{_prefix}/lib/systemd/system-generators/*
|
||||
%if %{with ostree_ext}
|
||||
%{_prefix}/libexec/libostree/ext/*
|
||||
%endif
|
||||
%{_unitdir}/*
|
||||
%{_mandir}/man*/bootc*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user