aboutsummaryrefslogtreecommitdiff
path: root/gbp-test2.data/packaging-reflect-the-corrected-patch-number-handling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gbp-test2.data/packaging-reflect-the-corrected-patch-number-handling.patch')
-rw-r--r--gbp-test2.data/packaging-reflect-the-corrected-patch-number-handling.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/gbp-test2.data/packaging-reflect-the-corrected-patch-number-handling.patch b/gbp-test2.data/packaging-reflect-the-corrected-patch-number-handling.patch
index a0a2264..971510c 100644
--- a/gbp-test2.data/packaging-reflect-the-corrected-patch-number-handling.patch
+++ b/gbp-test2.data/packaging-reflect-the-corrected-patch-number-handling.patch
@@ -8,28 +8,28 @@ Fix spec files as GBP now treats 'Patch:' as patch number -1, instead of
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
diff --git a/packaging/gbp-test2-alt.spec b/packaging/gbp-test2-alt.spec
-index 155ea43..be5d8bc 100644
+index 54a8f0e..90dab7c 100644
--- a/packaging/gbp-test2-alt.spec
+++ b/packaging/gbp-test2-alt.spec
@@ -8,7 +8,7 @@ License: GPLv2
Source10: ftp://ftp.host.com/%{name}-%{version}.tar.gz
- Source: foo.txt
+ Source0: foo.txt
Source20: bar.tar.gz
--# Gbp-Ignore-Patches: 0
-+# Gbp-Ignore-Patches: -1
- Patch: my.patch
+-# Gbp-Ignore-Patches: -1
++# Gbp-Ignore-Patches: 0
+ Patch0: my.patch
Patch10: http://example.com/patches/my2.patch
Patch20: my3.patch
diff --git a/packaging/gbp-test2.spec b/packaging/gbp-test2.spec
-index eec5d26..5b41aae 100644
+index fa28beb..95c3dc2 100644
--- a/packaging/gbp-test2.spec
+++ b/packaging/gbp-test2.spec
@@ -9,7 +9,7 @@ Source10: ftp://ftp.host.com/%{name}-%{version}.tar.gz
- Source: foo.txt
+ Source0: foo.txt
Source20: bar.tar.gz
Source9999: gbp-test2-alt.spec
--# Gbp-Ignore-Patches: 0
-+# Gbp-Ignore-Patches: -1
- Patch: my.patch
+-# Gbp-Ignore-Patches: -1
++# Gbp-Ignore-Patches: 0
+ Patch0: my.patch
Patch10: http://example.com/patches/my2.patch
Patch20: my3.patch