From 0cfdd72e47bd5bc17e8dec4c91968083dea834c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 2 May 2014 14:14:06 +0200 Subject: [PATCH] Remove the ruby(release) version. It is not needed. The package has dependency on libruby.so.2.1, it can be installed with inappropriate Ruby. --- hivex.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hivex.spec b/hivex.spec index f395c03..f2d88f3 100644 --- a/hivex.spec +++ b/hivex.spec @@ -7,7 +7,7 @@ Name: hivex Version: 1.3.10 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Read and write Windows Registry binary hive files License: LGPLv2 @@ -145,7 +145,7 @@ python-%{name} contains Python bindings for %{name}. %package -n ruby-%{name} Summary: Ruby bindings for %{name} Requires: %{name} = %{version}-%{release} -Requires: ruby(release) = 2.0.0 +Requires: ruby(release) Requires: ruby Provides: ruby(hivex) = %{version} @@ -264,6 +264,9 @@ rm $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.la %changelog +* Fri May 02 2014 Vít Ondruch - 1.3.10-4 +- Remove the ruby(release) version. It is not needed. + * Fri May 02 2014 Richard W.M. Jones - 1.3.10-3 - Rebuild to fix Ruby dependencies problem.