Updated to upstream 0.16.1

Resolves rhbz#1231128
This commit is contained in:
Stef Walter 2015-07-14 20:55:36 +02:00
parent 9022c2a9f9
commit a2126811ad
4 changed files with 11 additions and 34 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/*.rpm
/x86_64
/realmd-0.16.0.tar.gz
/realmd-0.16.1.tar.gz

View File

@ -1,29 +0,0 @@
From 798aa84cf45fae4b4f78d4abda9d992fb3e8d062 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh@redhat.com>
Date: Thu, 9 Apr 2015 16:30:15 -0400
Subject: [PATCH] Fedora: fix package of /usr/bin/net
---
service/realmd-redhat.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service/realmd-redhat.conf b/service/realmd-redhat.conf
index e0bfbf55dcf05dd1dd1f7ff650099f33033e3aa9..e39fad525c716d1ed99715280cd5d497b9039427 100644
--- a/service/realmd-redhat.conf
+++ b/service/realmd-redhat.conf
@@ -1,11 +1,11 @@
# Distro specific overrides for redhat
[paths]
smb.conf = /etc/samba/smb.conf
[samba-packages]
-samba-common = /usr/bin/net
+samba-common-tools = /usr/bin/net
[winbind-packages]
samba-winbind = /usr/sbin/winbindd
samba-winbind-clients = /usr/bin/wbinfo
oddjob = /usr/sbin/oddjobd
--
2.3.4

View File

@ -1,6 +1,11 @@
Name: realmd
<<<<<<< HEAD
Version: 0.16.0
Release: 2%{?dist}
=======
Version: 0.16.1
Release: 1%{?dist}
>>>>>>> 9fe4111... Updated to upstream 0.16.1
Summary: Kerberos realm enrollment service
License: LGPLv2+
URL: http://cgit.freedesktop.org/realmd/realmd/
@ -18,9 +23,6 @@ BuildRequires: xmlto
Requires: authconfig
Patch0001: 0001-Fedora-fix-package-of-usr-bin-net.patch
%description
realmd is a DBus system service which manages discovery and enrollment in realms
and domains like Active Directory or IPA. The control center uses realmd as the
@ -37,7 +39,6 @@ applications that use %{name}.
%prep
%setup -q
%patch0001 -p1
%build
%configure --disable-silent-rules
@ -71,6 +72,10 @@ make install DESTDIR=%{buildroot}
%doc ChangeLog
%changelog
* Tue Jul 14 2015 Stef Walter <stefw@redhat.com> - 0.16.1-1
- Updated to upstream 0.16.1
- Resolves: rhbz#1231128
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
0978c8021c865a6e6c7e7e71eb426484 realmd-0.16.0.tar.gz
050b87ca6bd1ed750f5b07fb458e3e85 realmd-0.16.1.tar.gz