[nntpgrab/f12/master: 3/4] Fixed some rpmlint warnings

epienbro epienbro at fedoraproject.org
Sat Sep 11 12:39:19 UTC 2010


commit f2f72165128d4030fc1bc72ed5bcc1bc14a829ab
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Sep 11 14:36:48 2010 +0200

    Fixed some rpmlint warnings

 nntpgrab.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nntpgrab.spec b/nntpgrab.spec
index 212a42a..e9e2bd7 100644
--- a/nntpgrab.spec
+++ b/nntpgrab.spec
@@ -63,7 +63,7 @@ Provides:	nntpgrab-core-libs = %{version}-%{release}
 # The original version of libsoup bundled with Fedora 12 doesn't
 # have gzip content-encoding support so we need to force the use of
 # libsoup >= 2.28.2 here (which is in the fedora-12-updates repository)
-%if 0%{?fedora} = 12
+%if 0%{?fedora} == 12
 Requires:	libsoup >= 2.28.2
 %endif
 
@@ -412,7 +412,7 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Sat Aug 11 2010 Erik van Pienbroek <info at nntpgrab.nl> - 0.6.90-4
+* Sat Sep 11 2010 Erik van Pienbroek <info at nntpgrab.nl> - 0.6.90-4
 - Force the use of libsoup >= 2.28.2 on Fedora 12 for gzip content-encoding support
 
 * Mon Sep  6 2010 Erik van Pienbroek <info at nntpgrab.nl> - 0.6.90-3


More information about the scm-commits mailing list