From a1b07ac3be04a12298d0a232f036a0d36ed68bef9334e21346969f8b959aa10e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Jan 2023 15:13:02 +0000 Subject: [PATCH] - update to 0.17.1: * Kerberos: use fewer attributes for g_file_query_info() [gfo#36] * service: use name instead of IP address with ad_server [rhbz#2129050] * tools: add --do-not-touch-config option for AD [gfo#30] * Use autoreconf and gettext * samba: use new Samba-4.15 command line options [rhbz#2028530] * syslog: avoid duplicate log messages [rhbz#2024248] * ldap: add socket timeout [rhbz#1817869] * Use target arch pkg-config to fix cross compilation [gfo#35] * doc: add computer-name to realm man page * configure: update some macros for autoconf-2.71 * build: add --with-vendor-error-message configure option [rhbz#1889386] * distro: use authselect on Red Hat platforms OBS-URL: https://build.opensuse.org/package/show/network/realmd?expand=0&rev=16 --- realmd-0.17.0.tar.bz2 | 3 --- realmd-0.17.1.tar.bz2 | 3 +++ realmd.changes | 17 +++++++++++++++++ realmd.spec | 10 +++++----- 4 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 realmd-0.17.0.tar.bz2 create mode 100644 realmd-0.17.1.tar.bz2 diff --git a/realmd-0.17.0.tar.bz2 b/realmd-0.17.0.tar.bz2 deleted file mode 100644 index 963fdf8..0000000 --- a/realmd-0.17.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a18ce385862101d734c1382560acc2f10dbeb465d03c587cb80707321634d628 -size 306453 diff --git a/realmd-0.17.1.tar.bz2 b/realmd-0.17.1.tar.bz2 new file mode 100644 index 0000000..13ac629 --- /dev/null +++ b/realmd-0.17.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b514bdb6fe93a72fbc7fd796665d7476615d8ba0c7b61436771951316c333e6a +size 315250 diff --git a/realmd.changes b/realmd.changes index 95c1d87..e879b7b 100644 --- a/realmd.changes +++ b/realmd.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 28 15:12:39 UTC 2023 - Dirk Müller + +- update to 0.17.1: + * Kerberos: use fewer attributes for g_file_query_info() [gfo#36] + * service: use name instead of IP address with ad_server [rhbz#2129050] + * tools: add --do-not-touch-config option for AD [gfo#30] + * Use autoreconf and gettext + * samba: use new Samba-4.15 command line options [rhbz#2028530] + * syslog: avoid duplicate log messages [rhbz#2024248] + * ldap: add socket timeout [rhbz#1817869] + * Use target arch pkg-config to fix cross compilation [gfo#35] + * doc: add computer-name to realm man page + * configure: update some macros for autoconf-2.71 + * build: add --with-vendor-error-message configure option [rhbz#1889386] + * distro: use authselect on Red Hat platforms + ------------------------------------------------------------------- Fri May 7 11:10:12 UTC 2021 - Ferdinand Thiessen diff --git a/realmd.spec b/realmd.spec index 225a2c8..72b5579 100644 --- a/realmd.spec +++ b/realmd.spec @@ -1,7 +1,7 @@ # # spec file for package realmd # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: realmd -Version: 0.17.0 +Version: 0.17.1 Release: 0 Summary: AD integration detection License: LGPL-2.1-or-later @@ -32,6 +32,7 @@ BuildRequires: intltool BuildRequires: libpackagekit-glib2-devel BuildRequires: libtool BuildRequires: openldap2-devel +BuildRequires: pkgconfig BuildRequires: polkit-devel BuildRequires: xmlto BuildRequires: pkgconfig(krb5) @@ -88,7 +89,6 @@ fi %service_del_postun %{name}.service %files -%defattr(-,root,root) %{_sbindir}/realm %{_sbindir}/rc%{name} %{_unitdir}/realmd.service @@ -99,8 +99,8 @@ fi %{_datadir}/polkit-1/actions/org.freedesktop.realmd.policy %{_datadir}/doc/realmd -%{_mandir}/man5/realmd.conf.5%{ext_man} -%{_mandir}/man8/realm.8%{ext_man} +%{_mandir}/man5/realmd.conf.5%{?ext_man} +%{_mandir}/man8/realm.8%{?ext_man} %files lang -f %{name}.lang