Initial package (rhbz#2260598)

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
This commit is contained in:
Michel Lind 2024-05-31 16:56:57 -05:00
commit cc91c146d3
No known key found for this signature in database
GPG key ID: 8B229D2F7CCC04F2
9 changed files with 418 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/tests/by-util/test_factor.rs
+++ b/tests/by-util/test_factor.rs
@@ -10,7 +10,7 @@ use crate::common::util::TestScenario;
use std::time::{Duration, SystemTime};
-#[path = "../../src/uu/factor/sieve.rs"]
+#[path = "/usr/share/cargo/registry/uu_factor-0.0.23/sieve.rs"]
mod sieve;
use self::sieve::Sieve;