- require curl and bzip2 to build importd

- curl also causes building of journal-upload. That one has rather
  unusal certificate usage, set it's ca root to /etc/pki/systemd
  instead of the built-in default /etc/ssl as journal-remote and
  journal-upload think they kan put stuff in /etc/ssl/certs then but
  that directory is managed by p11-kit and doesn't serve the purpose
  those programs think.
- /var/lib/systemd/random-seed is a file
- own /var/lib/machines

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=931
This commit is contained in:
2016-03-11 10:46:33 +00:00
committed by Git OBS Bridge
parent 618450f111
commit 9a374333da
7 changed files with 206 additions and 12 deletions

View File

@@ -13,6 +13,19 @@ Tue Mar 1 09:16:08 UTC 2016 - werner@suse.de
this fixes forced logouts on isolate target aka changing runlevel
(boo#966535)
-------------------------------------------------------------------
Thu Feb 4 11:05:37 UTC 2016 - lnussel@suse.de
- require curl and bzip2 to build importd
- curl also causes building of journal-upload. That one has rather
unusal certificate usage, set it's ca root to /etc/pki/systemd
instead of the built-in default /etc/ssl as journal-remote and
journal-upload think they kan put stuff in /etc/ssl/certs then but
that directory is managed by p11-kit and doesn't serve the purpose
those programs think.
- /var/lib/systemd/random-seed is a file
- own /var/lib/machines
-------------------------------------------------------------------
Sat Jan 9 22:46:21 UTC 2016 - afaerber@suse.de