Release 2024.6
Resolves: RHEL-35886
This commit is contained in:
parent
f7e7cbd3b3
commit
012b95fde1
1
.gitignore
vendored
1
.gitignore
vendored
@ -105,3 +105,4 @@
|
||||
/libostree-2024.3.tar.xz
|
||||
/libostree-2024.4.tar.xz
|
||||
/libostree-2024.5.tar.xz
|
||||
/libostree-2024.6.tar.xz
|
||||
|
10
ostree.spec
10
ostree.spec
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Tool for managing bootable, immutable filesystem trees
|
||||
Name: ostree
|
||||
Version: 2024.5
|
||||
Release: 2%{?dist}
|
||||
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
|
||||
Source2: ostree-readonly-sysroot-migration.service
|
||||
@ -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,10 @@ find %{buildroot} -name '*.la' -delete
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 17 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 2024.6-1
|
||||
- https://github.com/ostreedev/ostree/releases/tag/v2024.6
|
||||
Resolves: #RHEL-35886
|
||||
|
||||
* Thu Mar 14 2024 Colin Walters <walters@verbum.org> - 2024.5-2
|
||||
- https://github.com/ostreedev/ostree/releases/tag/v2024.5
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libostree-2024.5.tar.xz) = d678424d26596cd75455ce464756dcfba4228e1a38be1fe9742e71bafdd5e1d89aa01c85c576a45e42504e616b8881a01d07e54d5527c74bf12a970510432ccb
|
||||
SHA512 (libostree-2024.6.tar.xz) = ac1abcd9785e2bf61d99f441856ea3f403fbf0a6e2bec4703b386dab43b58f3e9792e1a40acf04742fc820b80014ff836d92c38bf4bbe0f0e6ebbe752a403618
|
||||
|
Loading…
Reference in New Issue
Block a user