2.34-4: fix 1762640 (fstrim service)
This commit is contained in:
parent
f7bf3a9f68
commit
cdfdebd9ba
1 changed files with 6 additions and 1 deletions
|
|
@ -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+
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue