34fc445
@@ -24,6 +24,7 @@
BuildRequires: maven
BuildRequires: java-openjdk-devel
BuildRequires: systemd-rpm-macros
+ BuildRequires: firewalld-filesystem
Requires: jre-headless
Requires: systemd
As expected, when adding the BuildRequires: firewalld-filesystem, the rpm now has the properly expanded %post scriptlet:
BuildRequires: firewalld-filesystem
postinstall scriptlet (using /bin/sh): test -f /usr/bin/firewall-cmd && firewall-cmd --reload --quiet || :
Looks like the build system configuration for PRs is somehow broken:
stderr: ERROR: Tag does not exist locally: [jitsi-videobridge-2.0.5390-3]
@buildsys: I'll check it out.
Pull-Request has been merged by lcts
As expected, when adding the
BuildRequires: firewalld-filesystem
, the rpm now has the properly expanded %post scriptlet: