From b25db1042bf918ec5bd217f30348ff530784f6e8 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Wed, 25 Jan 2023 10:04:50 +0200 Subject: [PATCH] install: Build the Fedora patch level to -2 --- install/linux/build-rpm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/linux/build-rpm.py b/install/linux/build-rpm.py index 5d7cba4..67abd78 100755 --- a/install/linux/build-rpm.py +++ b/install/linux/build-rpm.py @@ -28,7 +28,7 @@ def main(): print("* Building RPM package") subprocess.run( - "python3 setup.py bdist_rpm --requires='podman,python3-pyside2,python3-appdirs,python3-click,python3-pyxdg,python3-colorama'", + "python3 setup.py bdist_rpm --release=2 --requires='podman,python3-pyside2,python3-appdirs,python3-click,python3-pyxdg,python3-colorama'", shell=True, cwd=root, check=True,