forked from pool/adcli
Accepting request 758975 from network:ldap
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/758975 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adcli?expand=0&rev=3
This commit is contained in:
commit
c230356e82
22
_service
Normal file
22
_service
Normal file
@ -0,0 +1,22 @@
|
||||
<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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72f6db406e35d96de2bdc413a5ed69f28a4a735c08670c6556713c3f83921aa4
|
||||
size 467168
|
Binary file not shown.
3
adcli-0.9.0+git.0.1b15280.tar.gz
Normal file
3
adcli-0.9.0+git.0.1b15280.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c4b9270a97094f6f4de0ef28f1d203db591427d05c1d542f76df4448b406a3a
|
||||
size 102344
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 15:41:09 UTC 2019 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
13
adcli.spec
13
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}
|
||||
|
Loading…
Reference in New Issue
Block a user