From 58bac092a5897bb9ef1c2e08c2566c2dbedb7504 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 3 Jan 2018 16:24:53 +0100 Subject: [PATCH] Fix directory ownership in python subpackage --- util-linux.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index dc01344..00ca98e 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.31 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain Group: System Environment/Base URL: http://en.wikipedia.org/wiki/Util-linux @@ -940,9 +940,12 @@ exit 0 %defattr(-, root, root) %{!?_licensedir:%global license %%doc} %license Documentation/licenses/COPYING.LGPLv2.1 libmount/COPYING -%{_libdir}/python*/site-packages/libmount/* +%{_libdir}/python*/site-packages/libmount/ %changelog +* Wed Jan 03 2018 Lumír Balhar - 2.31-3 +- Fix directory ownership in python subpackage + * Mon Oct 30 2017 Karel Zak - 2.31-2 - fix dmesg for multi-line records