Fix wrong python_sitelib macro
https://bugzilla.redhat.com/show_bug.cgi?id=1536202
This commit is contained in:
parent
246c94e7f1
commit
c440f9c6ca
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: python-productmd
|
Name: python-productmd
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Library providing parsers for metadata related to OS installation
|
Summary: Library providing parsers for metadata related to OS installation
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -92,7 +92,7 @@ and installation media.
|
|||||||
%files -n python2-productmd
|
%files -n python2-productmd
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%{python_sitelib}/*
|
%{python2_sitelib}/*
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python%{python3_pkgversion}-productmd
|
%files -n python%{python3_pkgversion}-productmd
|
||||||
@ -102,6 +102,9 @@ and installation media.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 17 2018 Lubomír Sedlář <lsedlar@redhat.com> 1.10-1
|
||||||
- Drop Fedora 25 build (lsedlar@redhat.com)
|
- Drop Fedora 25 build (lsedlar@redhat.com)
|
||||||
- Drop RHEL compatibility from spec (lsedlar@redhat.com)
|
- Drop RHEL compatibility from spec (lsedlar@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user