--- rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec.spec 2021/01/06 20:06:21 1.2 +++ rpms/e-smith-lib-compspec/sme10/e-smith-lib-compspec.spec 2021/02/20 05:56:57 1.3 @@ -1,15 +1,16 @@ -# $Id: e-smith-lib-compspec.spec,v 1.1 2016/02/05 22:42:01 stephdl Exp $ +# $Id: e-smith-lib-compspec.spec,v 1.2 2021/01/06 20:06:21 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 2 +%define release 3 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 BuildRoot: /var/tmp/e-smith-buildroot BuildArchitectures: noarch Requires: e-smith-lib @@ -23,6 +24,7 @@ e-smith-lib command-line utilities (db, %prep %setup mkdir -p root/etc/e-smith/events/%{name}-update +%patch0 -p1 %build @@ -41,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %changelog +* 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]