Fix directory ownership in python3 subpackage

This commit is contained in:
Lumir Balhar 2018-01-03 14:46:51 +01:00
parent a12853a42d
commit caf0dadf8d

View File

@ -1,6 +1,6 @@
Name: babeltrace Name: babeltrace
Version: 1.5.3 Version: 1.5.3
Release: 1%{?dist} Release: 2%{?dist}
Summary: Trace Viewer and Converter, mainly for the Common Trace Format Summary: Trace Viewer and Converter, mainly for the Common Trace Format
License: MIT and GPLv2 License: MIT and GPLv2
URL: https://www.efficios.com/babeltrace URL: https://www.efficios.com/babeltrace
@ -110,11 +110,14 @@ rm -f %{buildroot}/%{_pkgdocdir}/std-ext-lib.txt
%{_libdir}/pkgconfig/babeltrace-ctf.pc %{_libdir}/pkgconfig/babeltrace-ctf.pc
%files -n python3-%{name} %files -n python3-%{name}
%{python3_sitearch}/babeltrace/* %{python3_sitearch}/babeltrace
%{python3_sitearch}/babeltrace*.egg-info %{python3_sitearch}/babeltrace*.egg-info
%changelog %changelog
* Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 1.5.3-2
- Fix directory ownership in python3 subpackage
* Wed Aug 09 2017 Michael Jeanson <mjeanson@efficios.com> - 1.5.3-1 * Wed Aug 09 2017 Michael Jeanson <mjeanson@efficios.com> - 1.5.3-1
- New upstream release - New upstream release