--- rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec.spec 2021/02/20 05:56:57 1.3 +++ rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec.spec 2022/04/06 20:22:27 1.4 @@ -1,16 +1,18 @@ -# $Id: e-smith-lib-compspec.spec,v 1.2 2021/01/06 20:06:21 jpp 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 3 +%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 @@ -25,6 +27,7 @@ e-smith-lib command-line utilities (db, %setup mkdir -p root/etc/e-smith/events/%{name}-update %patch0 -p1 +%patch1 -p1 %build @@ -43,6 +46,10 @@ 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]