From 32d91a3a68a5b96afa90f2b4fb12dba66e3575b3 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Wed, 9 Jul 2014 18:08:58 -0400
Subject: [PATCH] rpm: drop uuid as a dependency

Refs #51157

Change-Id: I94b62d017728a0028930210c72950306459bfdbb
---
 tools/build-system/rpm/sflphone.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/build-system/rpm/sflphone.spec b/tools/build-system/rpm/sflphone.spec
index 58f31b42fd..26f253dbea 100644
--- a/tools/build-system/rpm/sflphone.spec
+++ b/tools/build-system/rpm/sflphone.spec
@@ -15,7 +15,7 @@ License:        GPLv3
 URL:            http://sflphone.org/
 Source0:        https://projects.savoirfairelinux.com/attachments/download/6423/%{tarball}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:      gettext openssl-devel desktop-file-utils perl libuuid-devel
+BuildRequires:      gettext openssl-devel desktop-file-utils perl
 BuildRequires:      libyaml-devel alsa-lib-devel pulseaudio-libs-devel
 BuildRequires:      ccrtp-devel libzrtpcpp-devel dbus-c++-devel pcre-devel
 BuildRequires:      gsm-devel speex-devel expat-devel libsamplerate-devel
@@ -267,6 +267,9 @@ fi
 %endif
 
 %changelog
+* Wed Jul 9 2014 Tristan Matthews <tristan.matthews@savoirfairelinux.com> - 1.3.0-5
+- Drop uuid dependency
+
 * Mon Jul 07 2014 Simon Piette <simon.piette@savoirfairelinux.com> - 1.3.0-n
 - Support both nightly and release
 
-- 
GitLab