diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5c363d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/procfs-0.16.0.crate diff --git a/.rust-procfs.metadata b/.rust-procfs.metadata index e69de29..e15e874 100644 --- a/.rust-procfs.metadata +++ b/.rust-procfs.metadata @@ -0,0 +1 @@ +65565b9c7103b5f75e601affd41516ae450a6782 SOURCES/procfs-0.16.0.crate diff --git a/SOURCES/procfs-0.16.0.crate b/SOURCES/procfs-0.16.0.crate deleted file mode 100644 index de9c26f..0000000 Binary files a/SOURCES/procfs-0.16.0.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..77b7131 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,3 @@ +[tests] +comments = ["missing dev-dependency: procinfo (depends on outdated nom 2)"] +run = ["none"]