2.34-4: fix 1762640 (fstrim service)

This commit is contained in:
Karel Zak 2019-12-16 17:41:01 +01:00
commit cdfdebd9ba

View file

@ -2,7 +2,7 @@
Summary: A collection of basic system utilities
Name: util-linux
Version: 2.34
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
URL: http://en.wikipedia.org/wiki/Util-linux
@ -103,6 +103,8 @@ Patch0: 2.28-login-lastlog-create.patch
# 1751290 - regression: lsblk not showing PKNAME in f31+
Patch1: lsblk-force-to-print-PKNAME-for-partition.patch
# 1762640 - fstrim stopped working on /home partition
Patch2: fstrim-fix-systemd-service-protection.patch
%description
The util-linux package contains a large variety of low-level system
@ -921,6 +923,9 @@ fi
%{_libdir}/python*/site-packages/libmount/
%changelog
* Mon Dec 16 2019 Karel Zak <kzak@redhat.com> - 2.34-4
- fix #1762640 - fstrim stopped working on /home partition
* Thu Sep 12 2019 Karel Zak <kzak@redhat.com> - 2.34-3
- fix #1751290 - regression: lsblk not showing PKNAME in f31+