Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package adcli for openSUSE:Factory checked 
in at 2021-04-10 15:26:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adcli (Old)
 and      /work/SRC/openSUSE:Factory/.adcli.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adcli"

Sat Apr 10 15:26:21 2021 rev:4 rq:881828 version:0.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/adcli/adcli.changes      2019-12-25 
10:55:09.109635892 +0100
+++ /work/SRC/openSUSE:Factory/.adcli.new.2401/adcli.changes    2021-04-10 
15:26:48.474338266 +0200
@@ -1,0 +2,18 @@
+Mon Mar 22 22:45:53 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 0.9.1:
+  * tools: add show-computer command
+  * add description option to join and update
+  * Use GSS-SPNEGO if available
+  * add option use-ldaps
+  * tools: disable SSSD's locator plugin
+  * doc: explain required AD permissions
+  * computer: add create-msa sub-command
+  * Add account-disable option
+  * fix coredump in discovery (boo#1183870)
+- use upstream bootstrapped tarball
+- add upstream signing key and validate source signature
+- use strict build
+- run tests
+
+-------------------------------------------------------------------

Old:
----
  _service
  adcli-0.9.0+git.0.1b15280.tar.gz

New:
----
  adcli-0.9.1.tar.gz
  adcli-0.9.1.tar.gz.sig
  adcli.keyring

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

Other differences:
------------------
++++++ adcli.spec ++++++
--- /var/tmp/diff_new_pack.vVhPEs/_old  2021-04-10 15:26:49.634339631 +0200
+++ /var/tmp/diff_new_pack.vVhPEs/_new  2021-04-10 15:26:49.638339636 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adcli
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,19 @@
 #
 
 
+%define filehash 30880d967e79cee789194435e70fbf30
+%define sighash 1075c948917caa32464c15ec9b6c5caf
 Name:           adcli
-Version:        0.9.0+git.0.1b15280
+Version:        0.9.1
 Release:        0
 Summary:        Tool for performing actions on an Active Directory domain
 License:        LGPL-2.0-or-later
 Group:          Productivity/Networking/Other
 URL:            https://gitlab.freedesktop.org/realmd/adcli
-Source0:        %{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
+Source0:        
https://gitlab.freedesktop.org/sbose/adcli/uploads/%{filehash}/%{name}-%{version}.tar.gz
+Source2:        
https://gitlab.freedesktop.org/sbose/adcli/uploads/%{sighash}/%{name}-%{version}.tar.gz.sig
+# 
https://keys.openpgp.org/vks/v1/by-fingerprint/4A21C23848CDC107F487939849236C40EE9D57EB
+Source3:        %{name}.keyring
 BuildRequires:  libxslt-tools
 BuildRequires:  openldap2-devel
 BuildRequires:  pkgconfig
@@ -53,17 +55,20 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure --disable-static \
-           --disable-silent-rules
-make %{?_smp_mflags}
+%configure \
+       --disable-static \
+       --disable-silent-rules \
+       --enable-strict
+%make_build
 
 %install
 %make_install
-
 # Remove zero-length file.
 rm %{buildroot}/%{_datadir}/doc/%{name}/adcli-docs.proc
 
+%check
+%make_build check
+
 %files
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README
@@ -71,6 +76,7 @@
 %{_mandir}/man8/adcli.8%{?ext_man}
 
 %files doc
+%license COPYING
 %doc %{_datadir}/doc/%{name}
 
 %changelog

++++++ adcli-0.9.0+git.0.1b15280.tar.gz -> adcli-0.9.1.tar.gz ++++++
++++ 54363 lines of diff (skipped)

Reply via email to