[realmd/f19] Update to upstream 0.14.3 point release

Stef Walter stefw at fedoraproject.org
Mon Jul 22 16:25:55 UTC 2013


commit c8e74185bf220aee8361f347f8e70ccff5f778f8
Author: Stef Walter <stefw at redhat.com>
Date:   Mon Jul 22 18:13:21 2013 +0200

    Update to upstream 0.14.3 point release

 0001-redhat-Add-dependency-on-oddjobd.patch |   47 ---------------------------
 realmd.spec                                 |   20 ++++++++---
 sources                                     |    2 +-
 3 files changed, 16 insertions(+), 53 deletions(-)
---
diff --git a/realmd.spec b/realmd.spec
index 5b4c311..61fee2f 100644
--- a/realmd.spec
+++ b/realmd.spec
@@ -1,11 +1,10 @@
 Name:		realmd
-Version:	0.14.2
-Release:	3%{?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,10 +35,9 @@ applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%configure
+%configure --disable-silent-rules
 make %{?_smp_mflags}
 
 %check
@@ -71,6 +69,18 @@ make install DESTDIR=%{buildroot}
 %doc %{_datadir}/doc/realmd/
 
 %changelog
+* Mon Jul 22 2013 Stef Walter <stefw at redhat.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
+
 * Tue Jun 11 2013 Stef Walter <stefw at redhat.com> - 0.14.2-3
 - Run test suite when building the package
 - Fix rpmlint errors
diff --git a/sources b/sources
index 226df86..30b4148 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6182863f36dac2f02baf8aa84e03fffb  realmd-0.14.2.tar.gz
+74939016932581e4084c9e509a2ea4c4  realmd-0.14.3.tar.gz


More information about the scm-commits mailing list