## 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 28 %bcond check 1 %global debug_package %{nil} %global crate whoami Name: rust-whoami Version: 2.1.0 Release: %autorelease Summary: Rust library for getting information about the current user and environment License: Apache-2.0 OR BSL-1.0 OR MIT URL: https://crates.io/crates/whoami Source: %{crates_source} # Automatically generated patch to strip dependencies and normalize metadata Patch: whoami-fix-metadata-auto.diff # Manually created patch for downstream crate metadata changes # * Drop WASM-specific wasi-wasite and wasm-web features, and remove them from # the default features. Patch: whoami-fix-metadata.diff BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Rust library for getting information about the current user and environment.} %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_APACHE %license %{crate_instdir}/LICENSE_BOOST %license %{crate_instdir}/LICENSE_MIT %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}+force-stub-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+force-stub-devel %{_description} This package contains library source intended for building other packages which use the "force-stub" feature of the "%{crate}" crate. %files -n %{name}+force-stub-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Thu Jan 29 2026 Benjamin A. Beasley - 2.1.0-1 - Update to version 2.1.0; Fixes RHBZ#2426952 * Sat Jan 17 2026 Fedora Release Engineering - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Thu Aug 14 2025 Fabio Valentini - 1.6.1-1 - update to version 1.6.1; Fixes RHBZ#2387549 * Fri Jul 25 2025 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu May 01 2025 Fabio Valentini - 1.6.0-1 - Update to version 1.6.0; Fixes RHBZ#2354376 * Sun Jan 19 2025 Fedora Release Engineering - 1.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Sep 18 2024 Fabio Valentini - 1.5.2-1 - Update to version 1.5.2; Fixes RHBZ#2309345 * Sat Jul 20 2024 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Apr 25 2024 Fabio Valentini - 1.5.1-1 - Update to version 1.5.1; Fixes RHBZ#2268749 * Fri Mar 08 2024 Fabio Valentini - 1.5.0-1 - Update to version 1.5.0; Fixes RHBZ#2267602 * Sat Jan 27 2024 Fedora Release Engineering - 1.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering - 1.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 27 2023 Mads Kiilerich - 1.4.1-2 - Better removal of 'web' references (#2217857) * Mon Jun 26 2023 Mads Kiilerich - 1.4.1-1 - Initial ## END: Generated by rpmautospec