Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache2-mod_auth_openidc for 
openSUSE:Factory checked in at 2021-04-12 12:37:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_auth_openidc (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_auth_openidc.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_auth_openidc"

Mon Apr 12 12:37:32 2021 rev:16 rq:884568 version:2.4.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache2-mod_auth_openidc/apache2-mod_auth_openidc.changes
        2021-04-06 17:31:18.511227385 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_auth_openidc.new.2401/apache2-mod_auth_openidc.changes
      2021-04-12 12:40:25.621582878 +0200
@@ -1,0 +2,12 @@
+Mon Apr 12 07:49:03 UTC 2021 - pgaj...@suse.com
+
+- test package
+
+-------------------------------------------------------------------
+Sun Apr 11 12:14:14 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- fix installation path on Factory (boo#1184572)
+- switch to bootstrapped tarball
+- package the license, docs and sample config
+
+-------------------------------------------------------------------

Old:
----
  apache2-mod_auth_openidc-2.4.7.tar.gz

New:
----
  mod_auth_openidc-2.4.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache2-mod_auth_openidc.spec ++++++
--- /var/tmp/diff_new_pack.xpl7ZQ/_old  2021-04-12 12:40:26.105583441 +0200
+++ /var/tmp/diff_new_pack.xpl7ZQ/_new  2021-04-12 12:40:26.109583445 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%define apxs %{_sbindir}/apxs2
-%define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
 Name:           apache2-mod_auth_openidc
 Version:        2.4.7
 Release:        0
@@ -25,15 +23,9 @@
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Servers
 URL:            https://github.com/zmartzone/mod_auth_openidc/
-Source:         
https://github.com/zmartzone/mod_auth_openidc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         
https://github.com/zmartzone/mod_auth_openidc/releases/download/v%{version}/mod_auth_openidc-%{version}.tar.gz
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
-%if 0%{?suse_version} >= 1550
-BuildRequires:  hiredis-devel
-%endif
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cjose) >= 0.5.1
 BuildRequires:  pkgconfig(jansson) >= 2.0
@@ -42,6 +34,9 @@
 BuildRequires:  pkgconfig(openssl) >= 1.0.1
 Requires:       %{apache_mmn}
 Requires:       %{apache_suse_maintenance_mmn}
+%if 0%{?suse_version} >= 1550
+BuildRequires:  hiredis-devel
+%endif
 
 %description
 This module enables an Apache 2.x web server to operate as an OpenID Connect 
Relying Party and/or OAuth 2.0 Resource Server.
@@ -50,7 +45,6 @@
 %setup -q -n mod_auth_openidc-%{version}
 
 %build
-./autogen.sh
 %configure \
 %if 0%{?is_opensuse} > 0
   %{?_with_hiredis}    \
@@ -58,13 +52,18 @@
   %{?_without_hiredis} \
 %endif
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 install -D -m0755 src/.libs/mod_auth_openidc.so 
%{buildroot}%{apache_libexecdir}/mod_auth_openidc.so
 
+%check
+make -j1 test
+
 %files
-%dir %{apache_libexecdir}
+%license LICENSE.txt
+%doc ChangeLog README.md AUTHORS
+%doc auth_openidc.conf
 %{apache_libexecdir}/mod_auth_openidc.so
 
 %changelog

Reply via email to