|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
Summary: Tool for managing bootable, immutable filesystem trees
|
|
|
|
|
Name: ostree
|
|
|
|
|
Version: 2023.6
|
|
|
|
|
Version: 2024.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
|
|
|
|
Source1: ostree-readonly-sysroot-migration
|
|
|
|
@ -26,6 +26,7 @@ BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: pkgconfig(zlib)
|
|
|
|
|
BuildRequires: pkgconfig(libcurl)
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: pkgconfig(composefs)
|
|
|
|
|
# The tests still require soup
|
|
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
|
|
|
|
BuildRequires: libattr-devel
|
|
|
|
@ -48,6 +49,7 @@ Requires: dracut
|
|
|
|
|
Requires: /usr/bin/gpgv2
|
|
|
|
|
Requires: systemd-units
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
Requires: composefs
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libostree is a shared library designed primarily for
|
|
|
|
@ -177,6 +179,40 @@ find %{buildroot} -name '*.la' -delete
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 17 2024 Joseph Marrero <jmarrero@redhat.com> - 2024.6-1
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2024.6
|
|
|
|
|
Resolves: #RHEL-36770
|
|
|
|
|
|
|
|
|
|
* Wed Feb 28 2024 Colin Walters <walters@verbum.org> - 2024.4-3
|
|
|
|
|
- Backport
|
|
|
|
|
https://github.com/ostreedev/ostree/pull/3205/commits/e47b37096343efa3bea8295f3f44c4dc90cc04e2
|
|
|
|
|
|
|
|
|
|
* Fri Feb 23 2024 Colin Walters <walters@verbum.org> - 2024.4-2
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2024.4
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2024 Colin Walters <walters@verbum.org> - 2024.3-2
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2024.3
|
|
|
|
|
Resolves: #RHEL-19419
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2024 Colin Walters <walters@verbum.org> - 2024.2-2
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2024.2
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Colin Walters <walters@verbum.org> - 2024.1-2
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2024.1
|
|
|
|
|
Resolves: #RHEL-19419
|
|
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.8-3
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2023.8
|
|
|
|
|
Resolves: #RHEL-19419
|
|
|
|
|
|
|
|
|
|
* Wed Dec 06 2023 Colin Walters <walters@verbum.org> - 2023.8-2
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2023.8
|
|
|
|
|
Resolves: #RHEL-19419
|
|
|
|
|
|
|
|
|
|
* Fri Oct 20 2023 Colin Walters <walters@verbum.org> - 2023.7-2
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2023.7
|
|
|
|
|
Resolves: #RHEL-14381
|
|
|
|
|
|
|
|
|
|
* Fri Aug 25 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.6-1
|
|
|
|
|
- https://github.com/ostreedev/ostree/releases/tag/v2023.6
|
|
|
|
|
Resolves: rhbz#2234351
|
|
|
|
|