Release 2024.6
Resolves: RHEL-35888
This commit is contained in:
parent
bc0deccce8
commit
e16e3759d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -106,3 +106,4 @@
|
|||||||
/libostree-2023.8.tar.xz
|
/libostree-2023.8.tar.xz
|
||||||
/libostree-2024.1.tar.xz
|
/libostree-2024.1.tar.xz
|
||||||
/libostree-2024.2.tar.xz
|
/libostree-2024.2.tar.xz
|
||||||
|
/libostree-2024.6.tar.xz
|
||||||
|
15
ostree.spec
15
ostree.spec
@ -4,15 +4,10 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} < 10
|
|
||||||
%bcond_with composefs
|
|
||||||
%else
|
|
||||||
%bcond_without composefs
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Summary: Tool for managing bootable, immutable filesystem trees
|
Summary: Tool for managing bootable, immutable filesystem trees
|
||||||
Name: ostree
|
Name: ostree
|
||||||
Version: 2024.2
|
Version: 2024.6
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
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
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
@ -34,6 +29,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)
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: pkgconfig(libsoup-3.0)
|
BuildRequires: pkgconfig(libsoup-3.0)
|
||||||
%endif
|
%endif
|
||||||
@ -57,9 +53,6 @@ BuildRequires: pkgconfig(libsystemd)
|
|||||||
BuildRequires: /usr/bin/g-ir-scanner
|
BuildRequires: /usr/bin/g-ir-scanner
|
||||||
BuildRequires: dracut
|
BuildRequires: dracut
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
%if %{with composefs}
|
|
||||||
BuildRequires: pkgconfig(composefs)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Runtime requirements
|
# Runtime requirements
|
||||||
Requires: dracut
|
Requires: dracut
|
||||||
@ -68,9 +61,7 @@ Requires: systemd-units
|
|||||||
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
# Strictly speaking, this is not a current hard requirement, but it will
|
# Strictly speaking, this is not a current hard requirement, but it will
|
||||||
# be in the future.
|
# be in the future.
|
||||||
%if %{with composefs}
|
|
||||||
Requires: composefs
|
Requires: composefs
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libostree is a shared library designed primarily for
|
libostree is a shared library designed primarily for
|
||||||
@ -126,7 +117,7 @@ env NOCONFIGURE=1 ./autogen.sh
|
|||||||
--with-curl \
|
--with-curl \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--without-soup \
|
--without-soup \
|
||||||
%{?with_composefs:--with-composefs} \
|
--with-composefs \
|
||||||
%{?with_tests:--with-soup3} \
|
%{?with_tests:--with-soup3} \
|
||||||
%{?!with_tests:--without-soup3} \
|
%{?!with_tests:--without-soup3} \
|
||||||
%{?with_tests:--enable-installed-tests=exclusive} \
|
%{?with_tests:--enable-installed-tests=exclusive} \
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libostree-2024.2.tar.xz) = e6e3b1c3d59b54b43d4b58428f99080251921f999b7d3f96e67993d0a8e48031ff36fa04fc89db5ba46d24f78a329a165ad76379b18b96842c4b22c511b2f307
|
SHA512 (libostree-2024.6.tar.xz) = ac1abcd9785e2bf61d99f441856ea3f403fbf0a6e2bec4703b386dab43b58f3e9792e1a40acf04742fc820b80014ff836d92c38bf4bbe0f0e6ebbe752a403618
|
||||||
|
Loading…
Reference in New Issue
Block a user