From c8f5c5be683438e64f69f31e93a1ad2bd27cf20c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:57:10 +0200 Subject: [PATCH 01/16] Rebuilt for Python 3.12 --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index cbea4e2..df25803 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: 18%{?dist} +Release: 19%{?dist} License: GPLv2 URL: https://pagure.io/%{name}/ Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -170,6 +170,9 @@ exit 1; \ %endif %changelog +* Tue Jun 13 2023 Python Maint - 0.3.12-19 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 0.3.12-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From dda202647876b0e61c6a7492d8d8fd434e20896e Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Thu, 29 Jun 2023 11:41:12 +0200 Subject: [PATCH 02/16] Migrate to SPDX license identifier --- volume_key.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index df25803..805943e 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -33,7 +33,7 @@ Summary: An utility for manipulating storage encryption keys and passphrases Name: volume_key Version: 0.3.12 Release: 19%{?dist} -License: GPLv2 +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} From db4e43302b2daa2561b767913c77a6b08bfa4b57 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 5 Jul 2023 20:02:52 -0400 Subject: [PATCH 03/16] Fix build with Python 3.12 The autotools py-compile script in the source tarball is outdated. --- volume_key.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/volume_key.spec b/volume_key.spec index 805943e..32ebf54 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -44,6 +44,7 @@ Patch0: volume_key-0.3.12-support_LUKS2_and_more.patch # Fix resource leaks # - backport of bf6618ec0b09b4e51fc97fa021e687fbd87599ba Patch1: volume_key-0.3.12-fix_resource_leaks.patch +BuildRequires: autoconf, automake, libtool BuildRequires: make BuildRequires: gcc BuildRequires: cryptsetup-devel, gettext-devel, glib2-devel, /usr/bin/gpg2 @@ -120,6 +121,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} %setup -q %patch0 -p1 %patch1 -p1 +autoreconf -fiv %build %configure %{?with_pythons} From dbc3ddc9fb1aa7fbe879c730406eaa4b740bcefd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:50:39 +0000 Subject: [PATCH 04/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index 32ebf54..f22f2b9 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: 19%{?dist} +Release: 20%{?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} @@ -172,6 +172,9 @@ exit 1; \ %endif %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.3.12-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 0.3.12-19 - Rebuilt for Python 3.12 From 3c2df9d55f86b8c18228bd0505d296be91b62841 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:10:28 +0000 Subject: [PATCH 05/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index f22f2b9..3eb0d94 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: 20%{?dist} +Release: 21%{?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} @@ -172,6 +172,9 @@ exit 1; \ %endif %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.3.12-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.3.12-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 6c794a95956dee4b4afa57321d3eeac754604844 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sat, 27 Jan 2024 23:11:45 -0500 Subject: [PATCH 06/16] Fix build with Python 3.12 The configure script uses distutils to determine various locations. While that has been removed from the standard library, setuptools provides a compatibility layer. --- volume_key.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index 3eb0d94..e6eee80 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -48,7 +48,8 @@ BuildRequires: autoconf, automake, libtool BuildRequires: make BuildRequires: gcc BuildRequires: cryptsetup-devel, gettext-devel, glib2-devel, /usr/bin/gpg2 -BuildRequires: gpgme-devel, libblkid-devel, nss-devel, python3-devel +BuildRequires: gpgme-devel, libblkid-devel, nss-devel +BuildRequires: python3-devel, python3-setuptools %if 0%{?drop_python2} < 1 BuildRequires: python2-devel %endif From 291e835b6506fceabb8d31e52d710029679a14dd Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 07/16] Eliminate use of obsolete %patchN syntax (#2283636) --- volume_key.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/volume_key.spec b/volume_key.spec index e6eee80..8ca0ee1 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -120,8 +120,8 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} %prep %setup -q -%patch0 -p1 -%patch1 -p1 +%patch -P0 -p1 +%patch -P1 -p1 autoreconf -fiv %build From c4f79d2d76bd6f73660b7704cfd2c9412cd04492 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 09:08:58 +0200 Subject: [PATCH 08/16] Rebuilt for Python 3.13 --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index 8ca0ee1..b818b6c 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: 21%{?dist} +Release: 22%{?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 Jun 07 2024 Python Maint - 0.3.12-22 +- Rebuilt for Python 3.13 + * Sat Jan 27 2024 Fedora Release Engineering - 0.3.12-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 4d23ac14cc5ac2c206e136885c2171428d2edc24 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:59:20 +0000 Subject: [PATCH 09/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index b818b6c..fc9ea93 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: 22%{?dist} +Release: 23%{?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 +* Sat Jul 20 2024 Fedora Release Engineering - 0.3.12-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 0.3.12-22 - Rebuilt for Python 3.13 From 02d462c1dac6472bdb396073d77efe34b0b3e723 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:35:41 +0000 Subject: [PATCH 10/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- volume_key.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index fc9ea93..fb8a04a 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: 23%{?dist} +Release: 24%{?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 +* Sun Jan 19 2025 Fedora Release Engineering - 0.3.12-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0.3.12-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From d35de5bf23d2b6b8721ce3d73d7ad892a6a75115 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:49:24 +0200 Subject: [PATCH 11/16] 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 12/16] 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 13/16] 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 14/16] 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 15/16] 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 16/16] 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