Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package realmd for openSUSE:Factory checked in at 2021-05-11 23:04:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/realmd (Old) and /work/SRC/openSUSE:Factory/.realmd.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "realmd" Tue May 11 23:04:22 2021 rev:5 rq:892221 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/realmd/realmd.changes 2020-10-14 15:40:41.394393784 +0200 +++ /work/SRC/openSUSE:Factory/.realmd.new.2988/realmd.changes 2021-05-11 23:04:32.624852761 +0200 @@ -1,0 +2,21 @@ +Fri May 7 11:10:12 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 0.17 + + Use current idmap options for smb.conf + + Find NetBIOS name in keytab while leaving + + Work properly with Python 3 + + discover: try to get domain name from hostname + + Set 'NEWEST' flag when resolving packages with PackageKit + + service: use "kerberos method" "secrets and keytab" + + Use startTLS with FreeIPA + + service: use 'additional dns hostnames' with net ads join + + Fix pam misconfiguration for SUSE systems + + Kerberos: add default_domain and udp_preference_limit + + tools: add --use-ldaps option for discover, join and leave + + Fix nsswitch handling when joining and leaving domain for + suse distro + + paths: install realmd in libexecdir + + tools: enforce absolute path for install option +- Drop upstream fixed 0001-suse-pam-settings.patch + +------------------------------------------------------------------- Old: ---- 0001-suse-pam-settings.patch realmd-0.16.3.tar.gz New: ---- realmd-0.17.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ realmd.spec ++++++ --- /var/tmp/diff_new_pack.FlyfkL/_old 2021-05-11 23:04:33.100850590 +0200 +++ /var/tmp/diff_new_pack.FlyfkL/_new 2021-05-11 23:04:33.104850571 +0200 @@ -1,7 +1,7 @@ # # spec file for package realmd # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,13 @@ Name: realmd -Version: 0.16.3 +Version: 0.17.0 Release: 0 Summary: AD integration detection License: LGPL-2.1-or-later Group: System/GUI/GNOME -URL: http://www.freedesktop.org/software/realmd -Source: http://www.freedesktop.org/software/realmd/releases/%{name}-%{version}.tar.gz -Patch1: 0001-suse-pam-settings.patch - +URL: https://www.freedesktop.org/software/realmd/ +Source: https://gitlab.freedesktop.org/realmd/realmd/-/archive/%{version}/realmd-%{version}.tar.bz2 BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-tools @@ -57,13 +55,17 @@ %prep %setup -q -%autopatch -p1 %build +NOCONFIGURE=1 sh ./autogen.sh # krb5-config is hidden PATH=$PATH:%{_prefix}/lib/mit/bin -%configure --with-distro=suse --with-systemd-unit-dir=%{_unitdir} --with-systemd-journal=no -make %{?_smp_mflags} +%configure \ + --with-distro=suse \ + --with-systemd-journal=no \ + --with-systemd-unit-dir=%{_unitdir} \ + --with-private-dir=%{_libdir}/%{name} +%make_build %install %make_install @@ -90,7 +92,8 @@ %{_sbindir}/realm %{_sbindir}/rc%{name} %{_unitdir}/realmd.service -%{_prefix}/lib/realmd/ +%{_libexecdir}/%{name} +%{_libdir}/%{name}/ %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.realmd.conf %{_datadir}/dbus-1/system-services/org.freedesktop.realmd.service %{_datadir}/polkit-1/actions/org.freedesktop.realmd.policy ++++++ realmd-0.16.3.tar.gz -> realmd-0.17.0.tar.bz2 ++++++ ++++ 38560 lines of diff (skipped)
