diff --git a/SPECS/augeas.spec b/SPECS/augeas.spec index a4bf7fb..b8456a0 100644 --- a/SPECS/augeas.spec +++ b/SPECS/augeas.spec @@ -1,6 +1,6 @@ Name: augeas Version: 1.12.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A library for changing configuration files Group: System Environment/Libraries @@ -13,6 +13,7 @@ Patch3: 0003-src-augrun.c-nexttoken-add-more-escape-characters.patch Patch4: 0004-src-augtool.c-hopefully-fix-readline-quoting-issues.patch Patch5: 0005-Krb5-improve-dbmodules-and-includes-630.patch Patch6: 0006-Systemd-fix-parsing-of-envvars-with-spaces-659.patch +Patch7: 0007-Ssh-add-Match-keyword-support-695.patch BuildRequires: readline-devel libselinux-devel libxml2-devel BuildRequires: autoconf, automake @@ -119,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/augeas.pc %changelog +* Tue Jan 05 2021 Pino Toscano - 1.12.0-6 +- Ssh: parse Match options (RHBZ#1716359) + * Mon Feb 10 2020 Pino Toscano - 1.12.0-5 - Fix completion with special characters in augtool. (RHBZ#1232224) - Krb5: improve handling of [dbmodules]; allow include/includedir directives