fix bug in update software
This commit is contained in:
parent
ceee6dfbfd
commit
2270be0f89
11
libxslt.spec
11
libxslt.spec
@ -1,10 +1,10 @@
|
|||||||
Name: libxslt
|
Name: libxslt
|
||||||
Version: 1.1.32
|
Version: 1.1.32
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: XSLT Transformation Library
|
Summary: XSLT Transformation Library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://xmlsoft.org/libxslt/
|
URL: http://xmlsoft.org/libxslt/
|
||||||
Source0: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
|
Source0: https://github.com/GNOME/%{name}/archive/v%{version}.tar.gz
|
||||||
# Fedora specific patches
|
# Fedora specific patches
|
||||||
Patch0: multilib.patch
|
Patch0: multilib.patch
|
||||||
Patch1: libxslt-1.1.26-utf8-docs.patch
|
Patch1: libxslt-1.1.26-utf8-docs.patch
|
||||||
@ -104,8 +104,6 @@ make check
|
|||||||
%{_libdir}/pkgconfig/libexslt.pc
|
%{_libdir}/pkgconfig/libexslt.pc
|
||||||
%{_bindir}/xslt-config
|
%{_bindir}/xslt-config
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc %{_docdir}/%{name}-%{version}
|
%doc %{_docdir}/%{name}-%{version}
|
||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
@ -113,6 +111,8 @@ make check
|
|||||||
%exclude %{_docdir}/../licenses/Copyright
|
%exclude %{_docdir}/../licenses/Copyright
|
||||||
|
|
||||||
%files -n python2-libxslt
|
%files -n python2-libxslt
|
||||||
|
n Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.32-6
|
||||||
|
- fix bug in community files
|
||||||
%{_libdir}/python2.7/site-packages/libxslt.py*
|
%{_libdir}/python2.7/site-packages/libxslt.py*
|
||||||
%{_libdir}/python2.7/site-packages/libxsltmod.so
|
%{_libdir}/python2.7/site-packages/libxsltmod.so
|
||||||
%{_docdir}/libxslt-python-1.1.32/*
|
%{_docdir}/libxslt-python-1.1.32/*
|
||||||
@ -122,6 +122,9 @@ make check
|
|||||||
%doc python/tests/*.xsl
|
%doc python/tests/*.xsl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.32-6
|
||||||
|
- fix bug in community files
|
||||||
|
|
||||||
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.32-5
|
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.32-5
|
||||||
- Fix CVE-2019-18197 and CVE-2019-13118
|
- Fix CVE-2019-18197 and CVE-2019-13118
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user