Rebase to rpm-ostree 2025.3
Resolves: #RHEL-68130
This commit is contained in:
parent
013c7e3b63
commit
0eadea63f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -149,3 +149,4 @@
|
||||
/rpm-ostree-2024.9.tar.xz
|
||||
/rpm-ostree-2025.1.tar.xz
|
||||
/rpm-ostree-2025.2.tar.xz
|
||||
/rpm-ostree-2025.3.tar.xz
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2025.2
|
||||
Version: 2025.3
|
||||
Release: %autorelease
|
||||
License: LGPL-2.0-or-later
|
||||
URL: https://github.com/coreos/rpm-ostree
|
||||
@ -39,6 +39,12 @@ BuildRequires: rust
|
||||
%else
|
||||
%bcond_without ostree_ext
|
||||
%endif
|
||||
# Integrate with kernel-install
|
||||
%if 0%{?rhel} >= 10 || 0%{?fedora} > 41
|
||||
%bcond_with kernel_install
|
||||
%else
|
||||
%bcond_without kernel_install
|
||||
%endif
|
||||
|
||||
# This is copied from the libdnf spec
|
||||
%if 0%{?rhel} && ! 0%{?centos}
|
||||
@ -218,6 +224,9 @@ sed -i -e '/https:\/\//d' cargo-vendor.txt
|
||||
%if %{without ostree_ext}
|
||||
rm -vrf $RPM_BUILD_ROOT/usr/libexec/libostree/ext
|
||||
%endif
|
||||
%if %{without kernel_install}
|
||||
rm -vr $RPM_BUILD_ROOT/usr/lib/kernel/install.d
|
||||
%endif
|
||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
|
||||
# I try to do continuous delivery via rpmdistro-gitoverlay while
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpm-ostree-2025.2.tar.xz) = 1aa52ee46f604f2bbff7e3d4bdb9d246dda2a24457cf971a5c7f5786f7c78356b0f1bada00ca7db9988e8cbfe8c943bad27ef731370c284876694030eef310be
|
||||
SHA512 (rpm-ostree-2025.3.tar.xz) = 5091a3b3912fe573e86fd9c4b753e1f492f0310a764f4feab85fb185a609ac5bbe16f1514ec317fae1398a20c030b9168e6ee89df638d4dabdd4f56e4d00d574
|
||||
|
Loading…
Reference in New Issue
Block a user