Skip to content

Instantly share code, notes, and snippets.

@chantra
Created March 29, 2022 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chantra/58a577f8e9d4ad73476edcbaedbafc98 to your computer and use it in GitHub Desktop.
Save chantra/58a577f8e9d4ad73476edcbaedbafc98 to your computer and use it in GitHub Desktop.
diff --color -ruN a/0001-RPM-with-Copy-on-Write.patch b/0001-RPM-with-Copy-on-Write.patch
--- a/0001-RPM-with-Copy-on-Write.patch 2022-03-29 09:35:20.832979892 -0700
+++ b/0001-RPM-with-Copy-on-Write.patch 2022-03-29 13:49:08.956975292 -0700
@@ -146,7 +146,7 @@
--- a/lib/fsm.c
+++ b/lib/fsm.c
@@ -8,6 +8,7 @@
- #include <inttypes.h>
+
#include <utime.h>
#include <errno.h>
+#include <stdbool.h>
diff --color -ruN a/0002-Remove-use-of-bool-type-for-consistency.patch b/0002-Remove-use-of-bool-type-for-consistency.patch
--- a/0002-Remove-use-of-bool-type-for-consistency.patch 2022-03-29 09:35:20.834979913 -0700
+++ b/0002-Remove-use-of-bool-type-for-consistency.patch 2022-03-29 13:49:08.956975292 -0700
@@ -12,7 +12,7 @@
--- a/lib/fsm.c
+++ b/lib/fsm.c
@@ -8,7 +8,6 @@
- #include <inttypes.h>
+
#include <utime.h>
#include <errno.h>
-#include <stdbool.h>
diff --color -ruN a/0005-tests-rpm2extents-Add-basic-tests-for-rpm2extents.patch b/0005-tests-rpm2extents-Add-basic-tests-for-rpm2extents.patch
--- a/0005-tests-rpm2extents-Add-basic-tests-for-rpm2extents.patch 2022-03-29 09:35:20.837979943 -0700
+++ b/0005-tests-rpm2extents-Add-basic-tests-for-rpm2extents.patch 2022-03-29 13:49:08.957975305 -0700
@@ -15,9 +15,9 @@
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,6 +36,7 @@ TESTSUITE_AT += rpmio.at
+ TESTSUITE_AT += rpmio.at
TESTSUITE_AT += rpmorder.at
TESTSUITE_AT += rpmvfylevel.at
- TESTSUITE_AT += rpmpgp.at
+TESTSUITE_AT += rpm2extents.at
EXTRA_DIST += $(TESTSUITE_AT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment