diff --git a/SOURCES/no_backup_files.patch b/SOURCES/no_backup_files.patch new file mode 100644 index 0000000..5e40f59 --- /dev/null +++ b/SOURCES/no_backup_files.patch @@ -0,0 +1,488 @@ +--- org_fedora_oscap/gui/spokes/oscap.glade~ 2014-01-14 10:47:35.000000000 +0100 ++++ /dev/null 2014-08-01 16:32:35.349499705 +0200 +@@ -1,485 +0,0 @@ +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- filler +- False +- True +- True +- filler +- +- +- +- False +- vertical +- 6 +- +- +- True +- False +- +- +- False +- 6 +- 6 +- 6 +- +- +- +- +- False +- False +- 0 +- +- +- +- +- False +- 0 +- 0.75 +- 0.75 +- +- +- False +- vertical +- 6 +- +- +- True +- True +- False +- False +- +- +- True +- False +- 6 +- 6 +- True +- True +- vertical +- 4 +- +- +- True +- False +- True +- 6 +- True +- +- +- True +- False +- 6 +- +- +- True +- False +- Data stream: +- +- +- False +- True +- 0 +- +- +- +- +- True +- False +- dsStore +- +- +- +- end +- +- +- 0 +- +- +- +- +- False +- True +- 1 +- +- +- +- +- False +- True +- 0 +- +- +- +- +- True +- False +- start +- 6 +- +- +- True +- False +- Checklist: +- +- +- False +- True +- 0 +- +- +- +- +- True +- False +- xccdfStore +- +- +- +- end +- +- +- 0 +- +- +- +- +- False +- True +- 1 +- +- +- +- +- False +- True +- 1 +- +- +- +- +- False +- True +- 0 +- +- +- +- +- True +- False +- 0 +- Choose profile below: +- +- +- False +- True +- 1 +- +- +- +- +- True +- True +- GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK +- True +- True +- profilesStore +- False +- False +- 0 +- +- +- +- +- +- +- +- +- Profile +- True +- +- +- +- 1 +- +- +- +- +- +- +- Selected +- 1 +- +- +- +- +- +- +- +- False +- True +- 2 +- +- +- +- +- _Select profile +- True +- True +- True +- center +- True +- +- +- +- +- False +- True +- 3 +- +- +- +- +- True +- False +- 20 +- 0 +- Changes that were done or need to be done: +- +- +- False +- True +- 4 +- +- +- +- +- True +- True +- True +- True +- changesStore +- False +- False +- 0 +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- 1 +- +- +- +- +- +- +- False +- True +- 5 +- +- +- +- +- +- +- True +- False +- page 1 +- +- +- False +- +- +- +- +- +- +- +- True +- False +- page 2 +- +- +- 1 +- False +- +- +- +- +- True +- False +- vertical +- 3 +- +- +- True +- False +- 0 +- No content found. Please enter data stream content or archive URL below: +- True +- +- +- False +- True +- 0 +- +- +- +- +- True +- False +- 6 +- +- +- True +- True +- True +- +- +- +- +- False +- True +- 0 +- +- +- +- +- _Fetch +- True +- True +- True +- True +- +- +- +- False +- True +- 1 +- +- +- +- +- False +- True +- 1 +- +- +- +- +- True +- False +- 6 +- +- +- True +- False +- +- +- False +- True +- 0 +- +- +- +- +- True +- False +- Fetching content... +- +- +- False +- True +- 1 +- +- +- +- +- False +- True +- 2 +- +- +- +- +- 2 +- +- +- +- +- True +- False +- page 3 +- +- +- 2 +- False +- +- +- +- +- False +- True +- 0 +- +- +- +- +- +- +- True +- True +- 1 +- +- +- +- +- +- +- +- +- diff --git a/SPECS/oscap-anaconda-addon.spec b/SPECS/oscap-anaconda-addon.spec index 0c8f8e0..c062c2c 100644 --- a/SPECS/oscap-anaconda-addon.spec +++ b/SPECS/oscap-anaconda-addon.spec @@ -1,6 +1,6 @@ Name: oscap-anaconda-addon Version: 0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Anaconda addon integrating OpenSCAP to the installation process License: GPLv2+ @@ -14,6 +14,8 @@ URL: https://git.fedorahosted.org/cgit/oscap-anaconda-addon.git # git clone git://git.fedorahosted.org/oscap-anaconda-addon.git Source0: %{name}-%{version}.tar.gz +Patch0: no_backup_files.patch + BuildArch: noarch BuildRequires: python2-devel #BuildRequires: python-mock @@ -31,6 +33,7 @@ content. %prep %setup -q +%patch0 %build @@ -48,6 +51,9 @@ make install DESTDIR=%{buildroot} %doc COPYING ChangeLog README %changelog +* Mon Aug 04 2014 Vratislav Podzimek - 0.4-3 +- Don't distribute backup files + Resolves: rhbz#1065906 * Wed Jan 15 2014 Vratislav Podizmek - 0.4-2 - Skip running tests on RHEL builds Related: rhbz#1035662