Hello community, here is the log from the commit of package ads for openSUSE:Factory checked in at 2019-06-12 13:10:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ads (Old) and /work/SRC/openSUSE:Factory/.ads.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ads" Wed Jun 12 13:10:22 2019 rev:3 rq:696798 version:1.5+git.6.ae0dafd Changes: -------- --- /work/SRC/openSUSE:Factory/ads/ads.changes 2018-03-08 10:58:01.316202634 +0100 +++ /work/SRC/openSUSE:Factory/.ads.new.4811/ads.changes 2019-06-12 13:10:26.781059084 +0200 @@ -1,0 +2,8 @@ +Thu Feb 14 15:43:30 UTC 2019 - [email protected] + +- Update to 1.5: + + Update to python3. + + ads differs between architectures; (bsc#1109536) + + add a man page + +------------------------------------------------------------------- Old: ---- v1.4.tar.gz New: ---- _service ads-1.5+git.6.ae0dafd.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ads.spec ++++++ --- /var/tmp/diff_new_pack.Jp8CZ5/_old 2019-06-12 13:10:27.421058413 +0200 +++ /var/tmp/diff_new_pack.Jp8CZ5/_new 2019-06-12 13:10:27.425058408 +0200 @@ -1,7 +1,7 @@ # # spec file for package ads # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: ads -Version: 1.4 +Version: 1.5+git.6.ae0dafd Release: 0 Summary: Swiss army knife for samba -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Networking/Samba Url: http://www.github.com/dmulder/ads -Source: https://github.com/dmulder/ads/archive/v%{version}.tar.gz -BuildArch: noarch +Source: %{name}-%{version}.tar.bz2 Requires: krb5-client -Requires: python-dnspython -Requires: python-ldap -Requires: python-netifaces -Requires: python-python-pam +Requires: ntp +Requires: python3-dnspython +Requires: python3-ldap +Requires: python3-netifaces +Requires: python3-python-pam Requires: samba-client -Requires: samba-python +Requires: samba-python3 BuildRequires: autoconf BuildRequires: automake -BuildRequires: python +BuildRequires: python3 +BuildRequires: python3-argparse-manpage +BuildRequires: python3-dnspython +BuildRequires: python3-ldap +BuildRequires: python3-netifaces +BuildRequires: python3-python-pam +BuildRequires: samba-python3 %description Active Directory services tool for samba. @@ -53,13 +59,11 @@ make %install -make DESTDIR=$RPM_BUILD_ROOT install - -%clean -%{__rm} -rf $RPM_BUILD_ROOT +%make_install %files %defattr(-,root,root) %{_bindir}/ads +%{_mandir}/man1/ads.1* %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/dmulder/ads.git</param> <param name="scm">git</param> <param name="revision">master</param> <param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param> <param name="versionrewrite-pattern">ads(.*)</param> <param name="versionrewrite-replacement">\1</param> <param name="filename">ads</param> <param name="exclude">.git</param> </service> <service name="extract_file" mode="disabled"> <param name="archive">ads*.tar</param> <param name="files">ads-*/package/ads.changes</param> <param name="files">ads-*/package/ads.spec</param> </service> <service name="set_version" mode="disabled"> <param name="basename">ads</param> <param name="regex">^ads-([^/]+)</param> <param name="file">ads.spec</param> </service> <service name="set_version" mode="disabled"> <param name="basename">ads</param> <param name="regex">^ads-([^/]+)</param> <param name="file">ads.changes</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">bz2</param> </service> </services>
