Petr Gajdos 2024-06-20 09:26:23 +00:00 committed by Git OBS Bridge
parent a36a1e3909
commit 8738a0fd11
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 20 09:25:06 UTC 2024 - pgajdos@suse.com
- drop unmaintained apache-rex usage
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 25 09:20:54 UTC 2020 - pgajdos@suse.com Wed Nov 25 09:20:54 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package apache2-mod_nss # spec file for package apache2-mod_nss
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -42,14 +42,12 @@ Patch1: mod_nss-migrate.patch
Patch2: mod_nss-gencert-correct-ownership.patch Patch2: mod_nss-gencert-correct-ownership.patch
Patch4: mod_nss-gencert_use_ss_instead_of_netstat.patch Patch4: mod_nss-gencert_use_ss_instead_of_netstat.patch
Patch5: mod_nss-gencert_stronger_password.patch Patch5: mod_nss-gencert_stronger_password.patch
BuildRequires: apache-rex
BuildRequires: apache-rpm-macros BuildRequires: apache-rpm-macros
BuildRequires: apache2-devel >= 2.4.18 BuildRequires: apache2-devel >= 2.4.18
BuildRequires: apr-devel BuildRequires: apr-devel
BuildRequires: apr-util-devel BuildRequires: apr-util-devel
BuildRequires: automake BuildRequires: automake
BuildRequires: bison BuildRequires: bison
%apache_rex_deps
BuildRequires: curl BuildRequires: curl
BuildRequires: findutils BuildRequires: findutils
BuildRequires: flex BuildRequires: flex
@ -143,11 +141,6 @@ touch %{buildroot}%{apache_sysconf_nssdir}/key4.db
touch %{buildroot}%{apache_sysconf_nssdir}/install.log touch %{buildroot}%{apache_sysconf_nssdir}/install.log
perl -pi -e "s:$NSS_LIB_DIR:$NSS_BIN:" %{buildroot}%{_sbindir}/gencert perl -pi -e "s:$NSS_LIB_DIR:$NSS_BIN:" %{buildroot}%{_sbindir}/gencert
%check
# specific file name format for module is required by apache-rex
ln .libs/libmodnss.so .libs/mod_nss.so
%apache_rex_check -m .libs/ -b . mod_nss-basic
%post %post
umask 077 umask 077
# generate a self-signed certificate if there isn't either # generate a self-signed certificate if there isn't either