Fix wrong python_sitelib macro

https://bugzilla.redhat.com/show_bug.cgi?id=1536202
This commit is contained in:
Lubomír Sedlář 2018-01-19 07:48:02 +01:00
parent 246c94e7f1
commit c440f9c6ca

View File

@ -7,7 +7,7 @@
Name: python-productmd
Version: 1.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library providing parsers for metadata related to OS installation
Group: Development/Tools
@ -92,7 +92,7 @@ and installation media.
%files -n python2-productmd
%license LICENSE
%doc AUTHORS
%{python_sitelib}/*
%{python2_sitelib}/*
%if 0%{?with_python3}
%files -n python%{python3_pkgversion}-productmd
@ -102,6 +102,9 @@ and installation media.
%endif
%changelog
* Fri Jan 19 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.10-2
- Fix wrong python_sitelib macro (RHBZ#1536202)
* Wed Jan 17 2018 Lubomír Sedlář <lsedlar@redhat.com> 1.10-1
- Drop Fedora 25 build (lsedlar@redhat.com)
- Drop RHEL compatibility from spec (lsedlar@redhat.com)