Skip to content
Permalink
Browse files
MDEV-16537 aws key management plugin on Ubuntu bionic has impossible …
…dependencies

remove manual libcurl3 dependency.
it'll be automatically added (libcurl3 or libcurl4, whatever was
actually used)
  • Loading branch information
vuvova committed Jun 24, 2018
1 parent ffb96be commit a19089f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
@@ -86,7 +86,7 @@ then
fi
if [[ $GCCVERSION -lt 40800 ]]
then
sed '/Package: mariadb-plugin-aws-key-management-10.2/,+13d' -i debian/control
sed '/Package: mariadb-plugin-aws-key-management-10.2/,+12d' -i debian/control
fi


@@ -590,7 +590,6 @@ Architecture: any
Breaks: mariadb-aws-key-management-10.1
Replaces: mariadb-aws-key-management-10.1
Depends: mariadb-server-10.2,
libcurl3,
${misc:Depends},
${shlibs:Depends}
Description: Amazon Web Service Key Management Service Plugin for MariaDB

0 comments on commit a19089f

Please sign in to comment.