diff --git a/.gitignore b/.gitignore index 8d3f52f..0734ad8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/bootupd-0.2.19-vendor.tar.zstd -SOURCES/bootupd-0.2.19.crate +SOURCES/bootupd-0.2.25-vendor.tar.zstd +SOURCES/bootupd-0.2.25.crate diff --git a/.rust-bootupd.metadata b/.rust-bootupd.metadata index dc0ecbe..beec038 100644 --- a/.rust-bootupd.metadata +++ b/.rust-bootupd.metadata @@ -1,2 +1,2 @@ -c9fc8b2e450c11c8e12fb63b7474cddd009f52e5 SOURCES/bootupd-0.2.19-vendor.tar.zstd -11db1d98620000dccf43a2d645b2020b696ae321 SOURCES/bootupd-0.2.19.crate +903be894ef170a421f1f807a824502fdf782b42b SOURCES/bootupd-0.2.25-vendor.tar.zstd +f9e0be901b439c54f979a35279ab89c3650a0c73 SOURCES/bootupd-0.2.25.crate diff --git a/SPECS/rust-bootupd.spec b/SPECS/rust-bootupd.spec index 23b7c37..cc72bd4 100644 --- a/SPECS/rust-bootupd.spec +++ b/SPECS/rust-bootupd.spec @@ -3,8 +3,8 @@ %global crate bootupd Name: rust-%{crate} -Version: 0.2.19 -Release: 3%{?dist} +Version: 0.2.25 +Release: 1%{?dist} Summary: Bootloader updater License: Apache-2.0 @@ -48,7 +48,6 @@ License: Apache-2.0 AND BSD-3-Clause AND MIT AND (Apache-2.0 OR BSL-1.0) %doc README.md %{_bindir}/bootupctl %{_libexecdir}/bootupd -%{_unitdir}/* %{_prefix}/lib/bootupd/grub2-static/ %prep @@ -65,16 +64,11 @@ License: Apache-2.0 AND BSD-3-Clause AND MIT AND (Apache-2.0 OR BSL-1.0) %make_install INSTALL="install -p -c" %{__make} install-grub-static DESTDIR=%{?buildroot} INSTALL="%{__install} -p" -%post -n %{crate} -%systemd_post bootupd.service bootupd.socket - -%preun -n %{crate} -%systemd_preun bootupd.service bootupd.socket - -%postun -n %{crate} -%systemd_postun bootupd.service bootupd.socket - %changelog +* Thu Dec 12 2024 HuijingHei - 0.2.25-1 +- https://github.com/coreos/bootupd/releases/tag/v0.2.25 + Resolves: RHEL-71041 + * Tue Oct 29 2024 Troy Dawson - 0.2.19-3 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018