From d35de5bf23d2b6b8721ce3d73d7ad892a6a75115 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:49:24 +0200 Subject: [PATCH 1/6] Rebuilt for Python 3.14 --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index fb8a04a..d36ef9f 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -32,7 +32,7 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 -Release: 24%{?dist} +Release: 25%{?dist} License: GPL-2.0-only AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) URL: https://pagure.io/%{name}/ Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -173,6 +173,9 @@ exit 1; \ %endif %changelog +* Mon Jun 02 2025 Python Maint - 0.3.12-25 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 0.3.12-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From e6019f9dc33891a70834b09a1a0b2d05a4e8ad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 7 Jul 2025 12:47:47 +0200 Subject: [PATCH 2/6] tests: migrate from STI to TMT Related: https://fedoraproject.org/wiki/Changes/DisableSTI --- {tests/.fmf => .fmf}/version | 0 plans/ci.fmf | 5 +++++ tests/Sanity/basic-sanity/main.fmf | 2 +- tests/Sanity/basic-sanity/runtest.sh | 1 - tests/tests.yml | 14 -------------- 5 files changed, 6 insertions(+), 16 deletions(-) rename {tests/.fmf => .fmf}/version (100%) create mode 100644 plans/ci.fmf delete mode 100644 tests/tests.yml diff --git a/tests/.fmf/version b/.fmf/version similarity index 100% rename from tests/.fmf/version rename to .fmf/version diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,5 @@ +summary: Basic smoke test +discover: + how: fmf +execute: + how: tmt diff --git a/tests/Sanity/basic-sanity/main.fmf b/tests/Sanity/basic-sanity/main.fmf index ad4c0fa..e87514e 100644 --- a/tests/Sanity/basic-sanity/main.fmf +++ b/tests/Sanity/basic-sanity/main.fmf @@ -11,6 +11,6 @@ require: - nss-tools - expect - tcllib +framework: beakerlib test: ./runtest.sh duration: 10m -tier: 1 diff --git a/tests/Sanity/basic-sanity/runtest.sh b/tests/Sanity/basic-sanity/runtest.sh index 5ea92c8..23f72d5 100755 --- a/tests/Sanity/basic-sanity/runtest.sh +++ b/tests/Sanity/basic-sanity/runtest.sh @@ -28,7 +28,6 @@ _TESTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)" # Include Beaker environment -. /usr/bin/rhts-environment.sh || exit 1 . /usr/share/beakerlib/beakerlib.sh || exit 1 # Include utils diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index c113f70..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-beakerlib - tags: - - classic - - container - fmf_filter: "tier: 1" - required_packages: - - volume_key - - cryptsetup - - expect - - tcllib - - nss-tools From c1f5a0ff903453ef71a41edb798fad65ccba948e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:12:47 +0000 Subject: [PATCH 3/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index d36ef9f..8078057 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -32,7 +32,7 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 -Release: 25%{?dist} +Release: 26%{?dist} License: GPL-2.0-only AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) URL: https://pagure.io/%{name}/ Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -173,6 +173,9 @@ exit 1; \ %endif %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.3.12-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 0.3.12-25 - Rebuilt for Python 3.14 From f67afe1eb453e755c5db3d413af734c15f3bb8f3 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:22:26 +0200 Subject: [PATCH 4/6] Rebuilt for Python 3.14.0rc2 bytecode --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index 8078057..2f38d6f 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -32,7 +32,7 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 -Release: 26%{?dist} +Release: 27%{?dist} License: GPL-2.0-only AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) URL: https://pagure.io/%{name}/ Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -173,6 +173,9 @@ exit 1; \ %endif %changelog +* Fri Aug 15 2025 Python Maint - 0.3.12-27 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 0.3.12-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 6156da804dfd0e894cad4bd2a79eed181367816c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:02:54 +0200 Subject: [PATCH 5/6] Rebuilt for Python 3.14.0rc3 bytecode --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index 2f38d6f..ccae0c7 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -32,7 +32,7 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 -Release: 27%{?dist} +Release: 28%{?dist} License: GPL-2.0-only AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) URL: https://pagure.io/%{name}/ Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -173,6 +173,9 @@ exit 1; \ %endif %changelog +* Fri Sep 19 2025 Python Maint - 0.3.12-28 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 0.3.12-27 - Rebuilt for Python 3.14.0rc2 bytecode From 58bcfd34042dbb05faae18923d76ca5ee3dfa456 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Tue, 11 Nov 2025 11:15:58 +0100 Subject: [PATCH 6/6] rebuild for gpgme 2.0 --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index ccae0c7..1e7129f 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -32,7 +32,7 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 -Release: 28%{?dist} +Release: 29%{?dist} License: GPL-2.0-only AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) URL: https://pagure.io/%{name}/ Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -173,6 +173,9 @@ exit 1; \ %endif %changelog +* Tue Nov 11 2025 Michal Hlavinka - 0.3.12-29 +- rebuild for gpgme 2.0 + * Fri Sep 19 2025 Python Maint - 0.3.12-28 - Rebuilt for Python 3.14.0rc3 bytecode