spec: new upstream version 0.2.25
resolves: #RHEL-71040
This commit is contained in:
parent
a1802b93bf
commit
af4acc8fbf
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,3 +29,5 @@
|
||||
/bootupd-0.2.18-vendor.tar.zstd
|
||||
/bootupd-0.2.19-vendor.tar.zstd
|
||||
/bootupd-0.2.19.crate
|
||||
/bootupd-0.2.25.crate
|
||||
/bootupd-0.2.25-vendor.tar.zstd
|
||||
|
@ -3,7 +3,7 @@
|
||||
%global crate bootupd
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.2.19
|
||||
Version: 0.2.25
|
||||
Release: 1%{?dist}
|
||||
Summary: Bootloader updater
|
||||
|
||||
@ -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,10 @@ 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 <hhei@redhat.com> - 0.2.25-1
|
||||
- new version
|
||||
|
||||
* Fri May 17 2024 Joseph Marrero <jmarrero@fedoraproject.org> - 0.2.19-1
|
||||
- https://github.com/coreos/bootupd/releases/tag/v0.2.19
|
||||
Resolves: RHEL-35887
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bootupd-0.2.19-vendor.tar.zstd) = bd4df9a6e959212d3c48c90a5ef02904fc3d1db5ef50bbc98ce235f3f624316a01814d9c9605b64ca986aa65a984296fc0ffb83e683d6f220ba31ba05785b28c
|
||||
SHA512 (bootupd-0.2.19.crate) = 286309334b935620a004743631c0bb040c8416ce83284b2f5ad1db04918736f40d7eb68a84bef2927cad7fe5efe13946b1e620e22aec9a428a13d10cbda0231e
|
||||
SHA512 (bootupd-0.2.25.crate) = a094407f6e1392865cf62d0b361a1f508d979eb7b3ac2709ee319cc118f23e9af3a1dff8d89b138b58e9816d2e7d292805ca2df4814a55711b0ccbbc91f5800e
|
||||
SHA512 (bootupd-0.2.25-vendor.tar.zstd) = 48cd53ed0a260eb821d06a663cca21275041c750d8781d9eea80ec109a96449cd7a72db4c995958a81c065554014ef9e1ea8610d047b0614c8cb0bfb0fdfa1c2
|
||||
|
Loading…
Reference in New Issue
Block a user