From 14358601bcb37840fd034bc7aad9ca84b4b8ccf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Tue, 20 Aug 2024 10:05:55 +0800 Subject: [PATCH 1/3] Added 'Buildarch: noarch' to the help subpackage --- liboauth.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/liboauth.spec b/liboauth.spec index ec4c02d..a93766f 100644 --- a/liboauth.spec +++ b/liboauth.spec @@ -1,6 +1,6 @@ Name: liboauth Version: 1.0.3 -Release: 15 +Release: 16 Summary: OAuth library functions License: MIT URL: http://liboauth.sourceforge.net/ @@ -25,11 +25,13 @@ Requires: %{name} = %{version}-%{release} %description devel Libraries and header files for developing applications. -%package help -Summary: help package for %{name} with man docs +#%package help +#Summary: help package for %{name} with man docs -%description help -document files for %{name} +#%description help +#document files for %{name} + +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -62,6 +64,9 @@ make check %doc ChangeLog %changelog +* Mon Aug 20 2024 yuxian Mao - 1.0.3-16 +- Replaced declaration of help subpakage with the liboauth-help' macro. + * Fri Jul 19 2024 yixiangzhike - 1.0.3-15 - Use openssl instead of nss to fix failure for RSA-SHA1 signature -- Gitee From c33771abf60e747c569466db69389ff547c89c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Tue, 20 Aug 2024 02:28:07 +0000 Subject: [PATCH 2/3] update liboauth.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 毛玉贤 --- liboauth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liboauth.spec b/liboauth.spec index a93766f..c051566 100644 --- a/liboauth.spec +++ b/liboauth.spec @@ -65,7 +65,7 @@ make check %changelog * Mon Aug 20 2024 yuxian Mao - 1.0.3-16 -- Replaced declaration of help subpakage with the liboauth-help' macro. +- Replaced declaration of help subpakage with the 'liboauth-help' macro. * Fri Jul 19 2024 yixiangzhike - 1.0.3-15 - Use openssl instead of nss to fix failure for RSA-SHA1 signature -- Gitee From 41d10e344418345a0a615927609586e0053dded2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Wed, 21 Aug 2024 01:20:59 +0000 Subject: [PATCH 3/3] update liboauth.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 毛玉贤 --- liboauth.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liboauth.spec b/liboauth.spec index c051566..0b80c4e 100644 --- a/liboauth.spec +++ b/liboauth.spec @@ -64,7 +64,7 @@ make check %doc ChangeLog %changelog -* Mon Aug 20 2024 yuxian Mao - 1.0.3-16 +* Tue Aug 20 2024 yuxian Mao - 1.0.3-16 - Replaced declaration of help subpakage with the 'liboauth-help' macro. * Fri Jul 19 2024 yixiangzhike - 1.0.3-15 -- Gitee