[wget/f18] Added libuuid-devel to BuildRequires (#865421)

Tomas Hozza thozza at fedoraproject.org
Thu Oct 11 12:42:48 UTC 2012


commit 57fc47df148a2a9ed6fb3a93b16e40d98cd32052
Author: Tomas Hozza <thozza at redhat.com>
Date:   Thu Oct 11 14:13:09 2012 +0200

    Added libuuid-devel to BuildRequires (#865421)
    
    Added libuuid-devel to BuildRequires to use libuuid functions
    in "src/warc.c" functions.

 wget.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/wget.spec b/wget.spec
index 7117c1a..eadcf19 100644
--- a/wget.spec
+++ b/wget.spec
@@ -1,7 +1,7 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols
 Name: wget
 Version: 1.14
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv3+
 Group: Applications/Internet
 Url: http://www.gnu.org/software/wget/
@@ -15,7 +15,7 @@ Provides: webclient
 Provides: bundled(gnulib) 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
-BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel
+BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/*
 
 %changelog
+* Thu Oct 11 2012 Tomas Hozza <thozza at redhat.com> 1.14-3
+- Added libuuid-devel to BuildRequires to use libuuid functions
+  in "src/warc.c" functions (#865421)
+
 * Wed Oct 10 2012 Tomas Hozza <thozza at redhat.com> 1.14-2
 - Added libidn-devel to BuildRequires to support IDN domains (#680394)
 


More information about the scm-commits mailing list