Update to version 0.4.12

epel9
Fabio Valentini 1 year ago
parent fa7f82c352
commit e901229165
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/linux-raw-sys-0.4.7.crate
/linux-raw-sys-0.4.8.crate
/linux-raw-sys-0.4.11.crate
/linux-raw-sys-0.4.12.crate

@ -5,7 +5,7 @@
%global crate linux-raw-sys
Name: rust-linux-raw-sys
Version: 0.4.11
Version: 0.4.12
Release: %autorelease
Summary: Generated bindings for Linux's userspace API
@ -123,6 +123,18 @@ use the "ioctl" feature of the "%{crate}" crate.
%files -n %{name}+ioctl-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+mempolicy-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+mempolicy-devel %{_description}
This package contains library source intended for building other packages which
use the "mempolicy" feature of the "%{crate}" crate.
%files -n %{name}+mempolicy-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+net-devel
Summary: %{summary}
BuildArch: noarch
@ -195,6 +207,18 @@ use the "system" feature of the "%{crate}" crate.
%files -n %{name}+system-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+xdp-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+xdp-devel %{_description}
This package contains library source intended for building other packages which
use the "xdp" feature of the "%{crate}" crate.
%files -n %{name}+xdp-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (linux-raw-sys-0.4.11.crate) = befe18ab06e5248ee89f0cb8fbc192a5564c15c9873672fea62754322d3c197563d9133b839d5222e6baa522ec1fafc48176ee605ec7954c5d93e52dfb6d9772
SHA512 (linux-raw-sys-0.4.12.crate) = d9564d02d5f41356478066592e438629adb3275df0e5a1a44030cc99bf8856b8af64f18f27371f84122a828b34712aae16495a1a16050fbdbece6d95e9cdace9

Loading…
Cancel
Save