Skip to content

Commit

Permalink
Merge pull request #153 from github/update-dependencies-for-xdp-focal
Browse files Browse the repository at this point in the history
Update version of package dependencies for xdp
  • Loading branch information
jmdelafe authored Oct 31, 2023
2 parents f924807 + d1fc3e9 commit 29302bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/glb-director-xdp/script/create-packages
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ fpm -f -s dir -t deb \
-n glb-director-xdp \
-v ${GLB_DIRECTOR_XDP_VERSION} \
-d "xdp-root-shim" \
-d "libbpf4.19" \
-d "glb-director-cli = ${GLB_DIRECTOR_VERSION}" \
-d "libbpf0" \
-d "glb-director-cli >= ${GLB_DIRECTOR_VERSION}" \
--conflicts 'glb-director' \
--license 'BSD 3-Clause' \
--maintainer 'GitHub <opensource+glb-director@github.com>' \
Expand All @@ -64,7 +64,7 @@ fpm -f -s dir -t deb \
fpm -f -s dir -t deb \
-n xdp-root-shim \
-v ${XDP_ROOT_SHIM_VERSION} \
-d "libbpf4.19" \
-d "libbpf0" \
--license 'BSD 3-Clause' \
--maintainer 'GitHub <opensource+glb-director@github.com>' \
--deb-systemd packaging/xdp-root-shim\@.service \
Expand Down

0 comments on commit 29302bc

Please sign in to comment.