Compare commits
10 Commits
56631d8e05
...
966e96e813
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
966e96e813 | ||
|
|
49274404a3 | ||
|
|
7608ebdf90 | ||
|
|
898224cce5 | ||
|
|
7b11fea318 | ||
|
|
ac5f5c9c56 | ||
|
|
b299e11341 | ||
|
|
506ad687fb | ||
|
|
81d86ca230 | ||
|
|
5a6310dcf2 |
BIN
bootupd-0.2.18-vendor.tar.zstd
Normal file
BIN
bootupd-0.2.18-vendor.tar.zstd
Normal file
Binary file not shown.
BIN
bootupd-0.2.18.crate
Normal file
BIN
bootupd-0.2.18.crate
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
bootupd.yaml
Normal file
4
bootupd.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: coreos/bootupd
|
||||||
|
tag_prefix: "v"
|
||||||
|
separator: "."
|
||||||
@ -1,14 +1,14 @@
|
|||||||
%global crate bootupd
|
%global crate bootupd
|
||||||
|
|
||||||
Name: rust-%{crate}
|
Name: rust-%{crate}
|
||||||
Version: 0.2.8
|
Version: 0.2.18
|
||||||
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.zstd
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -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,15 @@ EOF
|
|||||||
%systemd_postun bootupd.service bootupd.socket
|
%systemd_postun bootupd.service bootupd.socket
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2024 chendexi <chendexi@kylinos.cn> - 0.2.18-1
|
||||||
|
- upgrade version to 0.2.18
|
||||||
|
|
||||||
|
* Wed Jan 03 2024 lijian <lijian2@kylinos.cn> - 0.2.17-1
|
||||||
|
- upgrade version to 0.2.17
|
||||||
|
|
||||||
|
* 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