From 0f67d69812ff27da8ff010253136e023d6391bd5 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 3 Jan 2018 15:42:48 +0100 Subject: [PATCH] Fix directory ownership --- python-kmod.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-kmod.spec b/python-kmod.spec index 26c0e07..d3570da 100644 --- a/python-kmod.spec +++ b/python-kmod.spec @@ -3,7 +3,7 @@ License: LGPLv2+ Group: Development/Libraries Summary: Python module to work with kernel modules Version: 0.9 -Release: 16%{?dist} +Release: 17%{?dist} URL: https://github.com/agrover/python-kmod/ Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz BuildRequires: python2-devel @@ -49,16 +49,19 @@ Linux kernel modules, using libkmod. %{__python3} setup.py install --skip-build --root %{buildroot} %files -n python2-kmod -%{python_sitearch}/kmod/* +%{python_sitearch}/kmod/ %{python_sitearch}/kmod*.egg-info %doc COPYING.LESSER README %files -n python3-kmod -%{python3_sitearch}/kmod/* +%{python3_sitearch}/kmod/ %{python3_sitearch}/kmod*.egg-info %doc COPYING.LESSER README %changelog +* Wed Jan 03 2018 Lumír Balhar - 0.9-17 +- Fix directory ownership + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.9-16 - Python 2 binary package renamed to python2-kmod See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3