Compare commits

...
Sign in to create a new pull request.

16 commits

Author SHA1 Message Date
Michal Hlavinka
58bcfd3404 rebuild for gpgme 2.0 2025-11-11 11:15:58 +01:00
Python Maint
6156da804d Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 15:02:54 +02:00
Python Maint
f67afe1eb4 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:22:26 +02:00
Fedora Release Engineering
c1f5a0ff90 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:12:47 +00:00
Lukáš Zaoral
e6019f9dc3
tests: migrate from STI to TMT
Related: https://fedoraproject.org/wiki/Changes/DisableSTI
2025-07-07 12:47:47 +02:00
Python Maint
d35de5bf23 Rebuilt for Python 3.14 2025-06-02 20:49:24 +02:00
Fedora Release Engineering
02d462c1da Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:35:41 +00:00
Fedora Release Engineering
4d23ac14cc Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 08:59:20 +00:00
Python Maint
c4f79d2d76 Rebuilt for Python 3.13 2024-06-07 09:08:58 +02:00
Software Management Team
291e835b65 Eliminate use of obsolete %patchN syntax (#2283636) 2024-05-30 12:46:49 +02:00
Yaakov Selkowitz
6c794a9595 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.
2024-01-27 23:11:45 -05:00
Fedora Release Engineering
3c2df9d55f Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 08:10:28 +00:00
Fedora Release Engineering
dbc3ddc9fb Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 17:50:39 +00:00
Yaakov Selkowitz
db4e43302b Fix build with Python 3.12
The autotools py-compile script in the source tarball is outdated.
2023-07-05 20:02:52 -04:00
Jiri Kucera
dda2026478 Migrate to SPDX license identifier 2023-06-29 11:41:12 +02:00
Python Maint
c8f5c5be68 Rebuilt for Python 3.12 2023-06-13 20:57:10 +02:00
6 changed files with 47 additions and 21 deletions

5
plans/ci.fmf Normal file
View file

@ -0,0 +1,5 @@
summary: Basic smoke test
discover:
how: fmf
execute:
how: tmt

View file

@ -11,6 +11,6 @@ require:
- nss-tools
- expect
- tcllib
framework: beakerlib
test: ./runtest.sh
duration: 10m
tier: 1

View file

@ -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

View file

@ -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

View file

@ -32,8 +32,8 @@
Summary: An utility for manipulating storage encryption keys and passphrases
Name: volume_key
Version: 0.3.12
Release: 18%{?dist}
License: GPLv2
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}
@ -44,10 +44,12 @@ 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
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
@ -118,8 +120,9 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch -P0 -p1
%patch -P1 -p1
autoreconf -fiv
%build
%configure %{?with_pythons}
@ -170,6 +173,39 @@ exit 1; \
%endif
%changelog
* Tue Nov 11 2025 Michal Hlavinka <mhlavink@redhat.com> - 0.3.12-29
- rebuild for gpgme 2.0
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.3.12-28
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.3.12-27
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 0.3.12-25
- Rebuilt for Python 3.14
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.3.12-22
- Rebuilt for Python 3.13
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.3.12-19
- Rebuilt for Python 3.12
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.12-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild