From fea176c672cb21055d52f15a53c8fae7e82b904b Mon Sep 17 00:00:00 2001 From: weihao Date: Mon, 3 Mar 2025 10:40:51 +0800 Subject: [PATCH] feat: specify jtidy version specify a lower version of jtidy to avoid build failures caused by jtidy upgrades --- httpunit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpunit.spec b/httpunit.spec index 4a1bf8c..d011aff 100644 --- a/httpunit.spec +++ b/httpunit.spec @@ -16,7 +16,7 @@ Patch2: httpunit-servlettest.patch Patch3: httpunit-servlet31.patch Patch4: junit4.patch Patch5: replace-getHostPath-with-its-real-address.patch -BuildRequires: jpackage-utils >= 0:1.6 ant >= 0:1.6 nekohtml jtidy junit >= 0:3.8 +BuildRequires: jpackage-utils >= 0:1.6 ant >= 0:1.6 nekohtml jtidy = 2:1.0-0.29.20100930svn1125 junit >= 0:3.8 BuildRequires: glassfish-servlet-api <= 3.1.0 javamail >= 0:1.3 rhino java-devel >= 1:1.6.0 BuildRequires: javapackages-local Requires: junit >= 0:3.8 glassfish-servlet-api <= 3.1.0 nekohtml rhino -- Gitee