diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e6434a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gix-credentials-0.21.0.crate diff --git a/.rust-gix-credentials.metadata b/.rust-gix-credentials.metadata index e69de29..f2f8d05 100644 --- a/.rust-gix-credentials.metadata +++ b/.rust-gix-credentials.metadata @@ -0,0 +1 @@ +3b287a9c98e9409580657bebf1beb760942ce1d6 SOURCES/gix-credentials-0.21.0.crate diff --git a/SOURCES/gix-credentials-0.21.0.crate b/SOURCES/gix-credentials-0.21.0.crate deleted file mode 100644 index a92b713..0000000 Binary files a/SOURCES/gix-credentials-0.21.0.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..019621c --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,9 @@ +[package] +summary = "Gix implementation for interacting with git credentials helpers" + +[tests] +run = ["none"] +comments = [ + "Deactivate tests because of a missing dev-dependency (gix-testtools)", + "See https://github.com/Byron/gitoxide/discussions/900 for more information" +]