Update to upstream 0.14.3 point release
This commit is contained in:
parent
df726201fe
commit
f3300b26d1
@ -1,47 +0,0 @@
|
||||
From 795b6fdc7a2018bd10ab134f4b23959b6b8073e0 Mon Sep 17 00:00:00 2001
|
||||
From: Stef Walter <stefw@redhat.com>
|
||||
Date: Thu, 6 Jun 2013 17:23:03 +0200
|
||||
Subject: [PATCH] redhat: Add dependency on oddjobd
|
||||
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=969441
|
||||
---
|
||||
service/realmd-redhat.conf | 6 ++++--
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/service/realmd-redhat.conf b/service/realmd-redhat.conf
|
||||
index f64c580..4cee676 100644
|
||||
--- a/service/realmd-redhat.conf
|
||||
+++ b/service/realmd-redhat.conf
|
||||
@@ -8,9 +8,13 @@ samba-common = /usr/bin/net
|
||||
[winbind-packages]
|
||||
samba-winbind = /usr/sbin/winbindd
|
||||
samba-winbind-clients = /usr/bin/wbinfo
|
||||
+oddjob = /usr/sbin/oddjobd
|
||||
+oddjob-mkhomedir = /usr/libexec/oddjob/mkhomedir
|
||||
|
||||
[sssd-packages]
|
||||
sssd = /usr/sbin/sssd
|
||||
+oddjob = /usr/sbin/oddjobd
|
||||
+oddjob-mkhomedir = /usr/libexec/oddjob/mkhomedir
|
||||
|
||||
[adcli-packages]
|
||||
adcli = /usr/sbin/adcli
|
||||
@@ -19,7 +23,6 @@ adcli = /usr/sbin/adcli
|
||||
freeipa-client = /usr/sbin/ipa-client-install
|
||||
|
||||
[commands]
|
||||
-# HACK: Hack around authconfig bug: https://bugzilla.redhat.com/show_bug.cgi?id=964971
|
||||
winbind-enable-logins = /usr/bin/sh -c "/usr/sbin/authconfig --update --enablewinbind --enablewinbindauth --enablemkhomedir --nostart && /usr/bin/systemctl enable oddjobd.service"
|
||||
winbind-disable-logins = /usr/sbin/authconfig --update --disablewinbind --disablewinbindauth --nostart
|
||||
winbind-enable-service = /usr/bin/systemctl enable winbind.service
|
||||
@@ -27,7 +30,6 @@ winbind-disable-service = /usr/bin/systemctl disable winbind.service
|
||||
winbind-restart-service = /usr/bin/systemctl restart winbind.service
|
||||
winbind-stop-service = /usr/bin/systemctl stop winbind.service
|
||||
|
||||
-# HACK: Hack around oddjobd bug: https://bugzilla.redhat.com/show_bug.cgi?id=964971
|
||||
sssd-enable-logins = /usr/bin/sh -c "/usr/sbin/authconfig --update --enablesssd --enablesssdauth --enablemkhomedir --nostart && /usr/bin/systemctl enable oddjobd.service"
|
||||
sssd-disable-logins = /usr/sbin/authconfig --update --disablesssdauth --nostart
|
||||
sssd-enable-service = /usr/bin/systemctl enable sssd.service
|
||||
--
|
||||
1.8.2.1
|
||||
|
||||
18
realmd.spec
18
realmd.spec
@ -1,11 +1,10 @@
|
||||
Name: realmd
|
||||
Version: 0.14.2
|
||||
Release: 5%{?dist}
|
||||
Version: 0.14.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Kerberos realm enrollment service
|
||||
License: LGPLv2+
|
||||
URL: http://cgit.freedesktop.org/realmd/realmd/
|
||||
Source0: http://www.freedesktop.org/software/realmd/releases/realmd-%{version}.tar.gz
|
||||
Patch0: 0001-redhat-Add-dependency-on-oddjobd.patch
|
||||
|
||||
BuildRequires: intltool pkgconfig
|
||||
BuildRequires: gettext-devel
|
||||
@ -36,7 +35,6 @@ applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules
|
||||
@ -71,6 +69,18 @@ make install DESTDIR=%{buildroot}
|
||||
%doc %{_datadir}/doc/realmd/
|
||||
|
||||
%changelog
|
||||
* Wed Aug 07 2013 Stef Walter <stefw@redhot.com> - 0.14.3-1
|
||||
- Update to upstream 0.14.3 point release
|
||||
- Populate LoginFormats correctly [#961442]
|
||||
- Documentation clarifications
|
||||
- Set sssd.conf default_shell per domain
|
||||
- Notify in terminal output when installing packages
|
||||
- If joined via adcli, delete computer with adcli too [#961244]
|
||||
- If input is not a tty, read from stdin without getpass() [#983153]
|
||||
- Configure pam_winbind.conf appropriately [#983153]
|
||||
- Refer to FreeIPA as IPA
|
||||
- Support use of kerberos ccache to join when winbind
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user