diff --git a/supermin.changes b/supermin.changes index 137ea16..5d26075 100644 --- a/supermin.changes +++ b/supermin.changes @@ -9,7 +9,6 @@ Fri Oct 23 18:45:45 UTC 2020 - Dirk Mueller * rpm: provide a dummy supermin_rpm_get_arch implementation * ext2: Build symbolic links correctly (RHBZ#1770304). * Update gnulib to latest. -- add supermin.patch - switch to release tarball, use keyring for gpg validation - run tests diff --git a/supermin.patch b/supermin.patch deleted file mode 100644 index 7075d21..0000000 --- a/supermin.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/format_ext2_kernel.ml -+++ b/src/format_ext2_kernel.ml -@@ -221,7 +221,7 @@ and get_kernel_version debug kernel_file - if debug >= 1 then printf " = %s (from filename)\n%!" version; - Some version - ) else ( -- if debug >= 1 then printf " = error, no modpath\n%!"; -+ if debug >= 1 then printf " = error, no modpath for version %s \n%!" version; - None - ) - ) diff --git a/supermin.spec b/supermin.spec index 8a4817f..6c4d194 100644 --- a/supermin.spec +++ b/supermin.spec @@ -28,7 +28,6 @@ Source1: https://download.libguestfs.org/supermin/5.2-stable/supermin-5.2 Source9: supermin.keyring # Pending upstream review Patch0: suse_release.patch -Patch1: supermin.patch BuildRequires: augeas BuildRequires: autoconf BuildRequires: automake