[oscap-anaconda-addon/f20] New version

Vratislav Podzimek vpodzime at fedoraproject.org
Tue Dec 10 14:57:56 UTC 2013


commit 22884eb00d5a5929925503974080abc47c39588d
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Tue Dec 10 15:15:07 2013 +0100

    New version
    
    - Implement and use our own better function for joining paths
    - The content entry should have focus if there is no content
    - RPM is just a weird archive in the pre-installation phase
    - Ignore RPM files as well
    - Adapt tests to dir constants now ending with "/"
    - CpioArchive cannot be created from a piped output
    - Fix namespace definitions in the testing XCCDF file
    - Prevent putting None into xccdf_session_is_sds
    - Fix the __all__ variable in the common module
    - Strip content dir prefix when setting xccdf/cpe paths
    - Inform user we now support archive URLs as well
    - Ignore various file types in the git repository
    - Try to find content files in the fetched archive or RPM
    - Run pylint -E as part of the test target
    - Return list of extracted files/directories when extracting archive
    - Do not try to search for empty file paths in archives
    - Properly set the content type based on the URL's suffix
    - Switch profiles on double-click
    - Hook urlEntry's activate signal to fetchButton click
    - Save the spoke's glade file with a new Glade
    - The addon now requires the python-cpio package
    - Use really_hide for the UI elements for datastream-id and xccdf-id
    - Support for RPM content in the GUI spoke
    - RPM content support for kickstart processing
    - Add property for the raw post-installation content path
    - Make content type case insensitive
    - Rest of the code needed for RPM extraction
    - Actually look for the file path in entry names
    - Basic stuff needed for the RPM content support
    - Run tests in paralel
    - Specify files in a better way in spec

 .gitignore                |    1 +
 oscap-anaconda-addon.spec |   37 ++++++++++++++++++++++++++++++++++++-
 sources                   |    2 +-
 3 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e22d60f..018af20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /oscap-anaconda-addon-0.2.tar.gz
+/oscap-anaconda-addon-0.3.tar.gz
diff --git a/oscap-anaconda-addon.spec b/oscap-anaconda-addon.spec
index c1186de..54d1a6f 100644
--- a/oscap-anaconda-addon.spec
+++ b/oscap-anaconda-addon.spec
@@ -1,5 +1,5 @@
 Name:           oscap-anaconda-addon
-Version:        0.2
+Version:        0.3
 Release:        1%{?dist}
 Summary:        Anaconda addon integrating OpenSCAP to the installation process
 
@@ -18,9 +18,11 @@ BuildArch:      noarch
 BuildRequires:	python2-devel
 BuildRequires:  python-mock
 BuildRequires:  python-nose
+BuildRequires:  python-cpio
 BuildRequires:  anaconda >= 19
 Requires:       anaconda >= 19
 Requires:       openscap openscap-utils openscap-python
+Requires:       python-cpio
 
 %description
 This is an addon that integrates OpenSCAP utilities with the Anaconda installer
@@ -46,5 +48,38 @@ make install DESTDIR=%{buildroot}
 %doc COPYING ChangeLog README
 
 %changelog
+* Tue Dec 10 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.3-1
+- Implement and use our own better function for joining paths
+- The content entry should have focus if there is no content
+- RPM is just a weird archive in the pre-installation phase
+- Ignore RPM files as well
+- Adapt tests to dir constants now ending with "/"
+- CpioArchive cannot be created from a piped output
+- Fix namespace definitions in the testing XCCDF file
+- Prevent putting None into xccdf_session_is_sds
+- Fix the __all__ variable in the common module
+- Strip content dir prefix when setting xccdf/cpe paths
+- Inform user we now support archive URLs as well
+- Ignore various file types in the git repository
+- Try to find content files in the fetched archive or RPM
+- Run pylint -E as part of the test target
+- Return list of extracted files/directories when extracting archive
+- Do not try to search for empty file paths in archives
+- Properly set the content type based on the URL's suffix
+- Switch profiles on double-click
+- Hook urlEntry's activate signal to fetchButton click
+- Save the spoke's glade file with a new Glade
+- The addon now requires the python-cpio package
+- Use really_hide for the UI elements for datastream-id and xccdf-id
+- Support for RPM content in the GUI spoke
+- RPM content support for kickstart processing
+- Add property for the raw post-installation content path
+- Make content type case insensitive
+- Rest of the code needed for RPM extraction
+- Actually look for the file path in entry names
+- Basic stuff needed for the RPM content support
+- Run tests in paralel
+- Specify files in a better way in spec
+
 * Mon Oct 21 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.2-1
 - Initial RPM for the oscap-anaconda-addon
diff --git a/sources b/sources
index dc26c57..4b975d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-41942d6b6cfa9802bcdd974059096825  oscap-anaconda-addon-0.2.tar.gz
+f1253d3a419dae37aad4591989c8c6f7  oscap-anaconda-addon-0.3.tar.gz


More information about the scm-commits mailing list