[hiredis] Removed Requires redis.

Shakthi Kannan shakthimaan at fedoraproject.org
Fri Jan 20 11:24:12 UTC 2012


commit a1989925a91af377dcc5f34f49bf56d5fa3c4491
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Fri Jan 20 16:49:06 2012 +0530

    Removed Requires redis.

 hiredis.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/hiredis.spec b/hiredis.spec
index 43bdf9f..7d121f1 100644
--- a/hiredis.spec
+++ b/hiredis.spec
@@ -1,6 +1,6 @@
 Name:           hiredis
 Version:        0.10.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A minimalistic C client library for Redis
 
 Group:          System Environment/Libraries
@@ -9,7 +9,6 @@ URL:            https://github.com/antirez/hiredis
 Source0:        antirez-%{name}-v%{version}-28-gd5d8843.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       redis
 
 %description 
 Hiredis is a minimalistic C client library for the Redis database.
@@ -62,6 +61,9 @@ rm -rf %{buildroot}
 %{_libdir}/libhiredis.so
 
 %changelog
+* Fri Jan 20 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> 0.10.1-3
+- Removed Requires redis.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list