Drop __pycache__/*.pyo files, as these are not generated by python 3.5.
This commit is contained in:
parent
0378162ceb
commit
275194231a
@ -10,7 +10,7 @@ Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.31.25
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPLv2+
|
||||
|
||||
# Source and patches.
|
||||
@ -1224,7 +1224,6 @@ rm ocaml/html/.gitignore
|
||||
%{python3_sitearch}/libguestfsmod*.so
|
||||
%{python3_sitearch}/guestfs.py
|
||||
%{python3_sitearch}/__pycache__/guestfs*.pyc
|
||||
%{python3_sitearch}/__pycache__/guestfs*.pyo
|
||||
%{_mandir}/man3/guestfs-python.3*
|
||||
|
||||
|
||||
@ -1314,6 +1313,9 @@ rm ocaml/html/.gitignore
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 06 2015 Richard W.M. Jones <rjones@redhat.com> - 1:1.31.25-3
|
||||
- Drop __pycache__/*.pyo files, as these are not generated by python 3.5.
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.31.25-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user