From e725491992011478485abb07ba661818bf04f18b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 25 Apr 2022 13:07:59 +0200 Subject: [PATCH] Fix detction for new samba commandline options resolves rhbz#2078447 --- realmd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/realmd.spec b/realmd.spec index 3291c32..8cbf267 100644 --- a/realmd.spec +++ b/realmd.spec @@ -1,6 +1,6 @@ Name: realmd Version: 0.17.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Kerberos realm enrollment service License: LGPLv2+ URL: https://gitlab.freedesktop.org/realmd/realmd @@ -35,6 +35,7 @@ BuildRequires: systemd-devel BuildRequires: libxslt BuildRequires: xmlto BuildRequires: python3 +BuildRequires: samba-common-tools Requires: authselect Requires: polkit @@ -105,6 +106,9 @@ make install DESTDIR=%{buildroot} %doc ChangeLog %changelog +* Mon Apr 25 2022 Andreas Schneider - 0.17.0-10 +- resolves rhbz#2078447 - Fix detction for new samba commandline options + * Fri Jan 21 2022 Fedora Release Engineering - 0.17.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild