Overview

Request 873790 accepted

- Add 0001-conf-parser-introduce-early-drop-ins.patch
Introduce early configuration drop-in file. This type of drop-ins
are reserved for vendor own purposes only and should never been used
by users. It might be removed in the future without any notice.

- Drop use of %systemd_postun in %postun
This macro is supposed to operate on units but it was used without
passing any parameters. This call was probably used for issuing a
daemon-reload but the following calls to
%systemd_postun_with_restart imply that already. So let's simply
drop it.

Loading...

Franck Bui's avatar
author source maintainer

Please note that systemd-networkd and systemd-resolved have been moved into a dedicated package "systemd-network" and therefore are not installed by default anymore.

This can possibly impact openqa testsuite.


Dominique Leuenberger's avatar

[ 332s] systemd-network.x86_64: E: polkit-unauthorized-rules (Badness: 10000) /usr/share/polkit-1/rules.d/60-systemd-networkd.rules

formost this impacts the sec team, who does need to change the permissions package to allow the rules file in a new package. Can you please file a bug for this?

CCing also @msmeissn



Dominique Leuenberger's avatar

Waiting for permissions fix


Franck Bui's avatar
author source maintainer

Dominique it should be fixed by now.


Dominique Leuenberger's avatar

Unignored: returned to active backlog.


Dominique Leuenberger's avatar
found conflict of systemd-lang-243-9.1.noarch with systemd-mini-lang-243-9.1.noarch
  /usr/share/locale/be/LC_MESSAGES/systemd.mo
  /usr/share/locale/bg/LC_MESSAGES/systemd.mo
  /usr/share/locale/ca/LC_MESSAGES/systemd.mo
  /usr/share/locale/cs/LC_MESSAGES/systemd.mo
  /usr/share/locale/da/LC_MESSAGES/systemd.mo
  /usr/share/locale/de/LC_MESSAGES/systemd.mo
  /usr/share/locale/el/LC_MESSAGES/systemd.mo
  /usr/share/locale/es/LC_MESSAGES/systemd.mo
  /usr/share/locale/fr/LC_MESSAGES/systemd.mo
  /usr/share/locale/gl/LC_MESSAGES/systemd.mo
  /usr/share/locale/hr/LC_MESSAGES/systemd.mo
  /usr/share/locale/hu/LC_MESSAGES/systemd.mo
  /usr/share/locale/id/LC_MESSAGES/systemd.mo
  /usr/share/locale/it/LC_MESSAGES/systemd.mo
  /usr/share/locale/ja/LC_MESSAGES/systemd.mo
  /usr/share/locale/ko/LC_MESSAGES/systemd.mo
  /usr/share/locale/lt/LC_MESSAGES/systemd.mo
  /usr/share/locale/pl/LC_MESSAGES/systemd.mo
  /usr/share/locale/pt_BR/LC_MESSAGES/systemd.mo
  /usr/share/locale/ro/LC_MESSAGES/systemd.mo
  /usr/share/locale/ru/LC_MESSAGES/systemd.mo
  /usr/share/locale/sk/LC_MESSAGES/systemd.mo
  /usr/share/locale/sr/LC_MESSAGES/systemd.mo
  /usr/share/locale/sv/LC_MESSAGES/systemd.mo
  /usr/share/locale/tr/LC_MESSAGES/systemd.mo
  /usr/share/locale/uk/LC_MESSAGES/systemd.mo
  /usr/share/locale/zh_CN/LC_MESSAGES/systemd.mo
  /usr/share/locale/zh_TW/LC_MESSAGES/systemd.mo
  /usr/share/locale/be@latin/LC_MESSAGES/systemd.mo

Dominique Leuenberger's avatar

I'd recommend to not do %lang_packages in case of -mini flavor - and add a Conflicts: systemd-lang to the mini flavor (alternative would be to not use lang_packages macro and expand it manually, which is even less nice)


Franck Bui's avatar

Dominique can you please cancel this pointless submission by the automatic bot. There's no point to submit such small changes and I plan to push more changes soon.

Thanks.


Franck Bui's avatar

Also can we please disable this bot for systemd ?



Dominique Leuenberger's avatar
 5+- Manually set system-uid-max and system-gid-max to 499
 6+
 7+  It used to be detected automatically by meson but it's been broken
 8+  by the migration of login.defs from /etc to /usr/etc.

With this being a well-communicated and documented new standard: maybe upstream could check the files in the new location as well?


Franck Bui's avatar
author source maintainer

I'll try to submit a patch later but didn't want to delay the submission for such minor issue.


Franck Bui's avatar
author source maintainer

It contains the fix for CVE-2020-1712.




Dominique Leuenberger's avatar

Unignored: returned to active backlog.


Dominique Leuenberger's avatar

12+- Drop requirement on 'sysvinit-tools'

exposes a bug in bind:

https://openqa.opensuse.org/tests/1374219#step/dns_srv/11

Aug 27 06:53:21.008712 susetest named.init[2140]: /usr/sbin/named.init: line 189: start_daemon: command not found

CC @rmax and @jmoellers (bind maintainers)


Dominique Leuenberger's avatar

sr#830239

830239  State:new        By:dimstar      When:2020-08-28T09:38:54
        submit:          home:dimstar:Factory/bind@2 ->                     network
        Descr: - Require /sbin/start_daemon: both init scripts, the one used in
               systemd context as well as legacy sysv, make use of start_daemon.

Franck Bui's avatar
author source maintainer

Thanks Dominique !


Dominique Leuenberger's avatar

you have an empty %pre script now - bad bad bad


Dominique Leuenberger's avatar

you probably need something like

%pre
:

Otherwise the script actually does not exist and installation-images can't trigger it


Dominique Leuenberger's avatar

https://openqa.opensuse.org/tests/1485038#step/shutdown/13

The systemd segfault there in the log does not look healthy


Franck Bui's avatar
author source maintainer

Dominique, could you restart the test to see whether it's reproducible ?


Dominique Leuenberger's avatar

It also crashes in completely different test scenarios, like https://openqa.opensuse.org/tests/1485194#step/transactional_update/23 microos


Request History
Franck Bui's avatar

fbui created request

- Add 0001-conf-parser-introduce-early-drop-ins.patch
Introduce early configuration drop-in file. This type of drop-ins
are reserved for vendor own purposes only and should never been used
by users. It might be removed in the future without any notice.

- Drop use of %systemd_postun in %postun
This macro is supposed to operate on units but it was used without
passing any parameters. This call was probably used for issuing a
daemon-reload but the following calls to
%systemd_postun_with_restart imply that already. So let's simply
drop it.


Factory Auto's avatar

factory-auto added opensuse-review-team as a reviewer

Please review sources


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Saul Goodman's avatar

licensedigger accepted review

ok


Dominique Leuenberger's avatar

dimstar accepted review


Dominique Leuenberger's avatar

dimstar_suse set openSUSE:Factory:Staging:F as a staging project

Being evaluated by staging project "openSUSE:Factory:Staging:F"


Dominique Leuenberger's avatar

dimstar_suse accepted review

Picked "openSUSE:Factory:Staging:F"


Richard Brown's avatar

RBrownSUSE accepted review

Staging Project openSUSE:Factory:Staging:F got accepted.


Richard Brown's avatar

RBrownSUSE approved review

Staging Project openSUSE:Factory:Staging:F got accepted.


Richard Brown's avatar

RBrownSUSE accepted request

Staging Project openSUSE:Factory:Staging:F got accepted.

openSUSE Build Service is sponsored by