Compare commits

..

No commits in common. "966e96e813643990f500da84e24b10c30e20558a" and "56631d8e053b5f51bdeee21756b0a5bd44160d23" have entirely different histories.

6 changed files with 5 additions and 17 deletions

Binary file not shown.

Binary file not shown.

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

Binary file not shown.

BIN
bootupd-0.2.8.crate Normal file

Binary file not shown.

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: coreos/bootupd
tag_prefix: "v"
separator: "."

View File

@ -1,14 +1,14 @@
%global crate bootupd %global crate bootupd
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.18 Version: 0.2.8
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://github.com/coreos/bootupd/releases/download/v%{version}/bootupd-%{version}.crate 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.zstd Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.gz
BuildRequires: make BuildRequires: make
BuildRequires: openssl-devel BuildRequires: openssl-devel
@ -35,7 +35,8 @@ License: ASL 2.0
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
tar -xv -f %{SOURCE1} mkdir -p vendor
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]
@ -61,15 +62,6 @@ 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