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 b09aa8b..0000000 Binary files a/adcli-0.8.2.tar.gz.sig and /dev/null differ 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}