diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-01-11 16:36:28 +0200 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-06-05 14:20:06 +0300 |
commit | 0d8b168f3ccdde42d0e0dea8e69643da67d8bf61 (patch) | |
tree | e09d0d94a4c578d19bcad1a7d2e838e2abe2ea09 /tests/test_rpm_data/specs/gbp-test-updates-reference.spec | |
parent | e5dda623f7428175004fb8cffe4b669f19cd4132 (diff) | |
download | git-buildpackage-0d8b168f3ccdde42d0e0dea8e69643da67d8bf61.tar.gz git-buildpackage-0d8b168f3ccdde42d0e0dea8e69643da67d8bf61.tar.bz2 git-buildpackage-0d8b168f3ccdde42d0e0dea8e69643da67d8bf61.zip |
rpm helpers: yet another fix to patch numbering
'Patch:' does not indicate "patch number 0". Patch: and 'Patch0:' can
both be present in the same spec file.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'tests/test_rpm_data/specs/gbp-test-updates-reference.spec')
-rw-r--r-- | tests/test_rpm_data/specs/gbp-test-updates-reference.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_rpm_data/specs/gbp-test-updates-reference.spec b/tests/test_rpm_data/specs/gbp-test-updates-reference.spec index eae2739a..ff56f589 100644 --- a/tests/test_rpm_data/specs/gbp-test-updates-reference.spec +++ b/tests/test_rpm_data/specs/gbp-test-updates-reference.spec @@ -16,7 +16,7 @@ Packager: my_packager Url: my_url Vcs: my_vcs Nosource: 0 -Nopatch: 1 +Nopatch: 0 BuildRoot: my_buildroot Provides: my_provides Requires: my_requires @@ -37,7 +37,7 @@ Package for testing GBP. %prep %setup -n my_prefix -%patch1 my new args +%patch0 my new args %build |