import ostree-2024.6-1.el9_4

c9 imports/c9/ostree-2024.6-1.el9_4
MSVSphere Packaging Team 8 months ago
parent b43b2d54f6
commit c7d1185381

2
.gitignore vendored

@ -1 +1 @@
SOURCES/libostree-2023.6.tar.xz SOURCES/libostree-2024.6.tar.xz

@ -1 +1 @@
1f063c495ee29b92903c152fa410df96c80d5e25 SOURCES/libostree-2023.6.tar.xz 8a6d47e77553bab2e9853649182aef0fcdc7550c SOURCES/libostree-2024.6.tar.xz

@ -7,7 +7,7 @@
Summary: Tool for managing bootable, immutable filesystem trees Summary: Tool for managing bootable, immutable filesystem trees
Name: ostree Name: ostree
Version: 2023.6 Version: 2024.6
Release: 1%{?dist} Release: 1%{?dist}
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
Source1: ostree-readonly-sysroot-migration Source1: ostree-readonly-sysroot-migration
@ -26,6 +26,7 @@ BuildRequires: gtk-doc
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libcurl)
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkgconfig(composefs)
# The tests still require soup # The tests still require soup
BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: libattr-devel BuildRequires: libattr-devel
@ -48,6 +49,7 @@ Requires: dracut
Requires: /usr/bin/gpgv2 Requires: /usr/bin/gpgv2
Requires: systemd-units Requires: systemd-units
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: composefs
%description %description
libostree is a shared library designed primarily for libostree is a shared library designed primarily for
@ -177,6 +179,40 @@ find %{buildroot} -name '*.la' -delete
%endif %endif
%changelog %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 * Fri Aug 25 2023 Joseph Marrero <jmarrero@fedoraproject.org> - 2023.6-1
- https://github.com/ostreedev/ostree/releases/tag/v2023.6 - https://github.com/ostreedev/ostree/releases/tag/v2023.6
Resolves: rhbz#2234351 Resolves: rhbz#2234351

Loading…
Cancel
Save