From d2be860f9408e5b4af548d439f0e29056ed449da Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 15 May 2025 15:22:14 +0000 Subject: [PATCH] import CS rust-sequoia-sq-1.3.0-2.el10 --- .fmf/version | 1 - .gitignore | 10 +++------ changelog | 14 ------------ ci.fmf | 1 - gating.yaml | 9 -------- plans/ci.fmf | 23 -------------------- rust-sequoia-sq.spec | 52 +++++++++++++++++++++++++++++++++++++++++++- rust2rpm.toml | 39 --------------------------------- sources | 4 ++-- 9 files changed, 56 insertions(+), 97 deletions(-) delete mode 100644 .fmf/version delete mode 100644 changelog delete mode 100644 ci.fmf delete mode 100644 gating.yaml delete mode 100644 plans/ci.fmf delete mode 100644 rust2rpm.toml diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index a9cc472..e8c84d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -/sequoia-sq-0.37.0.crate -/rust-sequoia-sq-0.37.0-vendor.tar.xz -/capnproto-c++-1.0.1.tar.gz -/sequoia-sq-1.1.0.crate -/rust-sequoia-sq-1.1.0-vendor.tar.xz -/sequoia-sq-1.3.0.crate -/rust-sequoia-sq-1.3.0-vendor.tar.xz +capnproto-c++-1.0.1.tar.gz +rust-sequoia-sq-1.3.0-vendor.tar.xz +sequoia-sq-1.3.0.crate diff --git a/changelog b/changelog deleted file mode 100644 index 06ea8e0..0000000 --- a/changelog +++ /dev/null @@ -1,14 +0,0 @@ -* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek - 0.25.0-5 -- Rebuild with package notes - -* Fri Jan 21 2022 Fedora Release Engineering - 0.25.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Sep 14 2021 Sahana Prasad - 0.25.0-3 -- Rebuilt with OpenSSL 3.0.0 - -* Fri Jul 23 2021 Fedora Release Engineering - 0.25.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Apr 08 2021 Fabio Valentini - 0.25.0-1 -- Initial package diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index c5aa0e0..0000000 --- a/ci.fmf +++ /dev/null @@ -1 +0,0 @@ -resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 1fffe78..0000000 --- a/gating.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-disabled.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-enabled.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-disabled.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf deleted file mode 100644 index aa7937e..0000000 --- a/plans/ci.fmf +++ /dev/null @@ -1,23 +0,0 @@ -/fips-disabled-buildroot-disabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/rust-sequoia-sq - name: /plans/ci/fips-disabled-buildroot-disabled - -/fips-disabled-buildroot-enabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/rust-sequoia-sq - name: /plans/ci/fips-disabled-buildroot-enabled - -/fips-enabled-buildroot-disabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/rust-sequoia-sq - name: /plans/ci/fips-enabled-buildroot-disabled - -/fips-enabled-buildroot-enabled: - plan: - import: - url: https://pkgs.devel.redhat.com/git/tests/rust-sequoia-sq - name: /plans/ci/fips-enabled-buildroot-enabled diff --git a/rust-sequoia-sq.spec b/rust-sequoia-sq.spec index f5c0c3d..38bb8af 100644 --- a/rust-sequoia-sq.spec +++ b/rust-sequoia-sq.spec @@ -1,3 +1,13 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 2; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + # Generated by rust2rpm 27 %bcond check 1 @@ -176,4 +186,44 @@ install -Dpm 0644 target/assets/shell-completions/_sq \ %endif %changelog -%autochangelog +## START: Generated by rpmautospec +* Thu Mar 27 2025 Jakub Jelen - 1.3.0-2 +- Make installation of shell completions and man pages more robust + +* Wed Mar 19 2025 Jakub Jelen - 1.3.0-1 +- Update to 1.3.0 + +* Tue Jan 14 2025 Fabio Valentini - 1.1.0-2 +- Stop skipping tests that no longer need to be skipped + +* Mon Jan 06 2025 Daiki Ueno - 1.1.0-1 +- Update to 1.1.0 upstream release + +* Tue Oct 29 2024 Troy Dawson - 0.37.0-5 +- Bump release for October 2024 mass rebuild: + +* Mon Aug 26 2024 Daiki Ueno - 0.37.0-4 +- Update vendored openssl, sequoia-openpgp and zerovec crates + +* Thu Aug 22 2024 Stanislav Zidek - 0.37.0-3 +- initial CI and gating setup + +* Tue Aug 20 2024 Daiki Ueno - 0.37.0-2 +- Don't compile capnproto in %%prep + +* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek - 0.25.0-5 +- Rebuild with package notes + +* Fri Jan 21 2022 Fedora Release Engineering - 0.25.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Sep 14 2021 Sahana Prasad - 0.25.0-3 +- Rebuilt with OpenSSL 3.0.0 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.25.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Apr 08 2021 Fabio Valentini - 0.25.0-1 +- Initial package + +## END: Generated by rpmautospec diff --git a/rust2rpm.toml b/rust2rpm.toml deleted file mode 100644 index 5647e95..0000000 --- a/rust2rpm.toml +++ /dev/null @@ -1,39 +0,0 @@ -[package] -cargo-toml-patch-comments = [ - "switch crypto backend from Nettle to OpenSSL", - "exclude files that are only useful for upstream development", - "drop automated generation of upstream integration tests", - "drop features for unsupported crypto backends", -] -extra-files = [ - "%{_mandir}/man1/sq*", - "%{bash_completions_dir}/sq.bash", - "%{fish_completions_dir}/sq.fish", - "%{zsh_completions_dir}/_sq", -] -doc-files.exclude = [ - "sq-subplot.md", -] - -[scripts] -prep.post = [ - "# drop broken integration tests", - "rm -vr subplot/", - "rm -v tests/sq-subplot.rs", -] -build.pre = [ - "export ASSET_OUT_DIR=target/assets", -] -install.post = [ - "# install manual pages", - "mkdir -p %{buildroot}/%{_mandir}/man1", - "cp -pav target/assets/man-pages/sq*.1 %{buildroot}/%{_mandir}/man1/", - "# install shell completions", - "install -Dpm 0644 target/assets/shell-completions/sq.bash \\", - " %{buildroot}/%{bash_completions_dir}/sq.bash", - "install -Dpm 0644 target/assets/shell-completions/sq.fish \\", - " %{buildroot}/%{fish_completions_dir}/sq.fish", - "install -Dpm 0644 target/assets/shell-completions/_sq \\", - " %{buildroot}/%{zsh_completions_dir}/_sq", -] - diff --git a/sources b/sources index 34072f3..100e84d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (sequoia-sq-1.3.0.crate) = b4e6822aa717a790278a6e4f5afe287214e5777bdfac42882629834ef6b10ae20ac37086823aa01edc69f4a5f094f429671849871e64027473cfb5f297133082 -SHA512 (rust-sequoia-sq-1.3.0-vendor.tar.xz) = 2af724ef29cb9fc5faf4e0488b29285d74b3bbc23288536fc1aeeaba705beb483ab90dd941ff0b7881cf6b9da146e411f5541d675a2053eedb03386747e4d2cf SHA512 (capnproto-c++-1.0.1.tar.gz) = c60291f433eea15a51e480e1679a4b9b3b5e67edebc445e371a7a32fce6ec5a7e4b440b17b2adc0565519ec369e3dae8ea727ae790a082a53ecd0d245b5275a9 +SHA512 (rust-sequoia-sq-1.3.0-vendor.tar.xz) = 2af724ef29cb9fc5faf4e0488b29285d74b3bbc23288536fc1aeeaba705beb483ab90dd941ff0b7881cf6b9da146e411f5541d675a2053eedb03386747e4d2cf +SHA512 (sequoia-sq-1.3.0.crate) = b4e6822aa717a790278a6e4f5afe287214e5777bdfac42882629834ef6b10ae20ac37086823aa01edc69f4a5f094f429671849871e64027473cfb5f297133082