i10ce
changed/i10ce/rust-cargo-credential-libsecret-0.4.9-1.el10
commit
742ace5a90
@ -0,0 +1 @@
|
||||
SOURCES/cargo-credential-libsecret-0.4.9.crate
|
@ -0,0 +1 @@
|
||||
d31a791e1c0e3b367a7b700de638eab0c96b879d SOURCES/cargo-credential-libsecret-0.4.9.crate
|
@ -0,0 +1,118 @@
|
||||
## START: Set by rpmautospec
|
||||
## (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 crate cargo-credential-libsecret
|
||||
|
||||
Name: rust-cargo-credential-libsecret
|
||||
Version: 0.4.9
|
||||
Release: %autorelease
|
||||
Summary: Cargo credential process that stores tokens with GNOME libsecret
|
||||
|
||||
License: MIT OR Apache-2.0
|
||||
URL: https://crates.io/crates/cargo-credential-libsecret
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
|
||||
%global _description %{expand:
|
||||
A Cargo credential process that stores tokens with GNOME libsecret.}
|
||||
|
||||
%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-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
|
||||
|
||||
%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
|
||||
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.4.9-1
|
||||
- Rebuilt for MSVSphere 10
|
||||
|
||||
## START: Generated by rpmautospec
|
||||
* Wed Dec 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.9-1
|
||||
- Update to version 0.4.9; Fixes RHBZ#2329361
|
||||
|
||||
* Sun Oct 20 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.8-1
|
||||
- Update to version 0.4.8; Fixes RHBZ#2319444
|
||||
|
||||
* Tue Sep 17 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1
|
||||
- Update to version 0.4.7; Fixes RHBZ#2310273
|
||||
|
||||
* Fri Aug 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.6-1
|
||||
- Update to version 0.4.6; Fixes RHBZ#2299854
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jun 24 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.5-1
|
||||
- Update to version 0.4.5; Fixes RHBZ#2292640
|
||||
|
||||
* Sun May 19 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.4-1
|
||||
- Update to version 0.4.4; Fixes RHBZ#2263521
|
||||
|
||||
* Mon May 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
|
||||
- Update to version 0.4.3
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
|
||||
- Update to version 0.4.1; Fixes RHBZ#2256109
|
||||
|
||||
* Mon Dec 04 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
|
||||
- Update to version 0.4.0; Fixes RHBZ#2252742
|
||||
|
||||
* Mon Nov 13 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
|
||||
- Initial import (#2249211)
|
||||
## END: Generated by rpmautospec
|
Loading…
Reference in new issue