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 @@
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
+-
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