Rebase to 0.2.13
This commit is contained in:
parent
4bde19fb96
commit
76f2dcba68
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,3 +25,5 @@
|
||||
/bootupd-0.2.11-vendor.tar.gz
|
||||
/bootupd-0.2.12.crate
|
||||
/bootupd-0.2.12-vendor.tar.zstd
|
||||
/bootupd-0.2.13.crate
|
||||
/bootupd-0.2.13-vendor.tar.zstd
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global crate bootupd
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.2.12
|
||||
Release: 4%{?dist}
|
||||
Version: 0.2.13
|
||||
Release: 2%{?dist}
|
||||
Summary: Bootloader updater
|
||||
|
||||
License: Apache-2.0
|
||||
@ -13,7 +13,6 @@ Source0: %{url}/releases/download/v%{version}/bootupd-%{version}.crate
|
||||
Source1: %{url}/releases/download/v%{version}/bootupd-%{version}-vendor.tar.zstd
|
||||
|
||||
# For now, see upstream
|
||||
ExclusiveArch: x86_64 aarch64 ppc64le
|
||||
BuildRequires: make
|
||||
BuildRequires: openssl-devel
|
||||
%if 0%{?rhel} && !0%{?eln}
|
||||
@ -76,6 +75,9 @@ License: Apache-2.0 AND BSD-3-Clause AND MIT AND (Apache-2.0 OR BSL-1.0)
|
||||
%systemd_postun bootupd.service bootupd.socket
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 Colin Walters <walters@verbum.org> - 0.2.13-2
|
||||
- Rebase to 0.2.13
|
||||
|
||||
* Mon Oct 23 2023 Colin Walters <walters@verbum.org> - 0.2.12-4
|
||||
- Install static configs
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bootupd-0.2.12.crate) = d84ec9f5ca1c0a1186f76fc9632dd854d49fd220e7b14fe8c4f10188133a63d9d655f967a3f3aa50dce15e0772628938a7f99c88099ddee63606763b5c276baf
|
||||
SHA512 (bootupd-0.2.12-vendor.tar.zstd) = 90c909a4563b4f180cf450aac4fa5fddaeb4a57492fdbe50e7b2c8646474aefd588f082ec2788ee2868a007cfaeab33a6a77795ead5bbe4dc503b910ba212350
|
||||
SHA512 (bootupd-0.2.13.crate) = 90986c102b9e0977e8d2d6141063e3f33b7b1ef732971703e01a03cf9a7cc20b295f969f84495e74e2594c501c95fb5b85d6cbc76c568871dfa765f1ed7fce0d
|
||||
SHA512 (bootupd-0.2.13-vendor.tar.zstd) = 76a6ee84374b68ca53fe44b6df2c07870045311d1ae6a01301c97e92753d407d2dc3b085ebdb502bafcc2206162262bb0268b1c8a48cc8582d666d031acc53da
|
||||
|
Loading…
Reference in New Issue
Block a user