diff --git a/xen.spec b/xen.spec index a3ab730..8facb45 100644 --- a/xen.spec +++ b/xen.spec @@ -60,7 +60,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 4.11.0 -Release: 5%{?dist} +Release: 6%{?dist} Group: Development/Libraries License: GPLv2+ and LGPLv2+ and BSD URL: http://xen.org/ @@ -801,7 +801,6 @@ fi %ifnarch armv7hl aarch64 %{_sbindir}/xen-mfndump %endif -/usr/share/pkgconfig/* %ifnarch armv7hl aarch64 %{_bindir}/xenalyze %endif @@ -850,6 +849,7 @@ fi %dir %{_includedir}/xenstore-compat %{_includedir}/xenstore-compat/* %{_libdir}/*.so +/usr/share/pkgconfig/* %files licenses %doc licensedir/* @@ -873,6 +873,9 @@ fi %endif %changelog +* Tue Sep 18 2018 Michael Young - 4.11.0-6 +- move pkgconfig files to xen-devel (#1629643) + * Wed Sep 12 2018 Michael Young - set /usr/bin/python2 at the start of some python scripts