From 62560ba5b2afcf4ba553aa06476ea319cc02afe7 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 7 Jan 2022 11:16:33 +0100 Subject: [PATCH] explicitly pin thor to 1.1.0 --- debian/bullseye/foreman/changelog | 6 ++++++ debian/bullseye/foreman/rules | 2 +- debian/buster/foreman/changelog | 8 +++++++- debian/buster/foreman/rules | 2 +- debian/focal/foreman/changelog | 6 ++++++ debian/focal/foreman/rules | 2 +- 6 files changed, 22 insertions(+), 4 deletions(-) diff --git a/debian/bullseye/foreman/changelog b/debian/bullseye/foreman/changelog index 298353042f..16b16a6560 100644 --- a/debian/bullseye/foreman/changelog +++ b/debian/bullseye/foreman/changelog @@ -1,3 +1,9 @@ +foreman (3.2.0-2) stable; urgency=low + + * explicitly pin thor to 1.1.0 + + -- Evgeni Golov Fri, 07 Jan 2022 11:16:15 +0100 + foreman (3.2.0-1) stable; urgency=low * Bump changelog to 3.2.0 to match VERSION diff --git a/debian/bullseye/foreman/rules b/debian/bullseye/foreman/rules index 5768191f74..e37fd8ac19 100755 --- a/debian/bullseye/foreman/rules +++ b/debian/bullseye/foreman/rules @@ -21,7 +21,7 @@ build: /bin/cp config/dynflow/orchestrator.yml.example config/dynflow/orchestrator.yml /bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml /bin/mkdir -p ./vendor/cache - cd ./vendor/cache && /usr/bin/gem fetch thor -v '1.1.0' + echo 'gem "thor", "1.1.0"' >> Gemfile /bin/rm -f bundler.d/test.rb bundler.d/development.rb /bin/sed -i '2i gem "puma-status"' bundler.d/service.rb $(BUNDLE) install diff --git a/debian/buster/foreman/changelog b/debian/buster/foreman/changelog index 8e2f97c966..16b16a6560 100644 --- a/debian/buster/foreman/changelog +++ b/debian/buster/foreman/changelog @@ -1,3 +1,9 @@ +foreman (3.2.0-2) stable; urgency=low + + * explicitly pin thor to 1.1.0 + + -- Evgeni Golov Fri, 07 Jan 2022 11:16:15 +0100 + foreman (3.2.0-1) stable; urgency=low * Bump changelog to 3.2.0 to match VERSION @@ -21,7 +27,7 @@ foreman (3.1.0-3) stable; urgency=low * Do not restart Dynflow services on package upgrade - -- Eric D. Helms Wed, 03 Nov 2021 11:26:17 -0400 + -- Eric D. Helms Wed, 03 Nov 2021 11:26:21 -0400 foreman (3.1.0-2) stable; urgency=low diff --git a/debian/buster/foreman/rules b/debian/buster/foreman/rules index 5768191f74..e37fd8ac19 100755 --- a/debian/buster/foreman/rules +++ b/debian/buster/foreman/rules @@ -21,7 +21,7 @@ build: /bin/cp config/dynflow/orchestrator.yml.example config/dynflow/orchestrator.yml /bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml /bin/mkdir -p ./vendor/cache - cd ./vendor/cache && /usr/bin/gem fetch thor -v '1.1.0' + echo 'gem "thor", "1.1.0"' >> Gemfile /bin/rm -f bundler.d/test.rb bundler.d/development.rb /bin/sed -i '2i gem "puma-status"' bundler.d/service.rb $(BUNDLE) install diff --git a/debian/focal/foreman/changelog b/debian/focal/foreman/changelog index 298353042f..16b16a6560 100644 --- a/debian/focal/foreman/changelog +++ b/debian/focal/foreman/changelog @@ -1,3 +1,9 @@ +foreman (3.2.0-2) stable; urgency=low + + * explicitly pin thor to 1.1.0 + + -- Evgeni Golov Fri, 07 Jan 2022 11:16:15 +0100 + foreman (3.2.0-1) stable; urgency=low * Bump changelog to 3.2.0 to match VERSION diff --git a/debian/focal/foreman/rules b/debian/focal/foreman/rules index 5768191f74..e37fd8ac19 100755 --- a/debian/focal/foreman/rules +++ b/debian/focal/foreman/rules @@ -21,7 +21,7 @@ build: /bin/cp config/dynflow/orchestrator.yml.example config/dynflow/orchestrator.yml /bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml /bin/mkdir -p ./vendor/cache - cd ./vendor/cache && /usr/bin/gem fetch thor -v '1.1.0' + echo 'gem "thor", "1.1.0"' >> Gemfile /bin/rm -f bundler.d/test.rb bundler.d/development.rb /bin/sed -i '2i gem "puma-status"' bundler.d/service.rb $(BUNDLE) install