## START: Set by rpmautospec ## (rpmautospec version 0.8.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 26 %bcond_without check %global debug_package %{nil} %global crate vhost-user-backend Name: rust-vhost-user-backend Version: 0.20.0 Release: %autorelease Summary: Framework to build vhost-user backend service daemon License: Apache-2.0 URL: https://crates.io/crates/vhost-user-backend Source0: %{crates_source} Source1: https://raw.githubusercontent.com/rust-vmm/vhost/main/LICENSE # We depend on rust-vmm crates that don't support 32 bit targets ExcludeArch: %{ix86} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: A framework to build vhost-user backend service daemon.} %description %{_description} %package devel Summary: %{summary} BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel %license %{crate_instdir}/LICENSE %doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/README.md %{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+postcopy-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+postcopy-devel %{_description} This package contains library source intended for building other packages which use the "postcopy" feature of the "%{crate}" crate. %files -n %{name}+postcopy-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+userfaultfd-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+userfaultfd-devel %{_description} This package contains library source intended for building other packages which use the "userfaultfd" feature of the "%{crate}" crate. %files -n %{name}+userfaultfd-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+xen-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+xen-devel %{_description} This package contains library source intended for building other packages which use the "xen" feature of the "%{crate}" crate. %files -n %{name}+xen-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep cp -pav %{SOURCE1} . %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Thu Sep 04 2025 Sergio Lopez - 0.20.0-1 - Update to version 0.20.0; Fixes RHBZ#2370222 * Fri Jul 25 2025 Fedora Release Engineering - 0.17.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Nov 12 2024 Sergio Lopez - 0.17.0-1 - Update to version 0.17.0; Fixes RHBZ#2269693 * Sat Jul 20 2024 Fedora Release Engineering - 0.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 03 2024 Sergio Lopez - 0.15.0-1 - Update to version 0.15.0; Fixes RHBZ#2269693 * Sat Jan 27 2024 Fedora Release Engineering - 0.13.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 23 2024 Sergio Lopez - 0.13.1-1 - Update to version 0.13.1; Fixes RHBZ#2248536 * Thu Jan 11 2024 Sergio Lopez - 0.12.0-1 - Update to version 0.12.0; Fixes RHBZ#2248536 * Thu Dec 21 2023 Sergio Lopez - 0.11.0-1 - Update to version 0.11.0; Fixes RHBZ#2248536 * Thu Aug 31 2023 Fabio Valentini - 0.10.1-1 - Update to version 0.10.1; Fixes RHBZ#2233423 * Sat Jul 22 2023 Fedora Release Engineering - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jul 14 2023 Sergio Lopez - 0.10.0-1 - Update to version 0.10.0 - Regenerate with rust2rpm 24 - Drop no longer need patch downgrading nix dependency * Wed Feb 08 2023 Sergio Lopez - 0.8.0-1 - Update to version 0.8.0 * Sat Jan 21 2023 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jul 26 2022 Sergio Lopez - 0.5.1-1 - Update to crate 0.5.1 * Sat Jul 23 2022 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 01 2022 Sergio Lopez - 0.4.0-1 - Update to 0.4.0 * Wed May 11 2022 Sergio Lopez - 0.2.0-1 - Initial package ## END: Generated by rpmautospec