Fix directory ownership

This commit is contained in:
Lumir Balhar 2018-01-03 15:42:48 +01:00
parent 65ae88b98e
commit 0f67d69812

View File

@ -3,7 +3,7 @@ License: LGPLv2+
Group: Development/Libraries Group: Development/Libraries
Summary: Python module to work with kernel modules Summary: Python module to work with kernel modules
Version: 0.9 Version: 0.9
Release: 16%{?dist} Release: 17%{?dist}
URL: https://github.com/agrover/python-kmod/ URL: https://github.com/agrover/python-kmod/
Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz Source0: https://github.com/downloads/agrover/%{name}/%{name}-%{version}.tar.gz
BuildRequires: python2-devel BuildRequires: python2-devel
@ -49,16 +49,19 @@ Linux kernel modules, using libkmod.
%{__python3} setup.py install --skip-build --root %{buildroot} %{__python3} setup.py install --skip-build --root %{buildroot}
%files -n python2-kmod %files -n python2-kmod
%{python_sitearch}/kmod/* %{python_sitearch}/kmod/
%{python_sitearch}/kmod*.egg-info %{python_sitearch}/kmod*.egg-info
%doc COPYING.LESSER README %doc COPYING.LESSER README
%files -n python3-kmod %files -n python3-kmod
%{python3_sitearch}/kmod/* %{python3_sitearch}/kmod/
%{python3_sitearch}/kmod*.egg-info %{python3_sitearch}/kmod*.egg-info
%doc COPYING.LESSER README %doc COPYING.LESSER README
%changelog %changelog
* Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 0.9-17
- Fix directory ownership
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.9-16 * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.9-16
- Python 2 binary package renamed to python2-kmod - Python 2 binary package renamed to python2-kmod
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3