|
|
@ -1,7 +1,7 @@
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
|
|
|
|
|
|
|
|
Name: bootc
|
|
|
|
Name: bootc
|
|
|
|
Version: 0.1.7
|
|
|
|
Version: 0.1.15
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Bootable container system
|
|
|
|
Summary: Bootable container system
|
|
|
|
|
|
|
|
|
|
|
@ -21,9 +21,11 @@ Source1: %{url}/releases/download/v%{version}/bootc-%{version}-vendor.tar
|
|
|
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
|
|
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: libzstd-devel
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: ostree-devel
|
|
|
|
BuildRequires: ostree-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
|
|
|
BuildRequires: libzstd-devel
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%if 0%{?rhel}
|
|
|
|
BuildRequires: rust-toolset
|
|
|
|
BuildRequires: rust-toolset
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -75,14 +77,50 @@ Recommends: bootupd
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/bootc
|
|
|
|
%{_bindir}/bootc
|
|
|
|
%{_prefix}/lib/bootc/
|
|
|
|
%{_prefix}/lib/bootc/
|
|
|
|
|
|
|
|
%{_prefix}/lib/systemd/system-generators/*
|
|
|
|
%{_unitdir}/*
|
|
|
|
%{_unitdir}/*
|
|
|
|
%{_mandir}/man*/bootc*
|
|
|
|
%{_mandir}/man*/bootc*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.7-1
|
|
|
|
* Fri Aug 16 2024 Colin Walters <walters@verbum.org> - 0.1.15-1
|
|
|
|
|
|
|
|
- Update to 0.1.15
|
|
|
|
|
|
|
|
Resolves: #RHEL-50625
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 0.1.14-1
|
|
|
|
|
|
|
|
- Update to 0.1.14
|
|
|
|
|
|
|
|
Resolves: #RHEL-50625, #RHEL-45325, #RHEL-36003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 28 2024 Colin Walters <walters@verbum.org> - 0.1.13-2
|
|
|
|
|
|
|
|
- Update to 0.1.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2024 Colin Walters <walters@verbum.org> - 0.1.12-3
|
|
|
|
|
|
|
|
- Update to 0.1.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 15 2024 Colin Walters <walters@verbum.org> - 0.1.11-2
|
|
|
|
|
|
|
|
- Update to 0.1.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 26 2024 Colin Walters <walters@verbum.org> - 0.1.10-2
|
|
|
|
|
|
|
|
- Release 0.1.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 08 2024 Colin Walters <walters@verbum.org> - 0.1.9-4
|
|
|
|
|
|
|
|
- Correct JIRA link
|
|
|
|
|
|
|
|
Resolves: #RHEL-30878
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.9-3
|
|
|
|
- Rebuilt for MSVSphere 9.4 beta
|
|
|
|
- Rebuilt for MSVSphere 9.4 beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 28 2024 Colin Walters <walters@verbum.org> - 0.1.9-3
|
|
|
|
|
|
|
|
- Backport rollback
|
|
|
|
|
|
|
|
Related: #RHEL-30466
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 27 2024 Colin Walters <walters@verbum.org> - 0.1.9-2
|
|
|
|
|
|
|
|
- https://github.com/containers/bootc/releases/tag/v0.1.9
|
|
|
|
|
|
|
|
Resolves: #RHEL-30466
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 19 2024 Colin Walters <walters@verbum.org> - 0.1.8-2
|
|
|
|
|
|
|
|
- https://github.com/containers/bootc/releases/tag/v0.1.8
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2024 Colin Walters <walters@verbum.org> - 0.1.7-4
|
|
|
|
* Wed Feb 14 2024 Colin Walters <walters@verbum.org> - 0.1.7-4
|
|
|
|
- https://github.com/containers/bootc/releases/tag/v0.1.7
|
|
|
|
- https://github.com/containers/bootc/releases/tag/v0.1.7
|
|
|
|
|
|
|
|
|
|
|
|