install: Build the Fedora patch level to -2

This commit is contained in:
Alex Pyrgiotis 2023-01-25 10:04:50 +02:00
parent ed41dd7646
commit b25db1042b
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

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