SHA256
1
0
forked from pool/systemd
Commit Graph

620 Commits

Author SHA256 Message Date
Stephan Kulow
cff8537f54 - don't build bash-completions for bootstrap package
- don't build bash-completions for bootstrap package

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=515
2014-02-11 10:54:05 +00:00
Stephan Kulow
d7441c1962 - add more requires to this-is-only-for-build-envs to avoid
problems in kiwi configs

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=514
2014-02-11 10:26:19 +00:00
Stephan Kulow
beb9710e9c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=175 2014-02-11 09:47:10 +00:00
Dr. Werner Fink
21eb780b02 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=513
2014-02-10 15:24:59 +00:00
Dr. Werner Fink
e28a0c8ef6 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=512
2014-02-10 11:20:21 +00:00
Dr. Werner Fink
19426b88e9 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=511
2014-02-09 18:45:14 +00:00
Stephan Kulow
31eb07cd21 Accepting request 221491 from Base:System
- avoid bootstrap cycle with libusb and systemd-mini

OBS-URL: https://build.opensuse.org/request/show/221491
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=510
2014-02-09 13:01:19 +00:00
2de988407c Accepting request 221379 from home:coolo:branches:openSUSE:Factory
- split bash-completion support into its own package,
  no need for sles_version

OBS-URL: https://build.opensuse.org/request/show/221379
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=509
2014-02-08 10:46:51 +00:00
Dr. Werner Fink
bcc20b8ac2 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=508
2014-02-07 13:20:42 +00:00
Stephan Kulow
b4457424d9 Accepting request 221003 from Base:System
- Change and extend patch 
  0001-On_s390_con3270_disable_ANSI_colour_esc.patch
  to disable the workaround to find /dev/3270/tty1 as this now
  should be done by a) the kernel patch
  http://lkml.indiana.edu/hypermail/linux/kernel/1402.0/02319.html
  and the changed udev rule 99-systemd.rules

- Remove PreReq pidof from udev, nothing in this pkg uses it

- Change and extend patch
  0001-On_s390_con3270_disable_ANSI_colour_esc.patch
  to re-enable colouring if 3270 console was enforced on the kernel
  command line as 3270 cna handle colour ANSI escape sequences.
  Also let the serial getty generator find the /dev/3270/tty1
  character device (bnc#861316)

- Add patch 0001-On_s390_con3270_disable_ANSI_colour_esc.patch
  to strip the colouring ANSI escape sequences from the console
  messages (bnc#860937)

- Change and extend patch 
  0001-On_s390_con3270_disable_ANSI_colour_esc.patch
  to disable the workaround to find /dev/3270/tty1 as this now
  should be done by a) the kernel patch
  http://lkml.indiana.edu/hypermail/linux/kernel/1402.0/02319.html
  and the changed udev rule 99-systemd.rules

- Remove PreReq pidof from udev, nothing in this pkg uses it

- Change and extend patch

OBS-URL: https://build.opensuse.org/request/show/221003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=174
2014-02-06 08:17:12 +00:00
Dr. Werner Fink
9eaa9a670c .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=506
2014-02-05 14:40:22 +00:00
Dr. Werner Fink
b4f71c3a55 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=505
2014-02-05 11:33:45 +00:00
Dr. Werner Fink
9d496fdd5b Accepting request 220593 from home:olh:branches:Base:System
- Remove PreReq pidof from udev, nothing in this pkg uses it

OBS-URL: https://build.opensuse.org/request/show/220593
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=504
2014-02-03 10:02:31 +00:00
Dr. Werner Fink
af10a74adb Also for SLES12
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=503
2014-01-31 14:28:44 +00:00
Stephan Kulow
6610d3c57e Accepting request 215598 from Base:System
- Change patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch
  to skip already by the kernel managed devices 

- fix timeout stopping user@.service (bnc#841544)
  * 0001-core-introduce-new-KillMode-mixed-which-sends-SIGTER.patch
  * 0002-service-allow-KillMode-mixed-in-conjunction-with-PAM.patch
  * 0003-core-make-sure-to-always-go-through-both-SIGTERM-and.patch

- Add patch 0001-upstream-systemctl-halt-reboot-error-handling.patch
  to be able to detect if the sysctl reboot() returns.
- Add patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch
  A check for unmaintained disk like devices is added to be able to
  flush and maybe shut them down.  Also the missing sync() system
  call is added for the direct halt/reboot systemctl command. Then
  the system halt is used as fallback if poweroff fails for both
  the direct poweroff systemctl command as well as for the
  systemd-shutdown utility.

- Make systemd-mini build 

- Make requires bash-completion a recommends

- Add patch 1017-skip-native-unit-handling-if-sysv-already-handled.patch
  to avoid that enabled boot scripts will be handled as unit files
  by systemctl status command (bnc#818044)

- Drop patch 1017-enforce-sufficient-shutdown-warnings.patch
  as the original code behaves exactly as the shutdown code of
  the old SysVinit (bnc#750845)
- Rename support-powerfail-with-powerstatus.patch to

OBS-URL: https://build.opensuse.org/request/show/215598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=173
2014-01-31 12:36:06 +00:00
Dr. Werner Fink
6c6183db6f .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=501
2014-01-30 12:35:04 +00:00
Dr. Werner Fink
b6a8c3c72a .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=500
2014-01-30 08:59:45 +00:00
Dr. Werner Fink
fb858fdc90 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=499
2014-01-30 08:30:23 +00:00
Dr. Werner Fink
b140810e1a .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=498
2014-01-28 12:59:05 +00:00
Dr. Werner Fink
e2b9a86f31 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=497
2014-01-28 12:57:54 +00:00
Dr. Werner Fink
6d6585e239 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=496
2014-01-23 13:37:13 +00:00
Dr. Werner Fink
78a5ddca0a .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=495
2014-01-23 13:25:13 +00:00
Dr. Werner Fink
ecca945087 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=494
2014-01-23 13:19:16 +00:00
Dr. Werner Fink
0d775ff9bc .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=493
2014-01-23 12:56:59 +00:00
Dr. Werner Fink
dfbbff74f5 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=492
2014-01-21 13:16:14 +00:00
Dr. Werner Fink
cb13447e30 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=491
2014-01-21 13:08:47 +00:00
Dr. Werner Fink
4f574e1e4c .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=490
2014-01-21 12:55:52 +00:00
Robert Milasan
1b6c230940 Accepting request 214486 from home:fcrozat:branches:Base:System
- Add analyze-fix-crash-in-command-line-parsing.patch: fix crash in
  systemd-analyze (bnc#859365)

OBS-URL: https://build.opensuse.org/request/show/214486
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=489
2014-01-20 12:22:10 +00:00
Dr. Werner Fink
b8e4153dce .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=488
2014-01-17 16:20:51 +00:00
Dr. Werner Fink
08d4442bb5 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=487
2014-01-17 16:12:43 +00:00
Dr. Werner Fink
82629e4dd0 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=486
2014-01-17 12:31:10 +00:00
Dr. Werner Fink
1bf6d70827 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=485
2014-01-15 14:11:36 +00:00
Dr. Werner Fink
a5fb21e757 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=484
2014-01-15 13:16:15 +00:00
Dr. Werner Fink
a7db0bbb7f .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=483
2014-01-15 12:43:26 +00:00
Dr. Werner Fink
715098eb6a .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=482
2014-01-14 18:31:08 +00:00
Stephan Kulow
be5a543cb1 Accepting request 212344 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/212344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=172
2013-12-30 09:44:59 +00:00
Dr. Werner Fink
28da91939e .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=480
2013-12-20 12:23:11 +00:00
Dr. Werner Fink
79a7f6981e Accepting request 211826 from home:lbssousa:branches:Base:System
- Disable multi-seat-x build, since package xorg-x11-server currently in Factory no longer needs it.

OBS-URL: https://build.opensuse.org/request/show/211826
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=479
2013-12-20 10:55:16 +00:00
Stephan Kulow
02c9d5163c Accepting request 211697 from Base:System
- Added 0001-logind-garbage-collect-stale-users.patch: Don't stop a
  running user manager from garbage-collecting the user. Original
  behavior caused bnc#849870

- Add build-sys-make-multi-seat-x-optional.patch
  * See: http://cgit.freedesktop.org/systemd/systemd/commit/?id=bd441fa27a22b7c6e11d9330560e0622fb69f297
  * Now systemd-multi-seat-x build can be disabled with configure option
    --disable-multi-seat-x. It should be done when xorg-x11-server
    no longer needs it (work in progress).

OBS-URL: https://build.opensuse.org/request/show/211697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=171
2013-12-19 20:38:59 +00:00
Dr. Werner Fink
41f7723e77 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=477
2013-12-19 13:03:46 +00:00
Dr. Werner Fink
d34163573b Accepting request 211162 from home:lbssousa:branches:Base:System
- Add build-sys-make-multi-seat-x-optional.patch
  * See: http://cgit.freedesktop.org/systemd/systemd/commit/?id=bd441fa27a22b7c6e11d9330560e0622fb69f297
  * Now systemd-multi-seat-x build can be disabled with configure option
    --disable-multi-seat-x. It should be done when xorg-x11-server
    no longer needs it (work in progress).

OBS-URL: https://build.opensuse.org/request/show/211162
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=476
2013-12-19 12:51:00 +00:00
Stephan Kulow
65ddc1f69d Accepting request 211088 from Base:System
- Update insserv-generator.patch: fix crash in insserv generator
  (bnc#854314).
- Update apply-ACL-for-nvidia-device-nodes.patch with latest fixes
  for Nvidia cards (bnc#808319). (forwarded request 211000 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/211088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=170
2013-12-19 11:51:56 +00:00
2dd2c64767 Accepting request 211000 from home:fcrozat:branches:Base:System
- Update insserv-generator.patch: fix crash in insserv generator
  (bnc#854314).
- Update apply-ACL-for-nvidia-device-nodes.patch with latest fixes
  for Nvidia cards (bnc#808319).

OBS-URL: https://build.opensuse.org/request/show/211000
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=474
2013-12-16 16:54:19 +00:00
Stephan Kulow
51828caa77 Accepting request 210814 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/210814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=169
2013-12-15 09:09:48 +00:00
Dr. Werner Fink
074985b59f .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=472
2013-12-06 14:34:09 +00:00
Dr. Werner Fink
c0ae76349f .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=471
2013-12-06 14:15:24 +00:00
Dr. Werner Fink
24760b4f89 .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=470
2013-12-05 17:06:18 +00:00
Stephan Kulow
3eb2188d66 Accepting request 208952 from Base:System
- Add U_logind_revert_lazy_session_activation_on_non_vt_seats.patch
  * See: http://cgit.freedesktop.org/systemd/systemd/commit/?id=3fdb2494c1e24c0a020f5b54022d2c751fd26f50 (forwarded request 208810 from lbssousa)

OBS-URL: https://build.opensuse.org/request/show/208952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=168
2013-11-30 16:36:19 +00:00
Dr. Werner Fink
913d370ded Accepting request 208810 from home:lbssousa:branches:Base:System
- Add U_logind_revert_lazy_session_activation_on_non_vt_seats.patch
  * See: http://cgit.freedesktop.org/systemd/systemd/commit/?id=3fdb2494c1e24c0a020f5b54022d2c751fd26f50

OBS-URL: https://build.opensuse.org/request/show/208810
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=468
2013-11-30 10:12:49 +00:00
Dr. Werner Fink
3ab6a0116d .
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=467
2013-11-26 15:16:36 +00:00