From eaf07ce06c889bf205cad0ba617c5f3b34a67ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E8=B6=85=E5=87=A1?= Date: Tue, 20 Aug 2024 19:19:59 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage (cherry picked from commit 5e63ab2c43a4690e35ea9089822c8bb48fc47f17) --- jss.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jss.spec b/jss.spec index 0c399b9..3826ca8 100644 --- a/jss.spec +++ b/jss.spec @@ -9,7 +9,7 @@ Summary: Java Security Services URL: http://www.dogtagpki.org/wiki/JSS License: (MPL-1.1 or GPL-2.0-or-later or LGPL-2.1-or-later) and Apache-2.0 Version: 5.5.0 -Release: 1 +Release: 2 Source0: https://github.com/dogtagpki/jss/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: make cmake >= 3.14 gcc-c++ nspr-devel >= 4.13.1 nss-devel >= 3.66 nss-tools >= 3.66 @@ -27,10 +27,12 @@ JSS offers a implementation for java-based applications to use native NSS. %package help Summary: JSS Javadocs +BuildArch: noarch Requires: jss = %{version}-%{release} Provides: jss-javadoc = %{version}-%{release} Obsoletes: jss-javadoc < %{version}-%{release} %description help + API documentation for JSS. %prep @@ -85,6 +87,9 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA %{_javadocdir}/jss/ %changelog +* Tue Aug 20 2024 guochaofan - 5.5.0-2 +- Added 'Buildarch: noarch' to the help subpackage + * Mon Jul 15 2024 yaoxin - 5.5.0-1 - Update to 5.5.0 * Remove junit4 dependencies -- Gitee