diff --git a/wireshark.changes b/wireshark.changes index 8e3e769..a7724fe 100644 --- a/wireshark.changes +++ b/wireshark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 7 17:06:44 UTC 2017 - jmatejek@suse.com + +- downgrade to lua51-devel in order to drop Lua 5.2 from Factory + (can't upgrade to 5.3 because that is still not supported) + ------------------------------------------------------------------- Tue Aug 29 21:38:52 UTC 2017 - astieger@suse.com diff --git a/wireshark.spec b/wireshark.spec index ecfdb3b..ae60a35 100644 --- a/wireshark.spec +++ b/wireshark.spec @@ -103,7 +103,7 @@ BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Widgets) %endif %if 0%{?suse_version} > 1320 -BuildRequires: lua52-devel +BuildRequires: lua51-devel %else BuildRequires: lua-devel %endif