From 6fccb7eda6738bdd1574ddf0eb2719afad4b8d6f Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 25 May 2021 11:06:29 +0100 Subject: [PATCH] Fix multiarch conflict in devel subpackage (#1964346) Resolves: #1964346 --- libxml2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index c5311b4..ec1b72f 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ Name: libxml2 Version: 2.9.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library providing XML and HTML support License: MIT @@ -98,7 +98,7 @@ touch -m --reference=%{buildroot}%{_includedir}/libxml2/libxml/parser.h %{buildr find %{buildroot} -type f -name '*.la' -print -delete rm -vf %{buildroot}{%{python2_sitearch},%{python3_sitearch}}/*.a rm -vrf %{buildroot}%{_datadir}/doc/ -#(cd doc/examples ; make clean ; rm -rf .deps Makefile) +(cd doc/examples ; make clean ; rm -rf .deps Makefile) gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %check @@ -146,6 +146,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %{python3_sitearch}/libxml2mod.so %changelog +* Tue May 25 2021 David King - 2.9.12-2 +- Fix multiarch conflict in devel subpackage (#1964346) + * Fri May 14 2021 David King - 2.9.12-1 - Rebase to 2.9.12 (#1960623)