mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
install: Build the Fedora patch level to -2
This commit is contained in:
parent
ed41dd7646
commit
b25db1042b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def main():
|
||||||
|
|
||||||
print("* Building RPM package")
|
print("* Building RPM package")
|
||||||
subprocess.run(
|
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,
|
shell=True,
|
||||||
cwd=root,
|
cwd=root,
|
||||||
check=True,
|
check=True,
|
||||||
|
|
Loading…
Reference in a new issue