diff --git a/liboauth.spec b/liboauth.spec index ec4c02d8f81f437f253f0809d9ce951f34101a89..0b80c4ec20d261a70919fe22f92f33a5d702444b 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 +* 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 - Use openssl instead of nss to fix failure for RSA-SHA1 signature