Rebase to rpm-ostree 2025.4
Resolves: #RHEL-68130
This commit is contained in:
parent
0eadea63f4
commit
790c7dd0da
1
.gitignore
vendored
1
.gitignore
vendored
@ -150,3 +150,4 @@
|
||||
/rpm-ostree-2025.1.tar.xz
|
||||
/rpm-ostree-2025.2.tar.xz
|
||||
/rpm-ostree-2025.3.tar.xz
|
||||
/rpm-ostree-2025.4.tar.xz
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2025.3
|
||||
Version: 2025.4
|
||||
Release: %autorelease
|
||||
License: LGPL-2.0-or-later
|
||||
URL: https://github.com/coreos/rpm-ostree
|
||||
@ -39,12 +39,6 @@ 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}
|
||||
@ -224,9 +218,6 @@ 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.3.tar.xz) = 5091a3b3912fe573e86fd9c4b753e1f492f0310a764f4feab85fb185a609ac5bbe16f1514ec317fae1398a20c030b9168e6ee89df638d4dabdd4f56e4d00d574
|
||||
SHA512 (rpm-ostree-2025.4.tar.xz) = 26335086ed7404face0e7d276ade75d5b289edf96eb661185f92f68034281138dc9b3d6453fc26b731c3e4669f98d1cd646f824204d2e0fbb9f62e80d21bc78c
|
||||
|
Loading…
Reference in New Issue
Block a user