!11 upgrade version to 0.2.9
From: @duyiwei7w Reviewed-by: @fu-shanqing Signed-off-by: @fu-shanqing
This commit is contained in:
commit
d861345701
Binary file not shown.
Binary file not shown.
BIN
bootupd-0.2.9-vendor.tar.gz
Normal file
BIN
bootupd-0.2.9-vendor.tar.gz
Normal file
Binary file not shown.
BIN
bootupd-0.2.9.crate
Normal file
BIN
bootupd-0.2.9.crate
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
%global crate bootupd
|
%global crate bootupd
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.2.8
|
Version: 0.2.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bootloader updater
|
Summary: Bootloader updater
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://crates.io/crates/bootupd
|
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
|
Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -35,8 +35,7 @@ License: ASL 2.0
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{crate}-%{version} -p1
|
%autosetup -n %{crate}-%{version} -p1
|
||||||
mkdir -p vendor
|
tar -xv -f %{SOURCE1}
|
||||||
tar xvf %{SOURCE1} -C vendor
|
|
||||||
mkdir -p .cargo
|
mkdir -p .cargo
|
||||||
cat >.cargo/config << EOF
|
cat >.cargo/config << EOF
|
||||||
[source.crates-io]
|
[source.crates-io]
|
||||||
@ -62,6 +61,9 @@ EOF
|
|||||||
%systemd_postun bootupd.service bootupd.socket
|
%systemd_postun bootupd.service bootupd.socket
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 08 2022 fushanqing <fushanqing@kylinos.cn> - 0.2.8-1
|
||||||
- update to 0.2.8
|
- update to 0.2.8
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user