[task] Add gnutls-devel to buildrequires.

Ralph Bean ralph at fedoraproject.org
Mon Jan 13 15:55:30 UTC 2014


commit 3434427e87b9b791e52a699e8124b81fa168b887
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Jan 13 10:55:28 2014 -0500

    Add gnutls-devel to buildrequires.

 task.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/task.spec b/task.spec
index 912bbdb..8e3fd0a 100644
--- a/task.spec
+++ b/task.spec
@@ -2,7 +2,7 @@
 
 Name:           task
 Version:        2.3.0
-Release:        0.1%{prerelease}%{?dist}
+Release:        0.2%{prerelease}%{?dist}
 Summary:        A command-line to do list manager
 Group:          Applications/Productivity
 License:        MIT
@@ -11,6 +11,7 @@ Source0:        http://taskwarrior.org/download/%{name}-%{version}%{prerelease}.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  cmake
 BuildRequires:  libuuid-devel
+BuildRequires:  gnutls-devel
 
 %description
 Task is a command-line to do list manager. It has
@@ -51,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/bash_completion.d
 
 %changelog
+* Mon Jan 13 2014 Ralph Bean <rbean at redhat.com> - 2.3.0-0.2.beta2
+- Add buildrequires on gnutls-devel so that 'task sync' will fly.
+
 * Mon Nov 11 2013 Ralph Bean <rbean at redhat.com> - 2.3.0-0.1.beta2
 - Beta2 release from upstream.
 


More information about the scm-commits mailing list