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.
This commit is contained in:
parent
69d6e8bafc
commit
0cfdd72e47
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: hivex
|
Name: hivex
|
||||||
Version: 1.3.10
|
Version: 1.3.10
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Read and write Windows Registry binary hive files
|
Summary: Read and write Windows Registry binary hive files
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -145,7 +145,7 @@ python-%{name} contains Python bindings for %{name}.
|
|||||||
%package -n ruby-%{name}
|
%package -n ruby-%{name}
|
||||||
Summary: Ruby bindings for %{name}
|
Summary: Ruby bindings for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: ruby(release) = 2.0.0
|
Requires: ruby(release)
|
||||||
Requires: ruby
|
Requires: ruby
|
||||||
Provides: ruby(hivex) = %{version}
|
Provides: ruby(hivex) = %{version}
|
||||||
|
|
||||||
@ -264,6 +264,9 @@ rm $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 02 2014 Vít Ondruch <vondruch@redhat.com> - 1.3.10-4
|
||||||
|
- Remove the ruby(release) version. It is not needed.
|
||||||
|
|
||||||
* Fri May 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-3
|
* Fri May 02 2014 Richard W.M. Jones <rjones@redhat.com> - 1.3.10-3
|
||||||
- Rebuild to fix Ruby dependencies problem.
|
- Rebuild to fix Ruby dependencies problem.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user