Fix directory ownership in Python 3 subpackage
This commit is contained in:
commit
551452e13a
@ -1,6 +1,6 @@
|
||||
Name: babeltrace
|
||||
Version: 1.5.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Trace Viewer and Converter, mainly for the Common Trace Format
|
||||
License: MIT and GPLv2
|
||||
URL: https://www.efficios.com/babeltrace
|
||||
@ -110,11 +110,14 @@ rm -f %{buildroot}/%{_pkgdocdir}/std-ext-lib.txt
|
||||
%{_libdir}/pkgconfig/babeltrace-ctf.pc
|
||||
|
||||
%files -n python3-%{name}
|
||||
%{python3_sitearch}/babeltrace/*
|
||||
%{python3_sitearch}/babeltrace
|
||||
%{python3_sitearch}/babeltrace*.egg-info
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 16 2018 2018 Lumír Balhar <lbalhar@redhat.com> - 1.5.4-2
|
||||
- Fix directory ownership in python3 subpackage
|
||||
|
||||
* Tue Feb 13 2018 Michael Jeanson <mjeanson@efficios.com> - 1.5.4-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user