checkin
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_nss?expand=0&rev=61
This commit is contained in:
parent
a36a1e3909
commit
8738a0fd11
@ -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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
Patch4: mod_nss-gencert_use_ss_instead_of_netstat.patch
|
||||
Patch5: mod_nss-gencert_stronger_password.patch
|
||||
BuildRequires: apache-rex
|
||||
BuildRequires: apache-rpm-macros
|
||||
BuildRequires: apache2-devel >= 2.4.18
|
||||
BuildRequires: apr-devel
|
||||
BuildRequires: apr-util-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
%apache_rex_deps
|
||||
BuildRequires: curl
|
||||
BuildRequires: findutils
|
||||
BuildRequires: flex
|
||||
@ -143,11 +141,6 @@ touch %{buildroot}%{apache_sysconf_nssdir}/key4.db
|
||||
touch %{buildroot}%{apache_sysconf_nssdir}/install.log
|
||||
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
|
||||
umask 077
|
||||
# generate a self-signed certificate if there isn't either
|
||||
|
Loading…
Reference in New Issue
Block a user