~paelzer/ubuntu-seeds/+git/platform:fix-logcheck-mismatch

Last commit made on 2020-09-09
Get this branch:
git clone -b fix-logcheck-mismatch https://git.launchpad.net/~paelzer/ubuntu-seeds/+git/platform
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
fix-logcheck-mismatch
Repository:
lp:~paelzer/ubuntu-seeds/+git/platform

Recent commits

3811c26... by Christian Ehrhardt 

server: move lsb-invalid-mta hint

supported-sysadmin-server is evaluated before supported-misc-servers and
contains checksecurity which will pull in logcheck.
That will depend on default-mta which will fail to resolve and make it
select esmtp-run (universe).

Move the lsb-invalid-mta hint from supported-misc-servers to be before
that avoiding the mismatch (which btw is i386 only as postfix isn't
there).

This might eventually be a bug in gemrinate (LP: #1895011) but until
then move this to avoid the false positive.

Signed-off-by: Christian Ehrhardt <email address hidden>

3796c51... by Dimitri John Ledkov

fix up whitespace

74dd942... by Dimitri John Ledkov

Merge branch 'groovy' of git+ssh://git.launchpad.net/~flexiondotorg/ubuntu-seeds/+git/platform into groovy

f89f9b7... by Martin Wimpress 

Add raspi-common

Adds `raspi-common` which includes packages specific to Raspberry support for server and desktop.

f0b002a... by Christian Ehrhardt 

server: keep lftp in main

Signed-off-by: Christian Ehrhardt <email address hidden>

2752f66... by Christian Ehrhardt 

server: keep mysql-client in main

Signed-off-by: Christian Ehrhardt <email address hidden>

74d9f13... by Didier Roche-Tolomelli

Blacklist gnome-software

gstreamer1.0-packagekit Recommends 'gnome-software | apper | packagekit-installer',
with packagekit-installer provided by ubuntu-desktop
the issue is that the feature is provided by snap-store and
we don't have a way to tell apt or germinate about that snap.

9f78e6e... by Christian Ehrhardt 

supported-openstack: adapt to removed and renamed packages

Function of nova-network is taken over by nova-common

The following packages got removed upstream and in packaging:
- nova-objectstore
- nova-compute-lxd # James Page LP: #1540597
- nova-cert
- ceilometer-collector
- ceilometer-api
- neutron-lbaas-agent
- heat-api-cloudwatch

Signed-off-by: Christian Ehrhardt <email address hidden>

dfdddfa... by Christian Ehrhardt 

supported-misc-servers: remove no more exitsing package php-recode

Signed-off-by: Christian Ehrhardt <email address hidden>

abe33a2... by Christian Ehrhardt 

move openstack into a separate supported-openstack file

There are a few special cases which has use-cases in both worlds
(openstack and general server) like radvd and openvswitch.
Those are also co-maintained by both Teams right now.

Due to this we end up with a misc-server seed retaining those the
server team is interested in while the openstack seed shows what they
need.

Due to that there are some duplicates which we usually avoid, but those
other would be e.g. "misc-server + lamp" which both are server-team.
In this case it reflects that e.g. openvswitch is of interest for both
teams and their user-base.

Signed-off-by: Christian Ehrhardt <email address hidden>