diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cc3f5e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/sequoia-openpgp-1.17.0.crate diff --git a/.rust-sequoia-openpgp.metadata b/.rust-sequoia-openpgp.metadata index e69de29..82e6379 100644 --- a/.rust-sequoia-openpgp.metadata +++ b/.rust-sequoia-openpgp.metadata @@ -0,0 +1 @@ +75ee52f5a9778e24f71e818b2b00ab77858c024b SOURCES/sequoia-openpgp-1.17.0.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..a30c132 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,39 @@ +[features] +hide = [ + # optional dependencies + "aes", + "aes-gcm", + "block-padding", + "blowfish", + "botan", + "camellia", + "cast5", + "cfb-mode", + "cipher", + "des", + "digest", + "dsa", + "eax", + "ecb", + "ecdsa", + "ed25519", + "ed25519-dalek", + "idea", + "md-5", + "num-bigint-dig", + "p256", + "rand_core", + "ripemd", + "rsa", + "sha2", + "twofish", + "typenum", + "x25519-dalek", + # features + "crypto-botan", + "crypto-botan2", + "crypto-cng", + "crypto-fuzzing", + "crypto-rust", +] + diff --git a/SOURCES/sequoia-openpgp-1.17.0.crate b/SOURCES/sequoia-openpgp-1.17.0.crate deleted file mode 100644 index 3aa3189..0000000 Binary files a/SOURCES/sequoia-openpgp-1.17.0.crate and /dev/null differ