[gssntlmssp] Fix Requires

Simo Sorce simo at fedoraproject.org
Thu Oct 17 23:22:37 UTC 2013


commit 830ed8ecf0dbd30082236e087044a334ef6a1392
Author: Simo Sorce <simo at redhat.com>
Date:   Thu Oct 17 18:57:03 2013 -0400

    Fix Requires

 gssntlmssp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gssntlmssp.spec b/gssntlmssp.spec
index e98d0da..4940539 100644
--- a/gssntlmssp.spec
+++ b/gssntlmssp.spec
@@ -1,6 +1,6 @@
 Name:		gssntlmssp
 Version:	0.1.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	GSSAPI NTLMSSP Mechanism
 
 Group:		System Environment/Libraries
@@ -8,7 +8,7 @@ License:	LGPLv3+
 URL:		http://ssimo.org/code/gss-ntlmssp
 Source0:	http://ssimo.org/code/gss-ntlmssp/%{name}-%{version}.tar.gz
 
-Requires: krb5-libs.%{?_isa} >= 1.11.2
+Requires: krb5-libs%{?_isa} >= 1.11.2
 
 BuildRequires: autoconf
 BuildRequires: automake
@@ -55,6 +55,9 @@ make test_gssntlmssp
 %doc COPYING
 
 %changelog
+* Thu Oct 17 2013 Simo Sorce <simo at samba.org> - 0.1.0-2
+- Fix Requires
+
 * Thu Oct 17 2013 Simo Sorce <simo at samba.org> - 0.1.0-1
 - Initial import of 0.1.0
 


More information about the scm-commits mailing list