forked from pool/rubygem-gem2rpm
4005ce317e
A 0010-Try-to-load-rbconfigpackagingsupport-and-fail-gracef.patch A 0011-Add-support-for-scripts-pre-post-for-subpackages.patch A 0012-typo-in-gem2rpm.yml.documentation-custom_pkgs-instea.patch A 0013-Also-tag-LICENSE-MIT-as-docfile.patch A 0014-Refactor-into-multiple-lines.patch A 0015-Add-licence-to-the-list-of-license-files-as-well.patch A 0016-add-two-more-ways-to-express-changes.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/rubygem-gem2rpm?expand=0&rev=10
27 lines
694 B
Diff
27 lines
694 B
Diff
From 092f7ca4ff1f954dd8982acf7199cd15636e87f3 Mon Sep 17 00:00:00 2001
|
|
From: Theo Chatzimichos <tampakrap@opensuse.org>
|
|
Date: Fri, 5 Dec 2014 17:16:41 +0200
|
|
Subject: [PATCH 12/16] typo in gem2rpm.yml.documentation: :custom_pkgs:
|
|
instead of :custom:
|
|
|
|
---
|
|
gem2rpm.yml.documentation | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gem2rpm.yml.documentation b/gem2rpm.yml.documentation
|
|
index 5e444eb..376eacd 100644
|
|
--- a/gem2rpm.yml.documentation
|
|
+++ b/gem2rpm.yml.documentation
|
|
@@ -54,7 +54,7 @@
|
|
# :filelist: |-
|
|
# /usr/bin/gem2rpm-opensuse
|
|
# ## used by gem_packages
|
|
-# :custom:
|
|
+# :custom_pkgs:
|
|
# apache:
|
|
# :preamble: |-
|
|
# Requires: .....
|
|
--
|
|
2.2.2
|
|
|