[oscap-anaconda-addon/f20] New version

Vratislav Podzimek vpodzime at fedoraproject.org
Fri Feb 28 11:56:39 UTC 2014


commit 2b77d92f7f72a19db5f00512ef7fcb881f9995cd
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Fri Feb 28 12:09:37 2014 +0100

    New version
    
    - Getting status needs to run in the main thread
    - Grab focus for the URL entry after switching notebook page
    - Clear rule data when unselecting profile
    - Update message as part of the initialization
    - Add BuildRequires: gettext
    - Include translations in the tarball and RPM

 .gitignore                |    1 +
 oscap-anaconda-addon.spec |   11 ++++++++++-
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ab7733..426a234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /oscap-anaconda-addon-0.3.tar.gz
 /oscap-anaconda-addon-0.4.tar.gz
 /oscap-anaconda-addon-0.5.tar.gz
+/oscap-anaconda-addon-0.6.tar.gz
diff --git a/oscap-anaconda-addon.spec b/oscap-anaconda-addon.spec
index a22f128..867092c 100644
--- a/oscap-anaconda-addon.spec
+++ b/oscap-anaconda-addon.spec
@@ -1,5 +1,5 @@
 Name:           oscap-anaconda-addon
-Version:        0.5
+Version:        0.6
 Release:        1%{?dist}
 Summary:        Anaconda addon integrating OpenSCAP to the installation process
 
@@ -15,6 +15,7 @@ URL:            https://git.fedorahosted.org/cgit/oscap-anaconda-addon.git
 Source0:        %{name}-%{version}.tar.gz
 
 BuildArch:      noarch
+BuildRequires:  gettext
 BuildRequires:	python2-devel
 BuildRequires:  python-mock
 BuildRequires:  python-nose
@@ -49,6 +50,14 @@ make install DESTDIR=%{buildroot}
 %doc COPYING ChangeLog README
 
 %changelog
+* Fri Feb 28 2014 Vratislav Podzimek <vpodzime at redhat.com> - 0.6-1
+- Getting status needs to run in the main thread
+- Grab focus for the URL entry after switching notebook page
+- Clear rule data when unselecting profile
+- Update message as part of the initialization
+- Add BuildRequires: gettext
+- Include translations in the tarball and RPM
+
 * Fri Feb 28 2014 Vratislav Podzimek <vpodzime at redhat.com> - 0.5-1
 - Allow users to change content
 - Show and hide control buttons properly
diff --git a/sources b/sources
index 67ed485..d86f4d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-368cdc176681bb714f29825f68490265  oscap-anaconda-addon-0.5.tar.gz
+4df5082e64804c198d9268508cc8c1b4  oscap-anaconda-addon-0.6.tar.gz


More information about the scm-commits mailing list