Compare commits

..

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

2
.gitignore vendored

@ -1 +1 @@
/linux-raw-sys-0.4.12.crate SOURCES/linux-raw-sys-0.4.15.crate

@ -0,0 +1 @@
19535c9fc16e5ec27533f6383d9d635ff7dc400e SOURCES/linux-raw-sys-0.4.15.crate

@ -1,11 +1,21 @@
# Generated by rust2rpm 25 ## START: Set by rpmautospec
%bcond_without check ## (rpmautospec version 0.7.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate linux-raw-sys %global crate linux-raw-sys
Name: rust-linux-raw-sys0.4 Name: rust-linux-raw-sys0.4
Version: 0.4.12 Version: 0.4.15
Release: %autorelease Release: %autorelease
Summary: Generated bindings for Linux's userspace API Summary: Generated bindings for Linux's userspace API
@ -51,6 +61,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+bootparam-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+bootparam-devel %{_description}
This package contains library source intended for building other packages which
use the "bootparam" feature of the "%{crate}" crate.
%files -n %{name}+bootparam-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+btrfs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+btrfs-devel %{_description}
This package contains library source intended for building other packages which
use the "btrfs" feature of the "%{crate}" crate.
%files -n %{name}+btrfs-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+elf-devel %package -n %{name}+elf-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -63,6 +97,18 @@ use the "elf" feature of the "%{crate}" crate.
%files -n %{name}+elf-devel %files -n %{name}+elf-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+elf_uapi-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+elf_uapi-devel %{_description}
This package contains library source intended for building other packages which
use the "elf_uapi" feature of the "%{crate}" crate.
%files -n %{name}+elf_uapi-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+errno-devel %package -n %{name}+errno-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -87,6 +133,18 @@ use the "general" feature of the "%{crate}" crate.
%files -n %{name}+general-devel %files -n %{name}+general-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+if_arp-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+if_arp-devel %{_description}
This package contains library source intended for building other packages which
use the "if_arp" feature of the "%{crate}" crate.
%files -n %{name}+if_arp-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+if_ether-devel %package -n %{name}+if_ether-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -99,6 +157,18 @@ use the "if_ether" feature of the "%{crate}" crate.
%files -n %{name}+if_ether-devel %files -n %{name}+if_ether-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+if_packet-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+if_packet-devel %{_description}
This package contains library source intended for building other packages which
use the "if_packet" feature of the "%{crate}" crate.
%files -n %{name}+if_packet-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+io_uring-devel %package -n %{name}+io_uring-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -123,6 +193,30 @@ 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}+landlock-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+landlock-devel %{_description}
This package contains library source intended for building other packages which
use the "landlock" feature of the "%{crate}" crate.
%files -n %{name}+landlock-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+loop_device-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+loop_device-devel %{_description}
This package contains library source intended for building other packages which
use the "loop_device" feature of the "%{crate}" crate.
%files -n %{name}+loop_device-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+mempolicy-devel %package -n %{name}+mempolicy-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -183,6 +277,18 @@ use the "prctl" feature of the "%{crate}" crate.
%files -n %{name}+prctl-devel %files -n %{name}+prctl-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ptrace-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ptrace-devel %{_description}
This package contains library source intended for building other packages which
use the "ptrace" feature of the "%{crate}" crate.
%files -n %{name}+ptrace-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -238,4 +344,22 @@ use the "xdp" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
%autochangelog ## START: Generated by rpmautospec
* Tue Jan 14 2025 Fabio Valentini <decathorpe@gmail.com> - 0.4.15-1
- Update to version 0.4.15
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.4.14-1
- Rebuilt for MSVSphere 10
* Mon Sep 16 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.14-1
- Update to version 0.4.14
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 05 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.12-1
- Initial import (linux-raw-sys 0.4 compat package)
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (linux-raw-sys-0.4.12.crate) = d9564d02d5f41356478066592e438629adb3275df0e5a1a44030cc99bf8856b8af64f18f27371f84122a828b34712aae16495a1a16050fbdbece6d95e9cdace9
Loading…
Cancel
Save