summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-03-15 23:04:16 +0100
committerThomas Haller <thaller@redhat.com>2022-03-16 00:58:28 +0100
commitc19b5d76c2c433932e0d270fadb8db4d8d6a88ae (patch)
treea18dab4af347097a6ccd844207ef4a426567863d
parentf307e120806fb28e20aedba7ceafd13081e07241 (diff)
contrib: install "policykit-1" package on Debian
This is needed to get "/usr/share/gettext/its/polkit.its", otherwise msgfmt will fail on Debian: /usr/bin/msgfmt: cannot locate ITS rules for data/org.freedesktop.NetworkManager.policy.in
-rw-r--r--.gitlab-ci.yml4
-rwxr-xr-xcontrib/debian/REQUIRED_PACKAGES1
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb03d400bc..890e5336d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,8 +48,8 @@ variables:
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
FEDORA_TAG: '2022-02-21.0-f42312ef8cae'
- UBUNTU_TAG: '2022-02-21.0-ab561a08b357'
- DEBIAN_TAG: '2022-02-21.0-ab561a08b357'
+ UBUNTU_TAG: '2022-02-21.0-e99d8c573303'
+ DEBIAN_TAG: '2022-02-21.0-e99d8c573303'
CENTOS_TAG: '2022-02-21.0-f42312ef8cae'
ALPINE_TAG: '2022-02-21.0-bad60eeb6900'
diff --git a/contrib/debian/REQUIRED_PACKAGES b/contrib/debian/REQUIRED_PACKAGES
index 65807d0d4b..eb38a3fa7d 100755
--- a/contrib/debian/REQUIRED_PACKAGES
+++ b/contrib/debian/REQUIRED_PACKAGES
@@ -62,6 +62,7 @@ install \
meson \
mobile-broadband-provider-info \
pkg-config \
+ policykit-1 \
ppp \
ppp-dev \
python-dbus \