From c0a3947ff9571b0b36b3c1acc358ea7d8599afa9 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 26 May 2021 19:21:39 +0200 Subject: [PATCH] contrib: no longer install libuuid as build dependency We no longer need it. Only for build.sh script we require `uuidgen` from util-linux package. --- contrib/debian/REQUIRED_PACKAGES | 1 - contrib/fedora/REQUIRED_PACKAGES | 2 +- contrib/fedora/rpm/NetworkManager.spec | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/debian/REQUIRED_PACKAGES b/contrib/debian/REQUIRED_PACKAGES index 65807d0d4b..4029dee661 100755 --- a/contrib/debian/REQUIRED_PACKAGES +++ b/contrib/debian/REQUIRED_PACKAGES @@ -73,7 +73,6 @@ install \ python3-pip \ python3-setuptools \ udev \ - uuid-dev \ valgrind \ \ #end diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES index 6588769037..a847a38e1c 100755 --- a/contrib/fedora/REQUIRED_PACKAGES +++ b/contrib/fedora/REQUIRED_PACKAGES @@ -65,7 +65,6 @@ install \ libndp-devel \ libselinux-devel \ libtool \ - libuuid-devel \ make \ meson \ mobile-broadband-provider-info-devel \ @@ -80,6 +79,7 @@ install \ rpm-build \ systemd-devel \ teamd-devel \ + util-linux \ vala-devel \ vala-tools \ valgrind \ diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index 78fc552aa1..999739abaf 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -254,7 +254,6 @@ BuildRequires: audit-libs-devel BuildRequires: gtk-doc %endif BuildRequires: libudev-devel -BuildRequires: libuuid-devel BuildRequires: /usr/bin/valac BuildRequires: libxslt %if %{with bluetooth}