commit 7381756180ab3773fcd5e55f4dd5f04328afb14e
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Feb 17 23:45:02 2022 +0000
Re-enable python on Fedora > 34
VirtualBox.spec | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index ceb07a1..02caa32 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -35,15 +35,11 @@
# Since version 6.1.28, VBox should not have the python2 dependency
%bcond_with python2
-%if 0%{?fedora} > 34
-%bcond_with python3
-%else
%bcond_without python3
-%endif
Name: VirtualBox
Version: 6.1.32
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
License: GPLv2 or (GPLv2 and CDDL)
@@ -900,6 +896,9 @@ getent passwd vboxadd >/dev/null || \
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Thu Feb 17 2022 Sérgio Basto <sergio(a)serjux.com> - 6.1.32-4
+- Re-enable python on Fedora > 34
+
* Tue Feb 08 2022 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.32-3
- Rebuild for libvpx
Show replies by date