Require lua abi instead of package version
This commit is contained in:
parent
0b426d6186
commit
69e2b300dc
@ -18,7 +18,7 @@
|
||||
Summary: Round Robin Database Tool to store and display time-series data
|
||||
Name: rrdtool
|
||||
Version: 1.4.7
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
License: GPLv2+ with exceptions
|
||||
Group: Applications/Databases
|
||||
URL: http://oss.oetiker.ch/rrdtool/
|
||||
@ -157,7 +157,7 @@ The %{name}-ruby package includes RRDtool bindings for Ruby.
|
||||
Summary: Lua RRDtool bindings
|
||||
Group: Development/Languages
|
||||
BuildRequires: lua, lua-devel
|
||||
Requires: lua = %{luaver}
|
||||
Requires: lua(abi) = %{luaver}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description lua
|
||||
@ -386,6 +386,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} php -n \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon May 20 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 1.4.7-17
|
||||
- Require lua abi instead of package version
|
||||
|
||||
* Wed May 15 2013 Tom Callaway <spot@fedoraproject.org> - 1.4.7-16
|
||||
- lua 5.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user