commit adcli for openSUSE:Factory

2019-12-25 Thread root
Hello community,

here is the log from the commit of package adcli for openSUSE:Factory checked 
in at 2019-12-25 10:54:42

Comparing /work/SRC/openSUSE:Factory/adcli (Old)
 and  /work/SRC/openSUSE:Factory/.adcli.new.6675 (New)


Package is "adcli"

Wed Dec 25 10:54:42 2019 rev:3 rq:758975 version:0.9.0+git.0.1b15280

Changes:

--- /work/SRC/openSUSE:Factory/adcli/adcli.changes  2018-11-12 
09:45:37.512809431 +0100
+++ /work/SRC/openSUSE:Factory/.adcli.new.6675/adcli.changes2019-12-25 
10:55:09.109635892 +0100
@@ -1,0 +2,15 @@
+Wed Nov 20 15:41:09 UTC 2019 - Samuel Cabrero 
+
+- Update to version 0.9.0+git.0.1b15280:
+  * Release version 0.9.0
+  * doc: add missing samba_data_tool_path.xml(.in) to EXTRA_DIST
+  * doc: explain how to force password reset
+  * Do not use arcfour-hmac-md5 when discovering the salt
+  * Fix for issue found by Coverity
+  * adenroll: use only enctypes permitted by Kerberos config
+  * adenroll: add adcli_enroll_get_permitted_keytab_enctypes with tests
+  * adconn: add adcli_conn_set_krb5_context
+  * adenroll: make sure only allowed enctypes are used in FIPS mode
+  * tools: computer - remove errx from parse_option
+
+---

Old:

  adcli-0.8.2.tar.gz
  adcli-0.8.2.tar.gz.sig

New:

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



Other differences:
--
++ adcli.spec ++
--- /var/tmp/diff_new_pack.1cNTcx/_old  2019-12-25 10:55:09.573636037 +0100
+++ /var/tmp/diff_new_pack.1cNTcx/_new  2019-12-25 10:55:09.573636037 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adcli
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
 
 
 Name:   adcli
-Version:0.8.2
+Version:0.9.0+git.0.1b15280
 Release:0
 Summary:Tool for performing actions on an Active Directory domain
 License:LGPL-2.0-or-later
 Group:  Productivity/Networking/Other
-URL:http://cgit.freedesktop.org/realmd/adcli
-Source0:
http://www.freedesktop.org/software/realmd/releases/%{name}-%{version}.tar.gz
-Source1:
http://www.freedesktop.org/software/realmd/releases/%{name}-%{version}.tar.gz.sig
+URL:https://gitlab.freedesktop.org/realmd/adcli
+Source0:%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  libxslt-tools
 BuildRequires:  openldap2-devel
 BuildRequires:  pkgconfig
@@ -51,6 +53,7 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static \
--disable-silent-rules
 make %{?_smp_mflags}

++ _service ++


https://gitlab.freedesktop.org/realmd/adcli.git
git
0.9.0
@PARENT_TAG@+git.@TAG_OFFSET@.%h
adcli
.git



*.tar
gz



adcli
adcli.spec







commit adcli for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package adcli for openSUSE:Factory checked 
in at 2018-11-12 09:45:03

Comparing /work/SRC/openSUSE:Factory/adcli (Old)
 and  /work/SRC/openSUSE:Factory/.adcli.new (New)


Package is "adcli"

Mon Nov 12 09:45:03 2018 rev:2 rq:648242 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/adcli/adcli.changes  2018-10-02 
19:49:45.689685076 +0200
+++ /work/SRC/openSUSE:Factory/.adcli.new/adcli.changes 2018-11-12 
09:45:37.512809431 +0100
@@ -1,0 +2,6 @@
+Tue Oct  2 09:41:47 UTC 2018 - Jan Engelhardt 
+
+- Make doc noarch and stop requiring packages that are not
+  technically needed.
+
+---



Other differences:
--
++ adcli.spec ++
--- /var/tmp/diff_new_pack.2YqyZf/_old  2018-11-12 09:45:38.844807407 +0100
+++ /var/tmp/diff_new_pack.2YqyZf/_new  2018-11-12 09:45:38.844807407 +0100
@@ -39,7 +39,7 @@
 %package doc
 Summary:Documentation for adcli
 Group:  Documentation/Other
-Requires:   %{name} = %{version}
+BuildArch:  noarch
 
 %description doc
 A command line tool that can perform actions in an Active Directory domain.