--- rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec.spec 2016/02/05 22:42:01 1.1 +++ rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec.spec 2022/04/06 20:22:27 1.4 @@ -1,15 +1,18 @@ -# $Id: e-smith-lib-compspec.spec,v 1.1 2013/01/25 18:25:30 slords Exp $ +# $Id: e-smith-lib-compspec.spec,v 1.3 2021/02/20 05:56:57 jpp Exp $ Summary: bash completion specifications for e-smith-lib utilities %define name e-smith-lib-compspec Name: %{name} %define version 2.6.0 -%define release 1 +%define release 4 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.xz +Patch0: e-smith-lib-compspec-2.6.0-bz11312.patch +Patch1: e-smith-lib-compspec-2.6.0-bz11368-bz4661.patch + BuildRoot: /var/tmp/e-smith-buildroot BuildArchitectures: noarch Requires: e-smith-lib @@ -22,6 +25,9 @@ e-smith-lib command-line utilities (db, %prep %setup +mkdir -p root/etc/e-smith/events/%{name}-update +%patch0 -p1 +%patch1 -p1 %build @@ -40,6 +46,16 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* Wed Apr 06 2022 Jean-Philippe Pialasse 2.6.0-4.sme +- fix last dot erased on completion [SME: 11368] +- error on incorect cmd input [SME: 4661] + +* Sat Feb 20 2021 Jean-Philipe Pialasse 2.6.0-3.sme +- allow easy access to templates.metadata to expand desired files [SME: 11312] + +* Wed Jan 06 2021 Jean-Philipe Pialasse 2.6.0-2.sme +- add update event [SME: 11142] + * Fri Feb 05 2016 stephane de Labrusse 2.6.0-1.sme - Initial release to sme10