From 9f9313beb4dd18724369624636a666526aa34c04 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 19 Mar 2020 10:22:45 +0100 Subject: [PATCH] 2.35.1-6: fix #1811506 (triggerpostun) --- util-linux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index ac93504..91e90a9 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,7 +2,7 @@ Summary: A collection of basic system utilities Name: util-linux Version: 2.35.1 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: http://en.wikipedia.org/wiki/Util-linux @@ -485,7 +485,7 @@ fi %postun -n uuidd %systemd_postun_with_restart uuidd.service -%triggerpostun -- fedora-release < 32 +%triggerpostun -- util-linux < 2.35 %systemd_post fstrim.timer %files -f %{name}.files @@ -936,6 +936,9 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Thu Mar 19 2020 Karel Zak - 2.35.1-6 +- fix #1811506 (triggerpostun) + * Tue Feb 25 2020 Karel Zak - 2.35.1-5 - fix lsblk -P output for RAIDs, etc.