New versions
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
|
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
|
||||||
|
|
||||||
Name: mod_auth_openidc
|
Name: mod_auth_openidc
|
||||||
Version: 2.4.9.3
|
Version: 2.4.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OpenID Connect auth module for Apache HTTP Server
|
Summary: OpenID Connect auth module for Apache HTTP Server
|
||||||
|
|
||||||
@@ -42,27 +42,24 @@ an OpenID Connect Relying Party and/or OAuth 2.0 Resource Server.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# switch installation methods, the one we need is commented
|
||||||
|
sed -i -e '72d;73{s/^.//;s/@/$(DESTDIR)@/}' Makefile.am
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# workaround rpm-buildroot-usage
|
./autogen.sh
|
||||||
export MODULES_DIR=%{_httpd_moddir}
|
|
||||||
export APXS2_OPTS='-S LIBEXECDIR=${MODULES_DIR}'
|
|
||||||
autoreconf
|
|
||||||
%configure \
|
%configure \
|
||||||
--with-jq=/usr/lib64/ \
|
--with-apxs=%{_bindir}/apxs \
|
||||||
%{?_with_hiredis} \
|
%{?_with_hiredis} \
|
||||||
%{?_without_hiredis}
|
%{?_without_hiredis}
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export MODULES_DIR=%{_httpd_moddir}
|
|
||||||
export APXS2_OPTS='-S LIBEXECDIR=${MODULES_DIR}'
|
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir}
|
mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir}
|
||||||
make install MODULES_DIR=$RPM_BUILD_ROOT%{_httpd_moddir}
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
install -m 755 -d $RPM_BUILD_ROOT%{_httpd_modconfdir}
|
install -m 755 -d $RPM_BUILD_ROOT%{_httpd_modconfdir}
|
||||||
echo 'LoadModule auth_openidc_module modules/mod_auth_openidc.so' > \
|
echo 'LoadModule auth_openidc_module modules/mod_auth_openidc.so' > \
|
||||||
@@ -94,6 +91,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache
|
|||||||
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
|
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 6 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
|
- Update to 2.4.10
|
||||||
|
|
||||||
* Tue Aug 31 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
* Tue Aug 31 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
- Update to 2.4.9.3.
|
- Update to 2.4.9.3.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Name: gitea
|
Name: gitea
|
||||||
Version: 1.15.5
|
Version: 1.15.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gitea is a painless self-hosted Git service.
|
Summary: Gitea is a painless self-hosted Git service.
|
||||||
%define MyVersion %version
|
%define MyVersion %version
|
||||||
@@ -82,6 +82,12 @@ getent passwd gitea > /dev/null || \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 5 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
|
- Update to 1.15.7.
|
||||||
|
|
||||||
|
* Wed Nov 9 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
|
- Update to 1.15.6.
|
||||||
|
|
||||||
* Fri Oct 22 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
* Fri Oct 22 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
- Update to 1.15.5.
|
- Update to 1.15.5.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user