import rust-linux-raw-sys-0.6.3-1.el9

i9ce changed/i9ce/rust-linux-raw-sys-0.6.3-1.el9
MSVSphere Packaging Team 1 year ago
parent 7ad000b683
commit 585410fa9c

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/linux-raw-sys-0.6.3.crate

@ -0,0 +1 @@
7caa3ca1cec7e078dfe8c906003366069eb61e9e SOURCES/linux-raw-sys-0.6.3.crate

@ -0,0 +1,6 @@
[features]
hide = [
"compiler_builtins",
"core",
"rustc-dep-of-std",
]

@ -15,7 +15,7 @@
%global crate linux-raw-sys %global crate linux-raw-sys
Name: rust-linux-raw-sys Name: rust-linux-raw-sys
Version: 0.4.11 Version: 0.6.3
Release: %autorelease Release: %autorelease
Summary: Generated bindings for Linux's userspace API 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 %files -n %{name}+ioctl-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+net-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -205,6 +217,18 @@ use the "system" feature of the "%{crate}" crate.
%files -n %{name}+system-devel %files -n %{name}+system-devel
%ghost %{crate_instdir}/Cargo.toml %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 %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
@ -224,6 +248,12 @@ use the "system" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jan 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-1
- Update to version 0.6.3; Fixes RHBZ#2214060
* Fri Dec 01 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.12-1
- Update to version 0.4.12
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.4.11-1 * Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.4.11-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save