- 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
This commit is contained in:
parent
293fdb0bdb
commit
a1b07ac3be
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a18ce385862101d734c1382560acc2f10dbeb465d03c587cb80707321634d628
|
||||
size 306453
|
3
realmd-0.17.1.tar.bz2
Normal file
3
realmd-0.17.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b514bdb6fe93a72fbc7fd796665d7476615d8ba0c7b61436771951316c333e6a
|
||||
size 315250
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 28 15:12:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <rpm@fthiessen.de>
|
||||
|
||||
|
10
realmd.spec
10
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user