diff --git a/bootupd-0.2.17-vendor.tar.zstd b/bootupd-0.2.17-vendor.tar.zstd new file mode 100644 index 0000000..140b743 Binary files /dev/null and b/bootupd-0.2.17-vendor.tar.zstd differ diff --git a/bootupd-0.2.17.crate b/bootupd-0.2.17.crate new file mode 100644 index 0000000..04041fc Binary files /dev/null and b/bootupd-0.2.17.crate differ diff --git a/bootupd-0.2.9-vendor.tar.gz b/bootupd-0.2.9-vendor.tar.gz deleted file mode 100644 index 0c2b049..0000000 Binary files a/bootupd-0.2.9-vendor.tar.gz and /dev/null differ diff --git a/bootupd-0.2.9.crate b/bootupd-0.2.9.crate deleted file mode 100644 index da1866c..0000000 Binary files a/bootupd-0.2.9.crate and /dev/null differ diff --git a/rust-bootupd.spec b/rust-bootupd.spec index f61b1ab..535e46a 100644 --- a/rust-bootupd.spec +++ b/rust-bootupd.spec @@ -1,14 +1,14 @@ %global crate bootupd Name: rust-%{crate} -Version: 0.2.9 +Version: 0.2.17 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.gz +Source1: https://github.com/coreos/%{crate}/releases/download/v%{version}/%{crate}-%{version}-vendor.tar.zstd BuildRequires: make BuildRequires: openssl-devel @@ -61,6 +61,9 @@ EOF %systemd_postun bootupd.service bootupd.socket %changelog +* Wed Jan 03 2024 lijian - 0.2.17-1 +- upgrade version to 0.2.17 + * Fri Jun 09 2023 duyiwei - 0.2.9-1 - upgrade version to 0.2.9