|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
# * Deactivate tests because of a missing dev-dependency (gix-testtools)
|
|
|
|
|
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
|
|
|
|
|
%bcond_with check
|
|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%global crate gix-credentials
|
|
|
|
|
|
|
|
|
|
Name: rust-gix-credentials
|
|
|
|
|
Version: 0.21.0
|
|
|
|
|
Version: 0.24.5
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Gix implementation for interacting with git credentials helpers
|
|
|
|
|
|
|
|
|
@ -35,7 +35,6 @@ use the "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license %{crate_instdir}/LICENSE-APACHE
|
|
|
|
|
%license %{crate_instdir}/LICENSE-MIT
|
|
|
|
|
%doc %{crate_instdir}/CHANGELOG.md
|
|
|
|
|
%exclude %{crate_instdir}/tests/fixtures/
|
|
|
|
|
%{crate_instdir}/
|
|
|
|
|
|
|
|
|
|