[DRE-commits] [berkshelf] 01/01: Relax version of mixlib-archive in gemspec

Lucas Kanashiro kanashiro at moszumanska.debian.org
Fri Jul 21 11:54:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository berkshelf.

commit 0feb6ada54f64271af1548b7eb4dd36157b6260b
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Fri Jul 21 08:52:44 2017 -0300

    Relax version of mixlib-archive in gemspec
---
 debian/changelog                                          |  6 ++++++
 .../0011-Relax-version-of-mixlib-archive-in-gemspec.patch | 15 +++++++++++++++
 debian/patches/series                                     |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cd853f6..ce9b9f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+berkshelf (4.3.5-2.1) UNRELEASED; urgency=medium
+
+  * Relax version of mixlib-archive in gemspec
+
+ -- Lucas Kanashiro <kanashiro at debian.org>  Fri, 21 Jul 2017 08:52:09 -0300
+
 berkshelf (4.3.5-2) unstable; urgency=medium
 
   * Add patch to ignore randomly failing under sbuild test (Closes: #850994)
diff --git a/debian/patches/0011-Relax-version-of-mixlib-archive-in-gemspec.patch b/debian/patches/0011-Relax-version-of-mixlib-archive-in-gemspec.patch
new file mode 100644
index 0000000..c730ae9
--- /dev/null
+++ b/debian/patches/0011-Relax-version-of-mixlib-archive-in-gemspec.patch
@@ -0,0 +1,15 @@
+Description: Relax version of mixlib-archive in gemspec
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2017-07-21
+
+--- a/berkshelf.gemspec
++++ b/berkshelf.gemspec
+@@ -46,7 +46,7 @@ Gem::Specification.new do |s|
+   s.add_dependency 'octokit',              '~> 4.0'
+   s.add_dependency 'celluloid',            '= 0.16.0'
+   s.add_dependency 'celluloid-io',         '~> 0.16.1'
+-  s.add_dependency 'mixlib-archive',       '~> 0.1'
++  s.add_dependency 'mixlib-archive',       '>= 0.1'
+ 
+   s.add_development_dependency 'aruba',         '~> 0.10.0' # Lock this here to avoid problems with public API changes
+   s.add_development_dependency 'chef-zero',     '~> 4.0'
diff --git a/debian/patches/series b/debian/patches/series
index 2b728be..9938b53 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,7 @@
 0001-Remove-spork-usage.patch
 0002-Don-t-change-LOAD_PATH-in-bin-berks.patch
 0003-Use-usr-share-berkshelf-as-data-root.patch
+0011-Relax-version-of-mixlib-archive-in-gemspec.patch
 0004-Check-for-Berkshelf-InvalidCookbookFiles-only.patch
 0005-Ignore-networked-tests.patch
 0006-Shut-up-messages-about-deprecated-features.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/berkshelf.git



More information about the Pkg-ruby-extras-commits mailing list