From 35e42b0f072d6b3c4828d20bc63e394a4ca092f1 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Apr 04 2019 11:33:41 +0000 Subject: Change compat package name to compat-lua-cqueues --- diff --git a/lua-cqueues.spec b/lua-cqueues.spec index 04a3930..594854e 100644 --- a/lua-cqueues.spec +++ b/lua-cqueues.spec @@ -8,7 +8,7 @@ Name: lua-cqueues Version: 20171014 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Stackable Continuation Queues for the Lua Programming Language License: MIT @@ -49,12 +49,13 @@ notifications using native kernel facilities and accessible through easy to use interfaces which abstract the different kernel facilities. %if 0%{?fedora} -%package compat +%package -n compat-%{name} Summary: Stackable Continuation Queues for the Lua Programming Language %{luacompatver} +Provides: lua-cqueues-compat # owner of /usr/lib64/lua/5.1, for some reason this depedency is not auto-generated Requires: compat-lua-libs -%description compat +%description -n compat-%{name} Compatibility package for Lua %{luacompatver} %endif @@ -103,7 +104,7 @@ sed -i '1 s|^#!/.*$|#!/usr/bin/lua|' %{buildroot}%{_pkgdocdir}/examples/* %license LICENSE %if 0%{?fedora} -%files compat +%files -n compat-%{name} %{luacompatpkgdir}/* %{luacompatlibdir}/* %license LICENSE @@ -116,6 +117,9 @@ sed -i '1 s|^#!/.*$|#!/usr/bin/lua|' %{buildroot}%{_pkgdocdir}/examples/* %license LICENSE %changelog +* Thu Apr 04 2019 Tomas Krizek - 20171014-3 +- Change compat package name to compat-lua-cqueues + * Fri Feb 01 2019 Fedora Release Engineering - 20171014-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild