From 02665a6a9869cfcfa8fae414a31d2347006aa283c625beb8bc529f8268a5395c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 23 Dec 2019 11:56:16 +0000 Subject: [PATCH] Accepting request 749990 from home:scabrero:branches:network:ldap Update to 0.9.0 OBS-URL: https://build.opensuse.org/request/show/749990 OBS-URL: https://build.opensuse.org/package/show/network:ldap/adcli?expand=0&rev=12 --- _service | 22 ++++++++++++++++++++++ adcli-0.8.2.tar.gz | 3 --- adcli-0.8.2.tar.gz.sig | Bin 72 -> 0 bytes adcli-0.9.0+git.0.1b15280.tar.gz | 3 +++ adcli.changes | 15 +++++++++++++++ adcli.spec | 13 ++++++++----- 6 files changed, 48 insertions(+), 8 deletions(-) create mode 100644 _service delete mode 100644 adcli-0.8.2.tar.gz delete mode 100644 adcli-0.8.2.tar.gz.sig create mode 100644 adcli-0.9.0+git.0.1b15280.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..100a94d --- /dev/null +++ b/_service @@ -0,0 +1,22 @@ + + + https://gitlab.freedesktop.org/realmd/adcli.git + git + 0.9.0 + @PARENT_TAG@+git.@TAG_OFFSET@.%h + adcli + .git + + + + *.tar + gz + + + + adcli + adcli.spec + + + + diff --git a/adcli-0.8.2.tar.gz b/adcli-0.8.2.tar.gz deleted file mode 100644 index 2e117c9..0000000 --- a/adcli-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72f6db406e35d96de2bdc413a5ed69f28a4a735c08670c6556713c3f83921aa4 -size 467168 diff --git a/adcli-0.8.2.tar.gz.sig b/adcli-0.8.2.tar.gz.sig deleted file mode 100644 index b09aa8b037e867704adb59584c8a0f9fd4c28f5dfe7b2ab8e9c8eb105450abee..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#~0wsQ?NI5PSO(2-zoPuUa_(pGm}TQtA_C2nJwI1{U diff --git a/adcli-0.9.0+git.0.1b15280.tar.gz b/adcli-0.9.0+git.0.1b15280.tar.gz new file mode 100644 index 0000000..c65ce37 --- /dev/null +++ b/adcli-0.9.0+git.0.1b15280.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4b9270a97094f6f4de0ef28f1d203db591427d05c1d542f76df4448b406a3a +size 102344 diff --git a/adcli.changes b/adcli.changes index 59ded4f..373fabc 100644 --- a/adcli.changes +++ b/adcli.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Tue Oct 2 09:41:47 UTC 2018 - Jan Engelhardt diff --git a/adcli.spec b/adcli.spec index 1056e07..c476a33 100644 --- a/adcli.spec +++ b/adcli.spec @@ -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 @@ This package contains the documentation for adcli. %setup -q %build +NOCONFIGURE=1 ./autogen.sh %configure --disable-static \ --disable-silent-rules make %{?_smp_mflags}