Fix directory ownership in python3 subpackage
This commit is contained in:
parent
a12853a42d
commit
caf0dadf8d
@ -1,6 +1,6 @@
|
||||
Name: babeltrace
|
||||
Version: 1.5.3
|
||||
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
|
||||
* 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
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user