Skip to content

Commit

Permalink
use upstream fpm-cookery
Browse files Browse the repository at this point in the history
Upstream already includes the omnibus paths patches.

In addition this fixes rpm packaging issue where RPM spec is generated
with wrong (%defattr) format. Probably related to
jordansissel/fpm#428
  • Loading branch information
skiold committed Jun 1, 2013
1 parent c86e81c commit e16040b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,2 +1,2 @@
source "https://rubygems.org"
gem 'fpm-cookery', :git => 'https://github.com/andytinycat/fpm-cookery', :branch => "omnibus-aware-paths"
gem 'fpm-cookery', :git => 'https://github.com/bernd/fpm-cookery', :branch => "master"
42 changes: 27 additions & 15 deletions Gemfile.lock
@@ -1,37 +1,49 @@
GIT
remote: https://github.com/andytinycat/fpm-cookery
revision: edf96146a4b56e29a9dc0a96c79579ecdb21fb79
branch: omnibus-aware-paths
remote: https://github.com/bernd/fpm-cookery
revision: c08f49c2189650f545d55ad40bdfe73bc6229b4d
branch: master
specs:
fpm-cookery (0.13.0)
fpm-cookery (0.14.0)
facter
fpm (~> 0.4)
puppet

GEM
remote: https://rubygems.org/
specs:
addressable (2.3.4)
arr-pm (0.0.8)
cabin (> 0)
backports (2.6.2)
backports (3.3.1)
cabin (0.6.0)
clamp (0.3.1)
facter (1.6.18)
fpm (0.4.33)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
clamp (0.6.1)
facter (1.7.1)
ffi (1.8.1)
fpm (0.4.37)
arr-pm (~> 0.0.8)
backports (= 2.6.2)
backports (>= 2.6.2)
cabin (>= 0.6.0)
clamp (= 0.3.1)
childprocess
clamp (~> 0.6)
ftw (~> 0.0.30)
json (~> 1.7.7)
open4
hiera (1.2.0)
ftw (0.0.34)
addressable
backports (>= 2.6.2)
cabin (> 0)
http_parser.rb (= 0.5.3)
hiera (1.2.1)
json_pure
http_parser.rb (0.5.3)
json (1.7.7)
json_pure (1.7.7)
open4 (1.3.0)
puppet (3.1.1)
json_pure (1.8.0)
puppet (3.2.1)
facter (~> 1.6)
hiera (~> 1.0)
rgen (~> 0.6)
rgen (0.6.2)

PLATFORMS
ruby
Expand Down

0 comments on commit e16040b

Please sign in to comment.