diff --git a/bootupd-0.2.6-vendor.tar.gz b/bootupd-0.2.6-vendor.tar.gz deleted file mode 100644 index c992704..0000000 Binary files a/bootupd-0.2.6-vendor.tar.gz and /dev/null differ diff --git a/bootupd-0.2.6.crate b/bootupd-0.2.6.crate deleted file mode 100644 index 258b397..0000000 Binary files a/bootupd-0.2.6.crate and /dev/null differ diff --git a/bootupd-0.2.8-vendor.tar.gz b/bootupd-0.2.8-vendor.tar.gz new file mode 100644 index 0000000..f635960 Binary files /dev/null and b/bootupd-0.2.8-vendor.tar.gz differ diff --git a/bootupd-0.2.8.crate b/bootupd-0.2.8.crate new file mode 100644 index 0000000..e3de04e Binary files /dev/null and b/bootupd-0.2.8.crate differ diff --git a/rust-bootupd.spec b/rust-bootupd.spec index 2c61e21..7f947ed 100644 --- a/rust-bootupd.spec +++ b/rust-bootupd.spec @@ -1,8 +1,8 @@ %global crate bootupd Name: rust-%{crate} -Version: 0.2.6 -Release: 2 +Version: 0.2.8 +Release: 1 Summary: Bootloader updater License: Apache-2.0 @@ -35,7 +35,8 @@ License: ASL 2.0 %prep %autosetup -n %{crate}-%{version} -p1 -tar xvf %{SOURCE1} +mkdir -p vendor +tar xvf %{SOURCE1} -C vendor mkdir -p .cargo cat >.cargo/config << EOF [source.crates-io] @@ -61,6 +62,9 @@ EOF %systemd_postun bootupd.service bootupd.socket %changelog +* Tue Nov 08 2022 fushanqing - 0.2.8-1 +- update to 0.2.8 + * Wed Aug 03 2022 liukuo - 0.2.6-2 - License compliance rectification