Compare commits
No commits in common. "966e96e813643990f500da84e24b10c30e20558a" and "56631d8e053b5f51bdeee21756b0a5bd44160d23" have entirely different histories.
966e96e813
...
56631d8e05
Binary file not shown.
Binary file not shown.
BIN
bootupd-0.2.8-vendor.tar.gz
Normal file
BIN
bootupd-0.2.8-vendor.tar.gz
Normal file
Binary file not shown.
BIN
bootupd-0.2.8.crate
Normal file
BIN
bootupd-0.2.8.crate
Normal file
Binary file not shown.
@ -1,4 +0,0 @@
|
||||
version_control: github
|
||||
src_repo: coreos/bootupd
|
||||
tag_prefix: "v"
|
||||
separator: "."
|
||||
@ -1,14 +1,14 @@
|
||||
%global crate bootupd
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.2.18
|
||||
Version: 0.2.8
|
||||
Release: 1
|
||||
Summary: Bootloader updater
|
||||
|
||||
License: Apache-2.0
|
||||
URL: https://crates.io/crates/bootupd
|
||||
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.zstd
|
||||
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
||||
Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: openssl-devel
|
||||
@ -35,7 +35,8 @@ License: ASL 2.0
|
||||
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version} -p1
|
||||
tar -xv -f %{SOURCE1}
|
||||
mkdir -p vendor
|
||||
tar xvf %{SOURCE1} -C vendor
|
||||
mkdir -p .cargo
|
||||
cat >.cargo/config << EOF
|
||||
[source.crates-io]
|
||||
@ -61,15 +62,6 @@ EOF
|
||||
%systemd_postun bootupd.service bootupd.socket
|
||||
|
||||
%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
|
||||
- update to 0.2.8
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user