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.changes 2019-12-25 10:55:09.109635892 +0100 @@ -1,0 +2,15 @@ +Wed Nov 20 15:41:09 UTC 2019 - Samuel Cabrero <[email protected]> + +- 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 ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://gitlab.freedesktop.org/realmd/adcli.git</param> <param name="scm">git</param> <param name="revision">0.9.0</param> <param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param> <param name="filename">adcli</param> <param name="exclude">.git</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="disabled"> <param name="basename">adcli</param> <param name="file">adcli.spec</param> </service> <service name="source_validator" mode="disabled"/> </services>
