[rolekit] New Database Server Role

Stephen Gallagher sgallagh at fedoraproject.org
Sat Feb 21 01:08:06 UTC 2015


commit 08e86aefea433604053433bd9c931d6c00a05e7e
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Feb 20 20:07:53 2015 -0500

    New Database Server Role
    
    - Enhancements to async.py for impersonation and passing stdin

 .gitignore   |  2 ++
 rolekit.spec | 12 ++++++++----
 sources      |  2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f4ed01..372e886 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
 /rolekit-0.1.0.tar.bz2
 /rolekit-0.1.1.tar.bz2
 /rolekit-0.1.2.tar.bz2
+/rolekit-0.2.0.tar.bz2
+/rolekit-0.2.1.tar.bz2
diff --git a/rolekit.spec b/rolekit.spec
index 66cb4d8..c21faf4 100644
--- a/rolekit.spec
+++ b/rolekit.spec
@@ -1,6 +1,6 @@
 Summary: A server daemon with D-Bus interface providing a server roles
 Name: rolekit
-Version: 0.1.2
+Version: 0.2.1
 Release: 1%{?dist}
 URL: http://fedorahosted.org/rolekit
 License: GPLv2+
@@ -46,9 +46,6 @@ make install DESTDIR=%{buildroot}
 %{__mv} $RPM_BUILD_ROOT/%{_prefix}/lib/rolekit/roles/testrole \
         $RPM_BUILD_ROOT/%{_docdir}/examples/
 
-# Until it is complete, remove the database server role
-%{__rm} -Rf $RPM_BUILD_ROOT/%{_prefix}/lib/rolekit/roles/databaseserver
-
 #%find_lang %{name} --all-name
 
 %post
@@ -73,6 +70,9 @@ make install DESTDIR=%{buildroot}
 %dir %{_prefix}/lib/rolekit/roles
 %{_prefix}/lib/rolekit/roles/domaincontroller/*.py*
 
+%{_prefix}/lib/rolekit/roles/databaseserver/*.py*
+%{_prefix}/lib/rolekit/roles/databaseserver/tools/rk_db_setpwd.py*
+
 %config(noreplace) %{_sysconfdir}/sysconfig/rolekit
 %{_unitdir}/rolekit.service
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/rolekit1.conf
@@ -95,6 +95,10 @@ make install DESTDIR=%{buildroot}
 
 
 %changelog
+* Fri Feb 20 2015 Stephen Gallagher <sgallagh at redhat.com> 0.2.1-1
+- New Database Server Role
+- Enhancements to async.py for impersonation and passing stdin
+
 * Mon Nov 17 2014 Stephen Gallagher <sgallagh at redhat.com> 0.1.2-1
 - Allow role plugins to offer multiple instances.
 - No longer leaves an instance behind if setting validation fails.
diff --git a/sources b/sources
index 76eeaaf..2dfb763 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2f4c52e86ae0ae7f35df7442791cf82  rolekit-0.1.2.tar.bz2
+bd2fb69f6f109cc11de477484a41e403  rolekit-0.2.1.tar.bz2


More information about the scm-commits mailing list