[oscap-anaconda-addon] New version

Vratislav Podzimek vpodzime at fedoraproject.org
Fri Feb 28 08:54:41 UTC 2014


commit 24a113f667c3fe73e1d41b7b1d48a292b6568ddd
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Fri Feb 28 09:54:47 2014 +0100

    New version
    
    - Allow users to change content
    - Show and hide control buttons properly
    - Fix sensitivity of the URL entry and fetch button
    - Add the button allowing users to use SSG content if available
    - Fix listing python sources when creating potfile and regenerate it
    - Omit the %addon section from kickstart in dry-run mode
    - Implement the dry-run mode in the GUI (trac#2)
    - Add UI elements for content changing and dry-run mode
    - Check content_defined instead of content_url in the GUI code
    - First select the profile, then update the message store
    - Remove unused import
    - Ignore some more temporary/backup files
    - If no content is specified and SSG is available, use it
    - New special content type -- SCAP Security Guide
    - Fix name of the property used when doing fingerprint check
    - Get rid of an unused variable
    - Fix data fetch locking to work properly with kickstart installations
    - Use 'anonymous:' if no username and password is given for FTP
    - Initial version of the translations template file
    - First steps to dry-run mode
    - Fix main notebook tabs
    - Make translations work
    - Manipulation with the i18n related files
    - If no profile is given, default to default
    - Ignore updates.img and its auxiliary directory
    - Catch only fetching errors from the fetching thread
    - Do not allow multiple simultaneous fetches/initializations
    - Prevent user from changing the URL while we try to fetch from it
    - Add support for the Default profile
    - Support FTP as a content source (#1050980)
    - React properly on archive extraction failure
    - Refactor the code pre-processing the fetched content
    - Unify exceptions from archive extraction
    - Make pylint check mandatory to pass
    - Support for hash based content integrity checking

 .gitignore                |    1 +
 oscap-anaconda-addon.spec |   42 ++++++++++++++++++++++++++++++++++++++++--
 sources                   |    2 +-
 3 files changed, 42 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cce6cf5..3ab7733 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /oscap-anaconda-addon-0.2.tar.gz
 /oscap-anaconda-addon-0.3.tar.gz
 /oscap-anaconda-addon-0.4.tar.gz
+/oscap-anaconda-addon-0.5.tar.gz
diff --git a/oscap-anaconda-addon.spec b/oscap-anaconda-addon.spec
index 276764b..a22f128 100644
--- a/oscap-anaconda-addon.spec
+++ b/oscap-anaconda-addon.spec
@@ -1,5 +1,5 @@
 Name:           oscap-anaconda-addon
-Version:        0.4
+Version:        0.5
 Release:        1%{?dist}
 Summary:        Anaconda addon integrating OpenSCAP to the installation process
 
@@ -41,13 +41,51 @@ make test
 
 %install
 make install DESTDIR=%{buildroot}
+%find_lang %{name}
 
-%files
+%files -f %{name}.lang
 %{_datadir}/anaconda/addons/org_fedora_oscap
 
 %doc COPYING ChangeLog README
 
 %changelog
+* Fri Feb 28 2014 Vratislav Podzimek <vpodzime at redhat.com> - 0.5-1
+- Allow users to change content
+- Show and hide control buttons properly
+- Fix sensitivity of the URL entry and fetch button
+- Add the button allowing users to use SSG content if available
+- Fix listing python sources when creating potfile and regenerate it
+- Omit the %addon section from kickstart in dry-run mode
+- Implement the dry-run mode in the GUI (trac#2)
+- Add UI elements for content changing and dry-run mode
+- Check content_defined instead of content_url in the GUI code
+- First select the profile, then update the message store
+- Remove unused import
+- Ignore some more temporary/backup files
+- If no content is specified and SSG is available, use it
+- New special content type -- SCAP Security Guide
+- Fix name of the property used when doing fingerprint check
+- Get rid of an unused variable
+- Fix data fetch locking to work properly with kickstart installations
+- Use 'anonymous:' if no username and password is given for FTP
+- Initial version of the translations template file
+- First steps to dry-run mode
+- Fix main notebook tabs
+- Make translations work
+- Manipulation with the i18n related files
+- If no profile is given, default to default
+- Ignore updates.img and its auxiliary directory
+- Catch only fetching errors from the fetching thread
+- Do not allow multiple simultaneous fetches/initializations
+- Prevent user from changing the URL while we try to fetch from it
+- Add support for the Default profile
+- Support FTP as a content source (#1050980)
+- React properly on archive extraction failure
+- Refactor the code pre-processing the fetched content
+- Unify exceptions from archive extraction
+- Make pylint check mandatory to pass
+- Support for hash based content integrity checking
+
 * Tue Jan 14 2014 Vratislav Podzimek <vpodzime at redhat.com> - 0.4-1
 - Beware of running Gtk actions from a non-main thread
 - Fix path to the tailoring file when getting rules
diff --git a/sources b/sources
index af885c0..67ed485 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-922408c5c2293ccf2f401969786618d1  oscap-anaconda-addon-0.4.tar.gz
+368cdc176681bb714f29825f68490265  oscap-anaconda-addon-0.5.tar.gz


More information about the scm-commits mailing list