## 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 reqsign Name: rust-reqsign Version: 0.20.0 Release: %autorelease Summary: Signing HTTP requests for popular cloud services License: Apache-2.0 URL: https://crates.io/crates/reqsign Source: %{crates_source} BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Signing HTTP requests for AWS, Azure, Google, Huawei, Aliyun, Tencent and Oracle services.} %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}/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}+aliyun-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+aliyun-devel %{_description} This package contains library source intended for building other packages which use the "aliyun" feature of the "%{crate}" crate. %files -n %{name}+aliyun-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+aws-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+aws-devel %{_description} This package contains library source intended for building other packages which use the "aws" feature of the "%{crate}" crate. %files -n %{name}+aws-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+azure-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+azure-devel %{_description} This package contains library source intended for building other packages which use the "azure" feature of the "%{crate}" crate. %files -n %{name}+azure-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+default-context-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+default-context-devel %{_description} This package contains library source intended for building other packages which use the "default-context" feature of the "%{crate}" crate. %files -n %{name}+default-context-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+google-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+google-devel %{_description} This package contains library source intended for building other packages which use the "google" feature of the "%{crate}" crate. %files -n %{name}+google-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+huaweicloud-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+huaweicloud-devel %{_description} This package contains library source intended for building other packages which use the "huaweicloud" feature of the "%{crate}" crate. %files -n %{name}+huaweicloud-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+oracle-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+oracle-devel %{_description} This package contains library source intended for building other packages which use the "oracle" feature of the "%{crate}" crate. %files -n %{name}+oracle-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+tencent-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+tencent-devel %{_description} This package contains library source intended for building other packages which use the "tencent" feature of the "%{crate}" crate. %files -n %{name}+tencent-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 * Tue Mar 24 2026 Benjamin A. Beasley - 0.20.0-1 - Update to version 0.20.0; Fixes RHBZ#2432770 * Sat Jan 17 2026 Fedora Release Engineering - 0.18.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Tue Dec 16 2025 Benjamin A. Beasley - 0.18.1-6 - Expose the oracle and full features * Wed Nov 12 2025 Benjamin A. Beasley - 0.18.1-5 - Expose the huaweicloud feature; dep. is packaged * Tue Nov 11 2025 Benjamin A. Beasley - 0.18.1-4 - Expose the tencent feature; dep. is packaged * Tue Nov 11 2025 Benjamin A. Beasley - 0.18.1-3 - Expose the aliyun and google features; deps. are packaged * Sun Nov 09 2025 Benjamin A. Beasley - 0.18.1-2 - Expose the azure feature since we have the necessary dependency * Wed Nov 05 2025 Benjamin A. Beasley - 0.18.1-1 - Update to version 0.18.1; Fixes RHBZ#2411981 * Thu Oct 23 2025 Benjamin A. Beasley - 0.18.0-1 - Update to version 0.18.0 * Wed Oct 22 2025 Benjamin A. Beasley - 0.17.0-1 - Initial package (close RHBZ#2400218) ## END: Generated by rpmautospec