Merge tag 'debian/14.1.7+ds1-2' into bullseye-fasttrack
gitlab Debian release 14.1.7+ds1-2
This commit is contained in:
commit
6feb86b5b0
2 changed files with 11 additions and 5 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
gitlab (14.1.7+ds1-2) experimental; urgency=medium
|
||||
|
||||
* Update min versions of gitaly, ruby-gitaly, gitlab-common, ruby-gitlab-labkit
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Mon, 04 Oct 2021 20:55:32 +0530
|
||||
|
||||
gitlab (14.1.7+ds1-1~fto11+1) bullseye-fasttrack; urgency=medium
|
||||
|
||||
* Rebuild for bullseye-fasttrack.
|
||||
|
|
10
debian/control
vendored
10
debian/control
vendored
|
@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10~),
|
|||
dh-golang,
|
||||
golang-any (>= 2:1.15~),
|
||||
bc,
|
||||
gitaly (>= 14.0.9~),
|
||||
gitaly (>= 14.1~),
|
||||
golang-github-alecthomas-chroma-dev,
|
||||
golang-github-aws-aws-sdk-go-dev,
|
||||
golang-github-azure-azure-storage-blob-go-dev (>= 0.10~),
|
||||
|
@ -67,7 +67,7 @@ Section: contrib/net
|
|||
Architecture: all
|
||||
XB-Ruby-Versions: ${ruby:Versions}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
gitlab-common (>= 14.0~),
|
||||
gitlab-common (>= 14.1~),
|
||||
ruby (>= 1:2.7~),
|
||||
rubygems-integration (>= 1.18~),
|
||||
lsb-base (>= 3.0-6),
|
||||
|
@ -328,7 +328,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
#
|
||||
ruby-premailer-rails (>= 1.10.3-2~),
|
||||
# LabKit: Tracing and Correlation
|
||||
ruby-gitlab-labkit (>= 0.18~),
|
||||
ruby-gitlab-labkit (>= 0.20~),
|
||||
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0
|
||||
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900
|
||||
ruby-thrift (>= 0.14~),
|
||||
|
@ -383,7 +383,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Spamcheck GRPC protocol definitions
|
||||
ruby-spamcheck,
|
||||
# Gitaly GRPC client
|
||||
ruby-gitaly (>= 14.0~),
|
||||
ruby-gitaly (>= 14.1~),
|
||||
# KAS GRPC protocol definitions
|
||||
ruby-kas-grpc,
|
||||
#
|
||||
|
@ -505,7 +505,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# gitlab-sidekiq was failing without puma
|
||||
puma
|
||||
Recommends: certbot,
|
||||
gitaly (>= 14.0~),
|
||||
gitaly (>= 14.1~),
|
||||
openssh-server
|
||||
Conflicts: libruby2.5
|
||||
Description: git powered software platform to collaborate on code (non-omnibus)
|
||||
|
|
Loading…
Reference in a new issue