Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache2-mod_authn_otp for 
openSUSE:Factory checked in at 2021-04-26 16:39:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_authn_otp (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_authn_otp.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_authn_otp"

Mon Apr 26 16:39:24 2021 rev:11 rq:888372 version:1.1.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache2-mod_authn_otp/apache2-mod_authn_otp.changes  
    2019-07-03 15:15:22.463009650 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_authn_otp.new.12324/apache2-mod_authn_otp.changes
   2021-04-26 16:40:22.954150277 +0200
@@ -1,0 +2,5 @@
+Fri Apr 23 20:57:38 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Fixed SPEC file: Replaced broken URL and minor cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2-mod_authn_otp.spec ++++++
--- /var/tmp/diff_new_pack.HzsEAb/_old  2021-04-26 16:40:23.422151046 +0200
+++ /var/tmp/diff_new_pack.HzsEAb/_new  2021-04-26 16:40:23.426151053 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_authn_otp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2012 Archie L. Cobbs <arc...@dellroad.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,22 +24,16 @@
 Summary:        Apache module for one-time password authentication
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Servers
-Url:            http://mod-authn-otp.googlecode.com/
+Url:            https://github.com/archiecobbs/mod-authn-otp
 Source:         
https://s3.amazonaws.com/archie-public/mod-authn-otp/%{mod_name}-%{version}.tar.gz
 BuildRequires:  apache-rex
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
+BuildRequires:  pkgconfig(openssl)
 %apache_rex_deps
 Requires:       %{apache_mmn}
 Requires:       %{apache_suse_maintenance_mmn}
 Provides:       otptool = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1100
-BuildRequires:  libopenssl-devel
-BuildRequires:  openssl
-%else
-BuildRequires:  openssl-devel
-%endif
 
 %description
 mod_authn_otp is an Apache web server module for two-factor authentication
@@ -73,22 +67,22 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 install -d %{buildroot}%{apache_libexecdir}
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %check
 %apache_rex_check -m .libs/ -b . mod_authn_otp-basic
 
 %files
-%defattr(-,root,root,-)
+%license LICENSE
+%doc CHANGES README users.sample
 %{apache_libexecdir}/%{mod_name}.so
 %{_bindir}/otptool
 %{_bindir}/genotpurl
 %{_mandir}/man1/otptool.1.gz
 %{_mandir}/man1/genotpurl.1.gz
-%doc CHANGES LICENSE README users.sample
 
 %changelog

Reply via email to