Skip to content

Commit

Permalink
Remove php and openssh-server due to /etc/alternatives conflicts
Browse files Browse the repository at this point in the history
both packages pull in nss which fails to export because it
contains a symlink (via /etc/alternatives) to p11-kit-trust:

/usr/lib64/libnssckbi.so -> /etc/alternatives/libnssckbi.so.x86_64
/etc/alternatives/libnssckbi.so.x86_64 -> /usr/lib64/pkcs11/p11-kit-trust.so

When `bdcs-cli compose tar` is executed it errors out on the above
link because one of the two files will always be exported first!

Ultimately the fix needs to go upstream but this is still very new,
so we take the easiest path to let the tests continue working, see:
fedora-sysv/chkconfig#9
  • Loading branch information
atodorov committed Mar 12, 2018
1 parent 06ba0d1 commit 6f9a1a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
8 changes: 0 additions & 8 deletions examples/recipes/http-server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,10 @@ version = "5.4"
name = "mod_ssl"
version = "2.4.*"

[[modules]]
name = "php"
version = "7.1.*"

[[packages]]
name = "tmux"
version = "2.5"

[[packages]]
name = "openssh-server"
version = "7.5*"

[[packages]]
name = "rsync"
version = "3.1.*"
15 changes: 0 additions & 15 deletions tests/images/http-server.03.test

This file was deleted.

0 comments on commit 6f9a1a2

Please sign in to comment.