Notification time stamped 2023-08-31 23:38:59 UTC
From 7067b3db4f15911a166b3f150da68bb41fae3e3f Mon Sep 17 00:00:00 2001 From: Fabio Valentini decathorpe@gmail.com Date: Aug 31 2023 22:33:11 +0000 Subject: Update to version 1.0.2; Fixes RHBZ#2233075
---
diff --git a/.gitignore b/.gitignore index 8838303..20fea88 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /gptman-0.8.3.crate /gptman-0.8.4.crate /gptman-1.0.1.crate +/gptman-1.0.2.crate diff --git a/README.md b/README.md deleted file mode 100644 index 9d80a07..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-gptman - -GPT manager that allows you to copy partitions from one disk to another \ No newline at end of file diff --git a/gptman-fix-metadata.diff b/gptman-fix-metadata.diff index 80c9b6d..5d1a915 100644 --- a/gptman-fix-metadata.diff +++ b/gptman-fix-metadata.diff @@ -1,6 +1,6 @@ ---- gptman-1.0.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ gptman-1.0.1/Cargo.toml 2023-07-28T04:32:45.803883+00:00 -@@ -39,49 +39,11 @@ +--- gptman-1.0.2/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gptman-1.0.2/Cargo.toml 2023-08-31T22:31:09.528028+00:00 +@@ -40,49 +40,11 @@ [lib] name = "gptman"
@@ -18,7 +18,7 @@ version = "1.3.1"
-[dependencies.clap] --version = ">= 3, < 5" +-version = "4" -features = [ - "derive", - "wrap_help", @@ -50,7 +50,7 @@
[dependencies.serde] version = "1.0.116" -@@ -90,21 +52,5 @@ +@@ -91,21 +53,7 @@ [dependencies.thiserror] version = "1.0"
@@ -58,7 +58,7 @@ -version = "0.1.8" -optional = true - --[features] + [features] -cli = [ - "lazy_static", - "ansi_term", @@ -69,6 +69,6 @@ - "clap", - "count-zeroes", -] -- + default = ["nix"] + [target."cfg(target_os = "linux")".dependencies.nix] - version = ">= 0.22, < 0.27" diff --git a/rust-gptman.spec b/rust-gptman.spec index 6b10420..e987739 100644 --- a/rust-gptman.spec +++ b/rust-gptman.spec @@ -5,7 +5,7 @@ %global crate gptman
Name: rust-gptman -Version: 1.0.1 +Version: 1.0.2 Release: %autorelease Summary: GPT manager that allows you to copy partitions from one disk to another
@@ -51,6 +51,18 @@ use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+nix-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+nix-devel %{_description} + +This package contains library source intended for building other packages which +use the "nix" feature of the "%{crate}" crate. + +%files -n %{name}+nix-devel +%ghost %{crate_instdir}/Cargo.toml + %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep diff --git a/sources b/sources index c6518ff..cd934ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gptman-1.0.1.crate) = 793e7891e367cb279298fb74b25ce8e4dd94c27f9ba7b25fe0c3fc81f3215220d47fc68f01a81eba591dcaa1eab66f4dd8fa14d1ecc25a01a97047c93acf7b4b +SHA512 (gptman-1.0.2.crate) = 2236243b2fc1aa8e67bb94fa2225e5e2babeaace1219d283635ef7903a089b0c3cad96a33680268657fe661ed6fc5f1ab3165c3a02e05d97c5f64595b078c8c3
https://src.fedoraproject.org/rpms/rust-gptman/c/7067b3db4f15911a166b3f150da...
scm-commits@lists.fedoraproject.org