diff --git a/pungi/disable-efi.patch b/pungi/disable-efi.patch index 717be6b..9e18907 100644 --- a/pungi/disable-efi.patch +++ b/pungi/disable-efi.patch @@ -1,5 +1,5 @@ ---- pungi-3.03/src/pypungi/__init__.py.orig 2013-12-07 23:25:33.790299986 +0100 -+++ pungi-3.03/src/pypungi/__init__.py 2013-12-07 23:27:06.347452833 +0100 +--- pungi-3.03/pungi/gather.py.orig 2013-12-07 23:25:33.790299986 +0100 ++++ pungi-3.03/pungi/gather.py 2013-12-07 23:27:06.347452833 +0100 @@ -1528,7 +1528,8 @@ if self.tree_arch == 'i386' or self.tree_arch == 'x86_64': diff --git a/pungi/disable-upgrade.patch b/pungi/disable-upgrade.patch index 37b131f..00384c1 100644 --- a/pungi/disable-upgrade.patch +++ b/pungi/disable-upgrade.patch @@ -1,5 +1,5 @@ ---- pungi-3.12/src/pypungi/__init__.py.orig 2015-03-23 13:24:45.173223580 +0100 -+++ pungi-3.12/src/pypungi/__init__.py 2015-03-23 13:24:59.222835656 +0100 +--- pungi-3.12/pungi/__init__.py.orig 2015-03-23 13:24:45.173223580 +0100 ++++ pungi-3.12/pungi/__init__.py 2015-03-23 13:24:59.222835656 +0100 @@ -1411,7 +1411,7 @@ lorax.run(self.ayum, product=product, version=version, release=release, diff --git a/pungi/pungi.spec b/pungi/pungi.spec index 793abb5..a203817 100644 --- a/pungi/pungi.spec +++ b/pungi/pungi.spec @@ -15,7 +15,7 @@ Patch1: 0001-Set-repository-gpgkey-option.patch Patch2: 0002-Verify-downloaded-packages.patch Patch3: disable-efi.patch #Patch5: fix-recursive-partition-table-on-iso-image.patch -Patch6: disable-upgrade.patch +#Patch6: disable-upgrade.patch BuildRequires: python-nose, python-nose-cov, python-mock BuildRequires: python-devel, python-setuptools, python2-productmd BuildRequires: python-lockfile, kobo, kobo-rpmlib, python-kickstart, createrepo_c @@ -54,7 +54,7 @@ A tool to create anaconda based installation trees/isos of a set of rpms. %patch2 -p1 %patch3 -p1 #%%patch5 -p1 -%patch6 -p1 +#%%patch6 -p1 %build %{__python} setup.py build