Hello community, here is the log from the commit of package ads for openSUSE:Factory checked in at 2020-11-02 09:42:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ads (Old) and /work/SRC/openSUSE:Factory/.ads.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ads" Mon Nov 2 09:42:49 2020 rev:5 rq:845106 version:2.0+git.0.bdc680d Changes: -------- --- /work/SRC/openSUSE:Factory/ads/ads.changes 2020-02-13 10:12:35.296377299 +0100 +++ /work/SRC/openSUSE:Factory/.ads.new.3463/ads.changes 2020-11-02 09:43:21.509780636 +0100 @@ -1,0 +2,6 @@ +Fri Oct 30 20:12:41 UTC 2020 - dmul...@suse.com + +- Update to 2.0: + + Major rewrite uses samba python bindings for most commands + +------------------------------------------------------------------- Old: ---- ads-1.5+git.6.ae0dafd.tar.bz2 New: ---- ads-2.0+git.0.bdc680d.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ads.spec ++++++ --- /var/tmp/diff_new_pack.GG5IDO/_old 2020-11-02 09:43:23.345782397 +0100 +++ /var/tmp/diff_new_pack.GG5IDO/_new 2020-11-02 09:43:23.345782397 +0100 @@ -17,30 +17,38 @@ Name: ads -Version: 1.5+git.6.ae0dafd +Version: 2.0+git.0.bdc680d Release: 0 Summary: Swiss army knife for samba License: GPL-3.0-only -URL: http://www.github.com/dmulder/ads +Group: Productivity/Networking/Samba +URL: https://github.com/suse-samba-tools/ads Source: %{name}-%{version}.tar.bz2 +BuildArch: noarch Requires: krb5-client Requires: ntp Requires: python3-dnspython -Requires: python3-ldap +Requires: python3-ldb Requires: python3-netifaces +Requires: python3-psutil Requires: python3-python-pam Requires: samba-client +Requires: samba-dsdb-modules Requires: samba-python3 BuildRequires: autoconf BuildRequires: automake BuildRequires: python3 +%if 0%{?sle_version} > 150100 BuildRequires: python3-argparse-manpage +%endif BuildRequires: python3-dnspython -BuildRequires: python3-ldap +BuildRequires: python3-ldb BuildRequires: python3-netifaces +BuildRequires: python3-psutil BuildRequires: python3-python-pam -BuildRequires: python3-setuptools BuildRequires: samba-python3 +Provides: vasclnt +Provides: vastool %description Active Directory services tool for samba. @@ -56,14 +64,29 @@ %build autoreconf -if %configure +%if 0%{?sle_version} <= 150100 +pushd src +%endif make +%if 0%{?sle_version} <= 150100 +popd +%endif %install +%if 0%{?sle_version} <= 150100 +pushd src +%endif %make_install +%if 0%{?sle_version} <= 150100 +popd +%endif %files %defattr(-,root,root) %{_bindir}/ads +%{_bindir}/vastool +%if 0%{?sle_version} > 150100 %{_mandir}/man1/ads.1* +%endif %changelog ++++++ ads-1.5+git.6.ae0dafd.tar.bz2 -> ads-2.0+git.0.bdc680d.tar.bz2 ++++++ ++++ 2140 lines of diff (skipped)