Rebase to rpm-ostree 2025.3
Resolves: #RHEL-68131
This commit is contained in:
parent
a9eb94f822
commit
661bd621fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -133,3 +133,4 @@
|
|||||||
/rpm-ostree-2024.9.tar.xz
|
/rpm-ostree-2024.9.tar.xz
|
||||||
/rpm-ostree-2025.1.tar.xz
|
/rpm-ostree-2025.1.tar.xz
|
||||||
/rpm-ostree-2025.2.tar.xz
|
/rpm-ostree-2025.2.tar.xz
|
||||||
|
/rpm-ostree-2025.3.tar.xz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Summary: Hybrid image/package system
|
Summary: Hybrid image/package system
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2025.2
|
Version: 2025.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
URL: https://github.com/coreos/rpm-ostree
|
URL: https://github.com/coreos/rpm-ostree
|
||||||
@ -39,6 +39,12 @@ BuildRequires: rust
|
|||||||
%else
|
%else
|
||||||
%bcond_without ostree_ext
|
%bcond_without ostree_ext
|
||||||
%endif
|
%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
|
# This is copied from the libdnf spec
|
||||||
%if 0%{?rhel} && ! 0%{?centos}
|
%if 0%{?rhel} && ! 0%{?centos}
|
||||||
@ -218,6 +224,9 @@ sed -i -e '/https:\/\//d' cargo-vendor.txt
|
|||||||
%if %{without ostree_ext}
|
%if %{without ostree_ext}
|
||||||
rm -vrf $RPM_BUILD_ROOT/usr/libexec/libostree/ext
|
rm -vrf $RPM_BUILD_ROOT/usr/libexec/libostree/ext
|
||||||
%endif
|
%endif
|
||||||
|
%if %{without kernel_install}
|
||||||
|
rm -vr $RPM_BUILD_ROOT/usr/lib/kernel/install.d
|
||||||
|
%endif
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||||
|
|
||||||
# I try to do continuous delivery via rpmdistro-gitoverlay while
|
# I try to do continuous delivery via rpmdistro-gitoverlay while
|
||||||
@ -301,6 +310,10 @@ fi
|
|||||||
%files devel -f files.devel
|
%files devel -f files.devel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 27 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 2025.3-1
|
||||||
|
- Rebase to 2025.3
|
||||||
|
Resolves: #RHEL-68131
|
||||||
|
|
||||||
* Thu Jan 23 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 2025.2-1
|
* Thu Jan 23 2025 Joseph Marrero <jmarrero@fedoraproject.org> - 2025.2-1
|
||||||
- Rebase to 2025.2
|
- Rebase to 2025.2
|
||||||
Resolves: #RHEL-68131
|
Resolves: #RHEL-68131
|
||||||
|
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