[rolekit/f21] * Mon Oct 13 2014 Thomas Woerner <twoerner at redhat.com> 0.1.0-1 - Update role instance state on roled

Thomas Woerner twoerner at fedoraproject.org
Mon Oct 13 18:39:49 UTC 2014


commit bc37f77545e8860daec0ba2cc57ef632559a41fc
Author: Thomas Woerner <twoerner at redhat.com>
Date:   Mon Oct 13 20:39:19 2014 +0200

    * Mon Oct 13 2014 Thomas Woerner <twoerner at redhat.com> 0.1.0-1
    - Update role instance state on roled wakup.
    - New package and group installation during role deployment
    - RoleBase: Use systemd targets for start() and stop()
    - New support for systemd targets
    - RoleBase: Handle NULL types
    - Domain Controller: Export properties
    - Added missing requires for firewalld, systemd, NetworkManager and yum
    - New --settings-file option for rolectl, replaces --set option
    - New firewall handling
    - Property fixes, new property checks
    - Bug fixes

 .gitignore   |    1 +
 rolekit.spec |   19 ++++++++++++++++++-
 sources      |    2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b93d953..50688d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /rolekit-0.0.1.tar.bz2
 /rolekit-0.0.2.tar.bz2
 /rolekit-0.0.3.tar.bz2
+/rolekit-0.1.0.tar.bz2
diff --git a/rolekit.spec b/rolekit.spec
index e08bff0..71812a6 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.0.3
+Version: 0.1.0
 Release: 1%{?dist}
 URL: http://fedorahosted.org/rolekit
 License: GPLv2+
@@ -17,6 +17,10 @@ Requires: python-futures
 Requires: python-slip-dbus
 Requires: python-decorator
 Requires: pygobject3-base
+Requires: firewalld
+Requires: systemd
+Requires: NetworkManager
+Requires: yum
 Requires(post): systemd
 Requires(preun): systemd
 Requires(postun): systemd
@@ -74,6 +78,19 @@ make install DESTDIR=%{buildroot}
 
 
 %changelog
+* Mon Oct 13 2014 Thomas Woerner <twoerner at redhat.com> 0.1.0-1
+- Update role instance state on roled wakup.
+- New package and group installation during role deployment
+- RoleBase: Use systemd targets for start() and stop()
+- New support for systemd targets
+- RoleBase: Handle NULL types
+- Domain Controller: Export properties
+- Added missing requires for firewalld, systemd, NetworkManager and yum
+- New --settings-file option for rolectl, replaces --set option
+- New firewall handling
+- Property fixes, new property checks
+- Bug fixes
+
 * Fri Aug 22 2014 Thomas Woerner <twoerner at redhat.com> 0.0.3-1
 - Domain Controller: Add decommission routine
 - Better trapping of non-ASCII output on subprocess
diff --git a/sources b/sources
index 1e60a73..cdc5e7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdcc5572b8f79738fcf0c6dcf4df147a  rolekit-0.0.3.tar.bz2
+1cbeaf783d07177912b605026f84e7e1  rolekit-0.1.0.tar.bz2


More information about the scm-commits mailing list