delete unneeded provides
This commit is contained in:
parent
9a4ec2f1ee
commit
93ccc61862
9
lua.spec
9
lua.spec
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: lua
|
Name: lua
|
||||||
Version: 5.3.5
|
Version: 5.3.5
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: A powerful, efficient, lightweight, embeddable scripting language
|
Summary: A powerful, efficient, lightweight, embeddable scripting language
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.lua.org/
|
URL: http://www.lua.org/
|
||||||
@ -33,10 +33,6 @@ Obsoletes: %{name}-libs < %{version}-%{release}
|
|||||||
Provides: lua(abi) = %{major_version}
|
Provides: lua(abi) = %{major_version}
|
||||||
Provides: %{name}-libs = %{version}-%{release}
|
Provides: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
# for temporary downgrade, to be removed
|
|
||||||
Provides: lua(abi) = 5.4
|
|
||||||
Provides: liblua-5.4.so()(64bit)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lua is a powerful, efficient, lightweight, embeddable scripting language.
|
Lua is a powerful, efficient, lightweight, embeddable scripting language.
|
||||||
It supports procedural programming, object-oriented programming,
|
It supports procedural programming, object-oriented programming,
|
||||||
@ -137,6 +133,9 @@ LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir}/lua -e"_U=
|
|||||||
%{_mandir}/man1/lua*.1*
|
%{_mandir}/man1/lua*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 8 2020 shenyangyang <shenyangyang4@huawei.com> - 5.3.5-6
|
||||||
|
- delete unneeded provides
|
||||||
|
|
||||||
* Sat Aug 8 2020 shenyangyang <shenyangyang4@huawei.com> - 5.3.5-5
|
* Sat Aug 8 2020 shenyangyang <shenyangyang4@huawei.com> - 5.3.5-5
|
||||||
- downgrade version to 5.3.5
|
- downgrade version to 5.3.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user