Skip to content

Commit

Permalink
Merge pull request #7695 from mgleung/packaging-fixes-3.26
Browse files Browse the repository at this point in the history
Fix OpenStack packaging promotion and add libcap-dev and automatic de…
  • Loading branch information
mgleung committed May 25, 2023
2 parents b42d24b + 4dc9a40 commit 0f80c3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .semaphore/push-images/packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ global_job_config:
- export SECRET_KEY=$HOME/secrets/marvin.txt
- export GCLOUD_ARGS='--zone us-east1-c --project tigera-wp-tcp-redirect'
- export HOST=ubuntu@binaries-projectcalico-org
- sudo apt-get update -y
- sudo apt-get install -y moreutils

blocks:
- name: 'Publish openstack packages'
Expand Down
5 changes: 3 additions & 2 deletions felix/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: felix
Section: net
Priority: optional
Maintainer: Project Calico Maintainers <maintainers@projectcalico.org>
Build-Depends: debhelper (>= 8.0.0), base-files (>= 11.1~) | dh-systemd, libelf-dev
Build-Depends: debhelper (>= 8.0.0), base-files (>= 11.1~) | dh-systemd, libelf-dev, libcap-dev
Standards-Version: 3.9.4

Package: calico-common
Expand All @@ -28,7 +28,8 @@ Depends:
ipset,
iproute2,
net-tools,
${misc:Depends}
${misc:Depends},
${shlibs:Depends}
Description: Project Calico virtual networking for cloud data centers.
Project Calico is an open source solution for virtual networking in
cloud data centers. Its IP-centric architecture offers numerous
Expand Down

0 comments on commit 0f80c3c

Please sign in to comment.