simp-rake-helpers 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c00ca9b785a703a809b933b2466a10a93ce6b84
4
- data.tar.gz: ef20f00f91346b70604ce682f7305eee2406ba9e
3
+ metadata.gz: 9b63691fdb25dc847e823ddf5b789d95a21157c8
4
+ data.tar.gz: bdeff0ea16573bd242e5ed55f545536ec133f3ee
5
5
  SHA512:
6
- metadata.gz: 736f27200e550c12e7d5f489a45d37a636af1df6318ac7f04837df3122298107e08242fc6859b29c0467fb815bcefa486a36c92995feedd33e6690ab680a8755
7
- data.tar.gz: f5b19fd4ac8200bb365959b44ec4f6db2b0f920c88ec6763abda087be3c5772c5a7e4ff55f473dda3f365744ea45991575a204b05340be42e0b9b0e988083e8d
6
+ metadata.gz: 6ee487a49c71d369b8bd84b869225341f47a819c7cc731b55c39d7d676bd3a1fc2240284cbb361d4e463b8cfb2b7eb23f9d7eaaddc16e5335cc17b864395b4f6
7
+ data.tar.gz: 257269601277edba230d67b20a89d3c5ab80924669eb7b2ffe265cb423fb156c203cc3942e14b7300bd1d853809b9e2ed275efbbb37a895aebc21cd36a587890
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 5.0.1 / 2017-09-28
2
+ * Removed rpmkeys and rpmspec from the required list of commands,
3
+ as they are not present in CentOS 6 and are automatically
4
+ installed when the required rpmbuild command is installed in
5
+ CentOS 7.
6
+
1
7
  ### 5.0.0 / 2017-09-12
2
8
  * Removed all 'mock' support
3
9
  * Bound the build to only the OS upon which you are building
@@ -48,9 +48,7 @@ module Simp::Rake::Build
48
48
  'rpm',
49
49
  'rpmbuild',
50
50
  'rpmdb',
51
- 'rpmkeys',
52
51
  'rpmsign',
53
- 'rpmspec',
54
52
  'sed',
55
53
  'semodule_package',
56
54
  'setfacl',
@@ -2,5 +2,5 @@ module Simp; end
2
2
  module Simp::Rake; end
3
3
 
4
4
  class Simp::Rake::Helpers
5
- VERSION = '5.0.0'
5
+ VERSION = '5.0.1'
6
6
  end
data/lib/simp/rake/pkg.rb CHANGED
@@ -340,7 +340,7 @@ module Simp::Rake
340
340
  rpm = "#{$1}-#{$2}"
341
341
  end
342
342
 
343
- rpm
343
+ rpm.strip
344
344
  end
345
345
 
346
346
  yum_install_cmd = %(yum -y install '#{rpm_build_deps.join("' '")}')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simp-rake-helpers
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Tessmer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-09-27 00:00:00.000000000 Z
12
+ date: 2017-09-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler