Fix directory ownership in python subpackage
This commit is contained in:
parent
8db7d85a0e
commit
58bac092a5
@ -2,7 +2,7 @@
|
|||||||
Summary: A collection of basic system utilities
|
Summary: A collection of basic system utilities
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.31
|
Version: 2.31
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://en.wikipedia.org/wiki/Util-linux
|
URL: http://en.wikipedia.org/wiki/Util-linux
|
||||||
@ -940,9 +940,12 @@ exit 0
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license Documentation/licenses/COPYING.LGPLv2.1 libmount/COPYING
|
%license Documentation/licenses/COPYING.LGPLv2.1 libmount/COPYING
|
||||||
%{_libdir}/python*/site-packages/libmount/*
|
%{_libdir}/python*/site-packages/libmount/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 2.31-3
|
||||||
|
- Fix directory ownership in python subpackage
|
||||||
|
|
||||||
* Mon Oct 30 2017 Karel Zak <kzak@redhat.com> - 2.31-2
|
* Mon Oct 30 2017 Karel Zak <kzak@redhat.com> - 2.31-2
|
||||||
- fix dmesg for multi-line records
|
- fix dmesg for multi-line records
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user