[packages/fpm] use pld style config noreplace attributes
glen
glen at pld-linux.org
Mon Aug 24 13:08:32 CEST 2015
commit 971fa484e46c084abe216b98a5d15d82138b2624
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Aug 24 14:08:18 2015 +0300
use pld style config noreplace attributes
https://github.com/bernd/fpm-cookery/issues/71#issuecomment-134127418
fpm.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/fpm.spec b/fpm.spec
index 7a5202c..0220a1e 100644
--- a/fpm.spec
+++ b/fpm.spec
@@ -12,6 +12,7 @@ Source0: http://rubygems.org/downloads/%{name}-%{version}.gem
# Source0-md5: 4d82b0484db150928330b04bb44c92a2
Patch0: templates.patch
Patch1: tmppath.patch
+Patch2: config-attrs.patch
URL: https://github.com/jordansissel/fpm
BuildRequires: rpm-rubyprov
BuildRequires: rpmbuild(macros) >= 1.665
@@ -47,6 +48,7 @@ wasting pointless hours debugging bad rpm specs!
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/*
# cleanup backups after patching
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fpm.git/commitdiff/971fa484e46c084abe216b98a5d15d82138b2624
More information about the pld-cvs-commit
mailing list