From c792d567cf6808003ccd2ee4b57d856dca012b01 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Feb 28 2014 11:10:17 +0000 Subject: 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 --- 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 - 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 - 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