From c0bc7fd7cd554a98d797b2ef327a1296ff72c2a6 Mon Sep 17 00:00:00 2001 From: zhanzhimin Date: Mon, 19 Apr 2021 14:50:56 +0800 Subject: [PATCH] sed html idm for eliminate difference (cherry picked from commit 2bf9c2ec5636adcdcdbef52bba3b9805afb36ff6) --- libsoup.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libsoup.spec b/libsoup.spec index a16c097..5bc22d0 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,6 +1,6 @@ Name: libsoup Version: 2.71.0 -Release: 1 +Release: 2 Summary: An HTTP library implementation License: LGPLv2 URL: https://wiki.gnome.org/Projects/libsoup @@ -34,6 +34,7 @@ The %{name}-devel package contains libraries and header files for %{name}. %install %meson_install +sed -i 's/idm[0-9]\{5,32\}/idm12345678912345/g' %{buildroot}%{_datadir}/gtk-doc/html/libsoup-2.4/ix01.html %check %meson_test @@ -60,6 +61,12 @@ The %{name}-devel package contains libraries and header files for %{name}. %{_datadir}/gtk-doc/html/libsoup-2.4/* %changelog +* Mon Apr 19 2021 zhanzhimin - 2.71.0-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:sed html idm for eliminate difference + * Fri Aug 28 2020 zhanzhimin - 2.71.0-1 - update to 2.71.0 -- Gitee