[jwhois/f14/master] Disable cache (it was accidentally enabled by default)

vcrhonek vcrhonek at fedoraproject.org
Tue Nov 9 13:45:22 UTC 2010


commit a5260fd5ada65cfd919457f95c8b33abdafefe99
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Tue Nov 9 14:45:18 2010 +0100

    Disable cache (it was accidentally enabled by default)

 jwhois.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/jwhois.spec b/jwhois.spec
index 0a6fdcb..05c03a8 100644
--- a/jwhois.spec
+++ b/jwhois.spec
@@ -1,8 +1,8 @@
-%{?!with_cache: %define with_cache 1}
+%{?!with_cache: %define with_cache 0}
 
 Name: jwhois
 Version: 4.0
-Release: 22%{?dist}
+Release: 23%{?dist}
 URL: http://www.gnu.org/software/jwhois/
 Source0: ftp://ftp.gnu.org/gnu/jwhois/jwhois-%{version}.tar.gz
 Patch0: jwhois-4.0-connect.patch
@@ -98,6 +98,10 @@ fi
 rm -fr $RPM_BUILD_ROOT
 
 %changelog
+* Tue Nov  9 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.0-23
+- Disable cache (it was accidentally enabled by default)
+  Resolves: #650620
+
 * Wed Sep 29 2010 Vitezslav Crhonek <vcrhonek at redhat.com> - 4.0-22
 - Fix jwhois does not handle multi-homed server
   Resolves: #624608


More information about the scm-commits mailing list