diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d9b560 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/hickory-client-0.24.0.crate diff --git a/.rust-hickory-client.metadata b/.rust-hickory-client.metadata index e69de29..6ffb39c 100644 --- a/.rust-hickory-client.metadata +++ b/.rust-hickory-client.metadata @@ -0,0 +1 @@ +eb5d7be908687373cda19e46da58055f6e4a1b53 SOURCES/hickory-client-0.24.0.crate diff --git a/SOURCES/hickory-client-0.24.0.crate b/SOURCES/hickory-client-0.24.0.crate deleted file mode 100644 index b593f15..0000000 Binary files a/SOURCES/hickory-client-0.24.0.crate and /dev/null differ diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..6f33376 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,14 @@ +[package] +description = """\ +Hickory DNS is a safe and secure DNS library. This is the Client library +with DNSSEC support. DNSSEC with NSEC validation for negative records, +is complete. The client supports dynamic DNS with SIG0 authenticated +requests, implementing easy to use high level funtions. Hickory DNS is +based on the Tokio and Futures libraries, which means it should be +easily integrated into other software that also use those libraries.""" + +[tests] +skip = ["client::async_client::tests::async_client"] +skip-exact = true +comments = ["skip a test that requires internet connectivity"] +