diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5ff26d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/linux-raw-sys-0.6.3.crate diff --git a/.rust-linux-raw-sys.metadata b/.rust-linux-raw-sys.metadata index e69de29..f87f68e 100644 --- a/.rust-linux-raw-sys.metadata +++ b/.rust-linux-raw-sys.metadata @@ -0,0 +1 @@ +7caa3ca1cec7e078dfe8c906003366069eb61e9e SOURCES/linux-raw-sys-0.6.3.crate diff --git a/SOURCES/linux-raw-sys-0.4.11.crate b/SOURCES/linux-raw-sys-0.4.11.crate deleted file mode 100644 index 4d1e256..0000000 Binary files a/SOURCES/linux-raw-sys-0.4.11.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..3cb13d1 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,6 @@ +[features] +hide = [ + "compiler_builtins", + "core", + "rustc-dep-of-std", +] diff --git a/SPECS/rust-linux-raw-sys.spec b/SPECS/rust-linux-raw-sys.spec index f7adef5..e159ca7 100644 --- a/SPECS/rust-linux-raw-sys.spec +++ b/SPECS/rust-linux-raw-sys.spec @@ -15,7 +15,7 @@ %global crate linux-raw-sys Name: rust-linux-raw-sys -Version: 0.4.11 +Version: 0.6.3 Release: %autorelease Summary: Generated bindings for Linux's userspace API @@ -133,6 +133,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 @@ -205,6 +217,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 @@ -224,6 +248,12 @@ use the "system" feature of the "%{crate}" crate. %endif %changelog +* Thu Jan 04 2024 Fabio Valentini - 0.6.3-1 +- Update to version 0.6.3; Fixes RHBZ#2214060 + +* Fri Dec 01 2023 Fabio Valentini - 0.4.12-1 +- Update to version 0.4.12 + * Mon Nov 20 2023 Arkady L. Shane - 0.4.11-1 - Rebuilt for MSVSphere 9.2