Summary: Block device I/O library
Name: libblkio
-Release: 3%{?dist}
+Release: 4%{?dist}
URL: %{forgeurl}
Source0: %{forgesource}
License: ASL 2.0 or MIT
# 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
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
%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