Completely remove winapi* bundles
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 31 Oct 2022 11:59:19 +0000 (11:59 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 31 Oct 2022 11:59:19 +0000 (11:59 +0000)
libblkio/libblkio.spec
libblkio/vendor.tar.gz

index 9715ac6..a875bd9 100644 (file)
@@ -5,7 +5,7 @@ Version:       1.1.0
 
 Summary:       Block device I/O library
 Name:          libblkio
-Release:       3%{?dist}
+Release:       4%{?dist}
 URL:           %{forgeurl}
 Source0:       %{forgesource}
 License:       ASL 2.0 or MIT
@@ -17,7 +17,6 @@ Patch:         0001-Use-io-uring-0.5.8.patch
 # These were created by running "cargo vendor" in the source tree
 # and then making a tarball of just the following directories:
 # vendor/memfd
-# vendor/winapi*
 Source1:       vendor.tar.gz
 
 # Bundled dependencies
@@ -76,9 +75,6 @@ tar zxf %{SOURCE1}
 cat >> Cargo.toml <<EOF
 [patch.crates-io]
 memfd = { path = 'vendor/memfd' }
-winapi = { path = 'vendor/winapi' }
-winapi-i686-pc-windows-gnu = { path = 'vendor/winapi-i686-pc-windows-gnu' }
-winapi-x86_64-pc-windows-gnu = { path = 'vendor/winapi-x86_64-pc-windows-gnu' }
 EOF
 %cargo_prep
 sed -e 's/--locked/--offline/' -i src/cargo-build.sh
@@ -108,5 +104,5 @@ sed -e 's/--locked/--offline/' -i src/cargo-build.sh
 
 
 %changelog
-* Mon Oct 31 2022 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-3
+* Mon Oct 31 2022 Richard W.M. Jones <rjones@redhat.com> - 1.1.0-4
 - Initial package
index e7015bb..631ec76 100644 (file)
Binary files a/libblkio/vendor.tar.gz and b/libblkio/vendor.tar.gz differ