upgrade version to 0.2.9

This commit is contained in:
duyiwei 2023-06-12 10:25:25 +08:00
parent 1ddb25c899
commit e31f540490
5 changed files with 6 additions and 4 deletions

Binary file not shown.

Binary file not shown.

BIN
bootupd-0.2.9-vendor.tar.gz Normal file

Binary file not shown.

BIN
bootupd-0.2.9.crate Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global crate bootupd
Name: rust-%{crate}
Version: 0.2.8
Version: 0.2.9
Release: 1
Summary: Bootloader updater
License: Apache-2.0
URL: https://crates.io/crates/bootupd
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source0: https://github.com/coreos/bootupd/releases/download/v%{version}/bootupd-%{version}.crate
Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz
BuildRequires: make
@ -35,8 +35,7 @@ License: ASL 2.0
%prep
%autosetup -n %{crate}-%{version} -p1
mkdir -p vendor
tar xvf %{SOURCE1} -C vendor
tar -xv -f %{SOURCE1}
mkdir -p .cargo
cat >.cargo/config << EOF
[source.crates-io]
@ -62,6 +61,9 @@ EOF
%systemd_postun bootupd.service bootupd.socket
%changelog
* Fri Jun 09 2023 duyiwei <duyiwei@kylinos.cn> - 0.2.9-1
- upgrade version to 0.2.9
* Tue Nov 08 2022 fushanqing <fushanqing@kylinos.cn> - 0.2.8-1
- update to 0.2.8