diff --git a/SOURCES/0017-Fstab-allow-leading-whitespace-in-lines-with-spec-54.patch b/SOURCES/0017-Fstab-allow-leading-whitespace-in-lines-with-spec-54.patch index 792f600..c015569 100644 --- a/SOURCES/0017-Fstab-allow-leading-whitespace-in-lines-with-spec-54.patch +++ b/SOURCES/0017-Fstab-allow-leading-whitespace-in-lines-with-spec-54.patch @@ -1,4 +1,4 @@ -From 11a1410b32a902c4f220c5dfc20cd177e6031389 Mon Sep 17 00:00:00 2001 +From 2565e67f724032cdc6217c2a2d2c1bc25ca23605 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 13 Feb 2018 07:21:55 +0100 Subject: [PATCH] Fstab: allow leading whitespace in lines with spec (#544) @@ -6,8 +6,6 @@ Subject: [PATCH] Fstab: allow leading whitespace in lines with spec (#544) The documentation does not explicitly mention this possibility, but tooling that parses fstab actually supports this: hence, allow leading whitespace in lines with filesystem specification. - -(cherry picked from commit 6ee7170cc04c934a70cbcd1caf3e5f8821806dec) --- lenses/fstab.aug | 1 + lenses/tests/test_fstab.aug | 4 ++++ diff --git a/SPECS/augeas.spec b/SPECS/augeas.spec index 4247339..096195a 100644 --- a/SPECS/augeas.spec +++ b/SPECS/augeas.spec @@ -1,6 +1,6 @@ Name: augeas Version: 1.4.0 -Release: 5%{?dist}.1 +Release: 6%{?dist} Summary: A library for changing configuration files Group: System Environment/Libraries @@ -143,14 +143,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/augeas.pc %changelog -* Wed Mar 28 2018 Pino Toscano - 1.4.0-5.el7_5.1 -- Fstab: allow leading whitespaces (RHBZ#1554927) +* Thu Mar 29 2018 Pino Toscano - 1.4.0-6 +- Fstab: allow leading whitespaces (RHBZ#1544520) -* Wed Oct 04 2017 Pino Toscano - 1.4.0-5 +* Wed Oct 04 2017 Pino Toscano - 1.4.0-5 - Cgconfig: allow fperm & dperm in admin & task (RHBZ#1325741) - Grub: handle top-level "boot" directive (RHBZ#1484261) -* Mon Sep 04 2017 Pino Toscano - 1.4.0-4 +* Mon Sep 04 2017 Pino Toscano - 1.4.0-4 - Fix CVE-2017-7555, improper handling of escaped strings (RHBZ#1481546) - Skip testSaveNoPermission when running as root (RHBZ#1269817) - Chrony: allow signed numbers (RHBZ#1302017)