1
0

Compare commits

...

83 Commits

Author SHA256 Message Date
Ana Guerrero
fa39487adf Accepting request 1240837 from Base:System
- Enable wtmpdbd.socket to start wtmpdbd via socket activation.
  A separate daemon for wtmpdb access is required to solve
  https://sourceware.org/bugzilla/show_bug.cgi?id=24492

OBS-URL: https://build.opensuse.org/request/show/1240837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=37
2025-01-29 15:10:01 +00:00
c25d835eff - Enable wtmpdbd.socket to start wtmpdbd via socket activation.
A seperate daemon for wtmpdb access is required to solve
  https://sourceware.org/bugzilla/show_bug.cgi?id=24492

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=79
2025-01-28 13:28:56 +00:00
Ana Guerrero
a8157ad0e2 Accepting request 1238126 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1238126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=36
2025-01-17 17:37:04 +00:00
Johannes Segitz
6562b804d4 - Remove enable nscd, nscd doesn't work anymore with systemd 257
[bsc#1234904]

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=77
2025-01-15 21:24:54 +00:00
Ana Guerrero
73f72c4b69 Accepting request 1205179 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1205179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=35
2024-10-02 19:32:20 +00:00
Wolfgang Frisch
d559bee3fe - Enable audit-rules: audit-rules has been split form audit with
version 4.0 in order to be able to load rules earlier.
  From audit changelog: One of the main features is the separation
  of loading rules and logging events into separate services,
  audit-rules.service and auditd.service.

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=75
2024-10-02 10:05:24 +00:00
Dominique Leuenberger
06130c8ea6 Accepting request 1196244 from Base:System
- Enable soft-reboot-cleanup.service to make soft-reboot possible
  with container and/or firewalld.

OBS-URL: https://build.opensuse.org/request/show/1196244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=34
2024-08-29 13:42:43 +00:00
Ana Guerrero
c1eaadd2a8 Accepting request 1170295 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1170295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=33
2024-08-25 10:10:09 +00:00
Ana Guerrero
cf67e0530a Accepting request 1143596 from Base:System
- Split hcn-init.service to hcn-init-NetworkManager and hcn-init-wicked
  (bsc#1200731 ltc#198485 https://github.com/ibm-power-utilities/powerpc-utils/pull/84)
  Support both the old and new service to avoid complex version interdependency.

OBS-URL: https://build.opensuse.org/request/show/1143596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=32
2024-02-02 14:45:00 +00:00
0062269f34 Accepting request 1143595 from home:fbonazzi:branches:Base:System
- Split hcn-init.service to hcn-init-NetworkManager and hcn-init-wicked
  (bsc#1200731 ltc#198485 https://github.com/ibm-power-utilities/powerpc-utils/pull/84)
  Support both the old and new service to avoid complex version interdependency.
- nvme-cli: enable nvmf-autoconnect.service for improved user experience
  (bsc#1216369).
- Fix another case of systemctl being called with an empty
  argument. This if a preemptive fix for a similar issue to
  bsc#1212496.
- Don't call systemctl list-unit-files with an empty argument,
  this will break enabling of system unit files [bsc#1212496]
- Add wtmpdb-update-boot.service and wtmpdb-rotate.timer to enable
  wtmpdb as Y2038 safe wtmp replacement
- Enable spice-vdagent.service and xdg-user-dirs.service by default
  (boo#1201728)
- Enable systemd-pstore.service by default (jsc#PED-2663) 
- enable user side autostart of drkonqi socket (bsc#1203493).
- Modify branding-preset-states to fix systemd-presets-common-SUSE
  not enabling new user systemd service preset configuration just
  as it handles system service presets. By passing an (optional)
  second parameter "user", the save/apply-changes commands now
  work with user services instead of system ones (boo#1200485)
- enable ignition-delete-config by default (bsc#1199524)
- Enable appstream-sync-cache.service by default(bsc#1197684).
- enable vgauthd service for VMWare by default (bsc#1195251)
- Replace the pipewire-media-session preset with a wireplumber
  user service preset to enable it by default (bsc#1200485).
- Haveged as a daemon is no longer required since kernel 5.6
  do not enable by default.
- To make update of package man work with its new upstream timer
  and service units both called man-db enable also man-db.timer
- When installing the systemd-presets-common-SUSE package for the
  first time in a new system, it might happen that some services
  are installed before systemd so the %systemd_pre/post macros
  would not work. This is handled by enabling all preset services
  in this package's %posttrans section but it wasn't enabling
  user services, just system services. Now it enables also the
  user services installed before this package, thus fixing
  boo#1186561
- Enable hcn-init.service for HNV on POWER (bsc#1184136 ltc#192155).
- Enable user service pipewire-media-session.service (used with
  pipewire >= 0.3.23).
- Enable user services pipewire.socket and pipewire-pulse.socket
  (boo#1183012).
- Enable btrfsmaintenance-refresh.path and disable
  btrfsmaintenance-refresh.service to avoid needless refresh on boot
  (boo#1165780)
- Enable dnf-makecache.timer
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut the build queues by allowing usage of systemd-mini
- Enable ignition-firstboot-complete.service
- Enable logwatch.timer (bsc#1112500).
- enable nvmefc-boot-connections.service to discover
  network-provided nvme drives on boot (bsc#1128428)
- Recent versions of mlocate don't use updatedb.timer any more.
  Instead, the unit is called mlocate.timer. [boo#1115408]
- branding-preset-states: Apply preset to all unit types
  (bsc#1121219).
- Rename 90-default-SUSE.preset to 95-default-SUSE.preset, so
  product branding takes precedence over common presets.
- Add default user preset: currently containing only the new
  pulseaudio.socket (bsc#1083473)
- Add issue-generator.path to make sure /etc/issue is really 
  regenerated if snippets change [bsc#1116825]
- Enable new unbound-anchor timer to keep root.key updated
  (bsc#1115417)
- Eanble new mdadm timers mdcheck_start.timer and  mdmonitor-oneshot.timer
  (bsc#1115407)
- mandb.timer: added as mandb moved from cron job to systemd
  timer (bsc#1115406)
- disable ca-certificates.service as it needlessly slows down boot
  (boo#1088378). update-ca-certificates will still be triggered by
  the path when there are actual changes.
- enable machines.target for the systemd based containers (bsc#1107941)
- Eanble smartd_generate_opts.path: generate new smartd option
  file if sysconfig variables changes.
- split out common service to be default enabled on all SUSE
  distributions from the branding. FATE#322139
- Enable backup-rpmdb.timer, backup-sysconfig.timer and
  check-battery.timer, previously cron.daily jobs.
- Enable new kbdsettings.service (boo#1010880).
- enable pcscd socket activation by default to support smartcards
  out of the box (boo#1063983)
- Enable lvm2-lvmpolld.socket by default (bsc#1074211)
- Enable lvm2-monitor.service by default (bsc#1072492)
- Don't disable services with preset-all in %posttrans, the network
  is special and would be disabled.
- If we do a fresh installation, call systemctl preset-all in the
  %posttrans section. Some services need to be installed before
  systemd or do not strictly require systemd, so systemd would only
  be installed after them and the systemd units of this package
  never enabled.
- Enable klog.service and rsyslog.service by default, currently
  they enable themself always in post install section.
- Enable btrfs-*.timer by default, switch from cron to systemd.timer
- Enable btrfsmaintenance-refresh.service
- Enable ModemManager.service by default (bsc#1038402).
- Move common entries into default-SUSE.preset (bsc#1060676)
- Sort entries with :'<,'>!sort -t ' ' -k 2 (bsc#1060676)
- Enable ca-certificates to run on boot and on demand to create
  database in /var/lib/ca-certificates
- removed duplicated iscsid.socket iscsid.servicce (bsc#1030161)
- Bump version to 12.2 to make version numbers consistent between
  SLE and Leap (boo#1029775).
- Remove superfluous uuidd.service. uuidd.socket is sufficient
  (bsc#1012850#c8).
- Enable socket/service(s) for lvm2 (bsc#1011053)
- Enable by default uuidd shipped by util-linux (bsc#1012850)
  util-linux was previously shipping a preset file enabling uuidd by
  default. This is now done here as other packages are not supposed to
  ship their own preset rules.
  Also increase the package version so util-linux can conflict with
  the previous versions and hence will be updated *after* the new
  version of the presets package is. This is important otherwise if
  util-linux removed its preset file first, then the presets package
  would believe a new change in the presets and you enable again
  uuidd.
- Enable the issue-generator.service by default: /etc/issue is in
  progress of no longer being a static file, but being generated by
  a service, which allows for much more flexible content (think
  ssh key fingerprint or similar).
- Fix pre/post scripts:
  + On %pre case, when updating from an old version of the package
    that did not yet contain
    %{_prefix}/lib/%{generic_name}/branding-preset-states, we can't
    start it. Add a check for execute permission on the script.
- Import preset macros from systemd-rpm-macro and convert them into
  scripts.
  Presets are not supposed to be shipped by other packages as the
  default policy needs to be reviewed by the secteam. Therefore don't
  encourage packagers to do that and make those macros private to this
  package.
  Also convert them into real scripts so they're much easier to
  maintain and debug. Also working in %posttrans is unneeded as this
  package is assumed to be the only one to update the preset.
- There's no need to reload the daemon configuration as presets are
  not part of the dameon config.
- added snapper-cleanup.timer and snapper-timeline.timer (bsc#1011891)
- enable vmblock-fuse service for VMWare by default (bsc#986277)
- don't require systemd to avoid dependency loop (boo#983986)
- added a prereq for coreutils to make sure the macro in %pre
  works when using touch and mkdir. (bsc#982337)
- enable mcelog by default instead of using an udev rule on
  /dev/mcelog (bsc#976781)
- enable remote-fs.target, getty@.service. (bsc#972489)
- don't enable ModemManager and wpa_supplicant. Both will be started
  on demand (bnc#717130)
- Add display-manager.service to defaults presets (boo#958880).
- Enable fstrim.timer and disable fstrim.service. TRIM should be
  performed once a week and not on every boot (FATE#317727).
  http://www.spinics.net/lists/util-linux-ng/msg09133.html
- Add %systemd_preset_pre and %systemd_preset_posttrans (fixes
  boo#921075 and all future requests to change service default).
- Enable updatedb timer for mlocate package
  * Replaces cron.daily script
- Enable timer for periodic password & group file integrity verification
- Remove xendomains.service from systemd preset file because it
  conflicts with libvirt-guests.service (bnc#937371)
  Its up to the admin to run systemctl enable xendomains.service
- If selinux is used, restorecond should be enabled by default.
  The relevant unit only starts if the system was booted with
  selinux enabled
- Do not start acpid by default, its functionality is provided
  by logind nowadays.
- Native systemd unit apparmor.service need to be enabled 
  by default.
- enabled smartd by default (bnc#921075)
- enable xencommons and xendomains (bnc#897352)
- enable vmtoolsd service for VMWare by default (bnc#901272)
- remove: enable lvm2-lvmetad.service   (bnc#901859)
- enable storage-fixup.service by default due to conversion
- enable wpa_supplicant.service (bnc#860885 comment#20)
- enable lvm2-lvmetad.socket (bnc#878473)
  enable lvm2-lvmetad.service 
- enable auditd, haveged and irqbalance services by default. bnc#872066
- Enable the logrotate.timer that replaces the cron-based
  activation by default.
- Enable epmd.socket so that epmd.service can be properly
  socket-activated instead of forking by beam. The later leads to
  the issue when epmd is killed at the stop of the specific service
  and all erlang instances crashes as a consequence.
  Needed by erlang package. (bnc#869112)
- Enable iscsi daemon socket and iscsi service as installed,
  so that iscsid.service can be socket-activated. (bnc#853300)
- Revert last change for hyper-v.rpm 
  Both daemons are started on demand via udev rules.
- Enable hv_kvp_daemon and hv_vss_daemon from hyper-v pkg
- Enable iscsid socket and iscsi service by default when
  installed (bnc#827654).
- Enable ModemManager.service is enabled when installed (it will be
  dbus-activated by NM).
- Rename main default file to 90-default-openSUSE.preset and move
  the "disable everything" part to a separate file
  "99-default-disable.preset". This allows fine tuning with
  additional files, if needed (same as Fedora).
- as we have multiversion kernels enabled by default, we also
  need to enable purge-kernels by default (bnc#818317).
- Do not unconditionally enable NetworkManager service as this
  breaks running /etc/init.d/network on update (bnc#803058).
- Change location of presets with latest systemd.
- Add nscd service (bnc#778981).
- Add cups units (service, path and socket) (bnc#769346).
- Add postfix (bnc#727403).
- don't enable sysstat by default (bnc#725791)
- Add sysstat.service (bnc#723858).
- buildignore branding for systemd to avoid bootstrap cycle
- Add Yast2 FirstBoot and Second Stage.
- Don't enable avahi-dnsconfd.service after all.
- Enable avahi-daemon.service and avahi-dnsconfd.service
- Enable cron.service
- Initial package

OBS-URL: https://build.opensuse.org/request/show/1143595
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=69
2024-02-02 10:07:45 +00:00
7eac420856 Accepting request 1143299 from home:michals:branches:Base:System
- Split hcn-init.service to hcn-init-NetworkManager and hcn-init-wicked
  (bsc#1200731 ltc#198485 https://github.com/ibm-power-utilities/powerpc-utils/pull/84)
  Support both the old and new service to avoid complex version interdependency.

OBS-URL: https://build.opensuse.org/request/show/1143299
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=68
2024-02-02 08:17:38 +00:00
02500d0368 Accepting request 1132749 from home:gmbr3:Active
- Add missing newline after dbus.socket (user-preset)

OBS-URL: https://build.opensuse.org/request/show/1132749
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=67
2023-12-13 13:55:36 +00:00
Dominique Leuenberger
26e69c043b Accepting request 1132628 from Base:System
Resubmit, with only the nvme change added; dbus-broker reverted

OBS-URL: https://build.opensuse.org/request/show/1132628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=31
2023-12-12 18:31:39 +00:00
Dominique Leuenberger
dbd6fb53e9 Rebert dbus-broker change, so we can let the nvmi-part pass
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=65
2023-12-12 09:44:48 +00:00
031b5e2bde Accepting request 1118910 from home:mgerstner:branches:Base:System
- nvme-cli: enable nvmf-autoconnect.service for improved user experience
  (bsc#1216369).

OBS-URL: https://build.opensuse.org/request/show/1118910
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=64
2023-10-19 12:14:50 +00:00
Johannes Segitz
f14f3527e9 Accepting request 1113601 from home:simotek:branches:Broker
- Swap from dbus to dbus-broker for system and user bus see
  https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/EFZU4S7V5NJBEVPK5AECF55XR44PYWFT/

Resubmit with link to reasoning.
  for more detailed info.

OBS-URL: https://build.opensuse.org/request/show/1113601
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=63
2023-09-28 11:40:27 +00:00
Dominique Leuenberger
c8fbafa274 Accepting request 1093944 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1093944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=30
2023-06-20 14:39:59 +00:00
Johannes Segitz
dbbe1ac7c8 Accepting request 1093930 from home:alarrosa:branches:Base:System
- Fix another case of systemctl being called with an empty
  argument. This if a preemptive fix for a similar issue to
  bsc#1212496.

OBS-URL: https://build.opensuse.org/request/show/1093930
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=61
2023-06-20 09:38:41 +00:00
Johannes Segitz
0f71fde675 Accepting request 1093778 from home:kukuk:branches:Base:System
- Don't call systemctl list-unit-files with an empty argument,
  this will break enabling of system unit files [bsc#1212496]

OBS-URL: https://build.opensuse.org/request/show/1093778
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=60
2023-06-19 13:03:53 +00:00
Dominique Leuenberger
6798866c32 Accepting request 1092824 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1092824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=29
2023-06-14 14:29:02 +00:00
Wolfgang Frisch
0a6a7bcab8 Accepting request 1092814 from home:kukuk:no-utmp
- Add wtmpdb-update-boot.service and wtmpdb-rotate.timer to enable
  wtmpdb as Y2038 safe wtmp replacement

OBS-URL: https://build.opensuse.org/request/show/1092814
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=58
2023-06-13 10:47:50 +00:00
Dominique Leuenberger
5c3e26a38c Accepting request 1067318 from Base:System
user service preset to enable it by default (bsc#1200485). (forwarded request 1067317 from favogt)

OBS-URL: https://build.opensuse.org/request/show/1067318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=28
2023-02-23 15:28:30 +00:00
91d5f24539 Accepting request 1067317 from home:favogt:branches:Base:System
user service preset to enable it by default (bsc#1200485).

OBS-URL: https://build.opensuse.org/request/show/1067317
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=56
2023-02-23 08:01:01 +00:00
Dominique Leuenberger
2121110280 Accepting request 1066853 from Base:System
- Enable spice-vdagent.service and xdg-user-dirs.service by default
  (boo#1201728)

OBS-URL: https://build.opensuse.org/request/show/1066853
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=27
2023-02-21 14:35:48 +00:00
4f843a41a2 Accepting request 1063971 from home:favogt:systemdfix
- Enable spice-vdagent.service and xdg-user-dirs.service by default
  (boo#1201728)

OBS-URL: https://build.opensuse.org/request/show/1063971
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=54
2023-02-20 14:42:39 +00:00
Dominique Leuenberger
f01da3e841 Accepting request 1046098 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1046098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=26
2023-01-03 14:04:34 +00:00
Johannes Segitz
adb26a8c1d Accepting request 1043161 from home:fbui:branches:Base:System
- Enable systemd-pstore.service by default (jsc#PED-2663)

OBS-URL: https://build.opensuse.org/request/show/1043161
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=52
2023-01-02 08:59:38 +00:00
Dominique Leuenberger
f8a1c51a29 Accepting request 1040554 from Base:System
- enable user side autostart of drkonqi socket (bsc#1203493). (forwarded request 1036239 from mgerstner)

OBS-URL: https://build.opensuse.org/request/show/1040554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=25
2022-12-07 16:34:18 +00:00
c627a5583e Accepting request 1036239 from home:mgerstner:branches:Base:System
- enable user side autostart of drkonqi socket (bsc#1203493).

OBS-URL: https://build.opensuse.org/request/show/1036239
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=50
2022-12-06 09:39:52 +00:00
Dominique Leuenberger
0b41231e67 Accepting request 984452 from Base:System
- Modify branding-preset-states to fix systemd-presets-common-SUSE
  not enabling new user systemd service preset configuration just
  as it handles system service presets. By passing an (optional)
  second parameter "user", the save/apply-changes commands now
  work with user services instead of system ones (boo#1200485)

- enable ignition-delete-config by default (bsc#1199524)

OBS-URL: https://build.opensuse.org/request/show/984452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=24
2022-06-24 06:45:16 +00:00
307f458019 Accepting request 981551 from home:fos:branches:Base:System
Enable ignition-delete-config by default (security issue, see bsc#1199524)

OBS-URL: https://build.opensuse.org/request/show/981551
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=48
2022-06-22 10:57:44 +00:00
0c547805c3 Accepting request 982585 from home:alarrosa:branches:Base:System
- Modify branding-preset-states to fix systemd-presets-common-SUSE
  not enabling new user systemd service preset configuration just
  as it handles system service presets. By passing an (optional)
  second parameter "user", the save/apply-changes commands now
  work with user services instead of system ones (boo#1200485)

OBS-URL: https://build.opensuse.org/request/show/982585
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=47
2022-06-22 09:47:59 +00:00
Dominique Leuenberger
dc317edc32 Accepting request 982355 from Base:System
- Enable appstream-sync-cache.service by default(bsc#1197684). (forwarded request 982346 from JonathanKang)

OBS-URL: https://build.opensuse.org/request/show/982355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=23
2022-06-17 19:20:17 +00:00
69a3fbf9e1 Accepting request 982346 from home:JonathanKang:branches:Base:System
- Enable appstream-sync-cache.service by default(bsc#1197684).

OBS-URL: https://build.opensuse.org/request/show/982346
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=45
2022-06-13 07:29:35 +00:00
Dominique Leuenberger
d68e9f7b49 Accepting request 957068 from Base:System
OBS-URL: https://build.opensuse.org/request/show/957068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=22
2022-02-24 17:18:28 +00:00
Johannes Segitz
bfb14053a2 Accepting request 950570 from home:kallan
- enable vgauthd service for VMWare by default (bsc#1195251)

OBS-URL: https://build.opensuse.org/request/show/950570
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=44
2022-02-23 12:36:07 +00:00
Dominique Leuenberger
df39c1da49 Accepting request 930281 from Base:System
OBS-URL: https://build.opensuse.org/request/show/930281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=21
2021-12-12 20:27:24 +00:00
Johannes Segitz
ae124139f0 Accepting request 929727 from home:alarrosa:branches:Base:System
- Replace the pipewire-media-session preset with a wireplumber
  user service preset to enable it by default.

OBS-URL: https://build.opensuse.org/request/show/929727
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=43
2021-11-09 07:58:01 +00:00
Dominique Leuenberger
bf3b047eb0 Accepting request 924524 from Base:System
OBS-URL: https://build.opensuse.org/request/show/924524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=20
2021-10-18 19:58:12 +00:00
c7bcafb278 Accepting request 924118 from home:elvigia:branches:Base:System
- Haveged as a daemon is no longer required since kernel 5.6
  do not enable by default.

OBS-URL: https://build.opensuse.org/request/show/924118
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=42
2021-10-10 09:51:27 +00:00
Dominique Leuenberger
3ce1bacfa9 Accepting request 899406 from Base:System
OBS-URL: https://build.opensuse.org/request/show/899406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=19
2021-06-15 14:36:49 +00:00
Johannes Segitz
7424f3afbf Accepting request 899035 from home:WernerFink:branches:Base:System
- To make update of package man work with its new upstream timer
  and service units both called man-db enable also man-db.timer

OBS-URL: https://build.opensuse.org/request/show/899035
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=40
2021-06-11 06:10:52 +00:00
Dominique Leuenberger
a72225871e Accepting request 896896 from Base:System
OBS-URL: https://build.opensuse.org/request/show/896896
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=18
2021-06-04 20:42:40 +00:00
41a713cc37 Accepting request 895807 from home:alarrosa:branches:Base:System
- When installing the systemd-presets-common-SUSE package for the
  first time in a new system, it might happen that some services
  are installed before systemd so the %systemd_pre/post macros
  would not work. This is handled by enabling all preset services
  in this package's %posttrans section but it wasn't enabling
  user services, just system services. Now it enables also the
  user services installed before this package, thus fixing
  boo#1186561

OBS-URL: https://build.opensuse.org/request/show/895807
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=38
2021-06-02 10:58:40 +00:00
Dominique Leuenberger
799cd007c2 Accepting request 884212 from Base:System
OBS-URL: https://build.opensuse.org/request/show/884212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=17
2021-04-12 10:34:04 +00:00
eca4d4968c Accepting request 883573 from home:michals:branches:Base:System
- Enable hcn-init.service for HNV on POWER (bsc#1184136 ltc#192155).

OBS-URL: https://build.opensuse.org/request/show/883573
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=36
2021-04-10 11:08:15 +00:00
Richard Brown
864a982159 Accepting request 879681 from Base:System
- Enable user service pipewire-media-session.service (used with
  pipewire >= 0.3.23).

- Enable user services pipewire.socket and pipewire-pulse.socket
  (boo#1183012).

OBS-URL: https://build.opensuse.org/request/show/879681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=16
2021-03-19 15:40:33 +00:00
Johannes Segitz
600cd6fb04 Accepting request 878173 from home:alarrosa:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/878173
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=34
2021-03-17 07:44:10 +00:00
Dominique Leuenberger
1150291e85 Accepting request 838568 from Base:System
OBS-URL: https://build.opensuse.org/request/show/838568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=15
2020-10-03 16:56:54 +00:00
Johannes Segitz
7e03ac67b3 Accepting request 825835 from home:Pharaoh_Atem:branches:Base:System
- Enable dnf-makecache.timer

OBS-URL: https://build.opensuse.org/request/show/825835
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=32
2020-09-29 13:23:41 +00:00
Dominique Leuenberger
ea2cae1e91 Accepting request 831123 from Base:System
OBS-URL: https://build.opensuse.org/request/show/831123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=14
2020-09-04 08:54:19 +00:00
Johannes Segitz
ba87f5ec52 Accepting request 829721 from home:favogt:bm
- Enable btrfsmaintenance-refresh.path and disable
  btrfsmaintenance-refresh.service to avoid needless refresh on boot
  (boo#1165780)

OBS-URL: https://build.opensuse.org/request/show/829721
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=30
2020-09-01 13:20:10 +00:00
Dominique Leuenberger
1d339c8e39 Revert, see https://bugzilla.opensuse.org/show_bug.cgi?id=1038403#c4
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=13
2019-11-17 12:17:25 +00:00
OBS User buildservice-autocommit
ad638cefd0 Updating link to change in openSUSE:Factory/systemd-presets-common-SUSE revision 13.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=fccd187bee7c0423f3c590838f2bd8e3
2019-11-17 12:17:25 +00:00
Dominique Leuenberger
1ae7557695 Accepting request 748057 from Base:System
OBS-URL: https://build.opensuse.org/request/show/748057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=12
2019-11-15 21:32:07 +00:00
Johannes Segitz
829ab590c3 Accepting request 748051 from home:JonathanKang:branches:Base:System
- Enable packagekit-background.timer by default: systemd timer is
  used to replace cron job, which runs daily. So enable this by
  default.
- Enable NetworkManagerManager.service and
  NetworkManager-dispatcher.service by default (bsc#1038403).

OBS-URL: https://build.opensuse.org/request/show/748051
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=28
2019-11-13 08:26:50 +00:00
efea53d4b1 Accepting request 744409 from home:hmzhao:branches:openSUSE:Factory
- Currently openSUSE lvm2-2.03.05 doesn't have lvmetad codes & service.
  remove lvm2-lvmetad.socket in default-SUSE.preset.

OBS-URL: https://build.opensuse.org/request/show/744409
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=27
2019-11-10 10:47:00 +00:00
Dominique Leuenberger
2844c52ed7 Accepting request 713856 from Base:System
OBS-URL: https://build.opensuse.org/request/show/713856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=11
2019-07-22 10:15:32 +00:00
382ca7dd49 Accepting request 708153 from home:fos:branches:Base:System
- Enable ignition-firstboot-complete.service

Ignition (https://build.opensuse.org/package/show/devel:kubic:ignition/ignition) is supposed to replace cloud-init in certain scenarios. Prepare the system to enable ignition-firstboot-complete.service (to delete the firstboot flag file), otherwise the system would constantly re-initialize itself.

OBS-URL: https://build.opensuse.org/request/show/708153
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=25
2019-07-07 13:47:17 +00:00
Dominique Leuenberger
fe56125760 Accepting request 709499 from Base:System
Allow OBS to pick better candidates to shorten rebuild queues (forwarded request 709483 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/709499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=10
2019-06-26 14:00:40 +00:00
71d31549be Accepting request 709483 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709483
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=23
2019-06-12 15:05:22 +00:00
Dominique Leuenberger
edcc92dfa4 Accepting request 704675 from Base:System
OBS-URL: https://build.opensuse.org/request/show/704675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=9
2019-06-03 16:42:12 +00:00
bbfd39278f Accepting request 687642 from home:sschricker:branches:Base:System
- enable nvmefc-boot-connections.service to discover
  network-provided nvme drives on boot (bsc#1128428)

OBS-URL: https://build.opensuse.org/request/show/687642
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=21
2019-05-22 08:46:06 +00:00
Dominique Leuenberger
742a945428 Accepting request 699823 from Base:System
OBS-URL: https://build.opensuse.org/request/show/699823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=8
2019-05-06 11:17:52 +00:00
511850b653 Accepting request 690468 from home:adaugherity:branches:Base:System
- Enable logwatch.timer (bsc#1112500).
This will enable the future migration of logwatch from cron to systemd timers, which will fix bsc#1112500.  

I've submitted an updated logwatch in SR 690465, which updates to the latest upstream release, including systemd support.  It needs a systemd preset (hence this request) to be useful; if this is approved I'll submit another update to logwatch to migrate from cron to systemd timers.

OBS-URL: https://build.opensuse.org/request/show/690468
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=19
2019-05-01 06:27:37 +00:00
Dominique Leuenberger
bff44d29e9 Accepting request 668077 from Base:System
Make sure mlocate is enabled by default. (forwarded request 667978 from psimons)

OBS-URL: https://build.opensuse.org/request/show/668077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=7
2019-01-29 13:45:31 +00:00
ba9f9ec99e Accepting request 667978 from home:psimons:branches:Base:System
Make sure mlocate is enabled by default.

OBS-URL: https://build.opensuse.org/request/show/667978
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=17
2019-01-23 12:15:07 +00:00
bc9258913f Accepting request 667065 from home:sbrabec:branches-systemd-presets-common-SUSE-b1121219
- branding-preset-states: Apply preset to all unit types
  (bsc#1121219).
- Rename 90-default-SUSE.preset to 95-default-SUSE.preset, so
  product branding takes precedence over common presets.

OBS-URL: https://build.opensuse.org/request/show/667065
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=16
2019-01-19 08:00:58 +00:00
b93c4cec8d Accepting request 666445 from home:tiwai:branches:Base:System
- Add default user preset: currently containing only the new
  pulseaudio.socket (bsc#1083473)

OBS-URL: https://build.opensuse.org/request/show/666445
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=15
2019-01-16 10:58:13 +00:00
1a4e589b40 Accepting request 664668 from home:kukuk:branches:Base:System
- Add issue-generator.path to make sure /etc/issue is really 
  regenerated if snippets change [bsc#1116825]

OBS-URL: https://build.opensuse.org/request/show/664668
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=14
2019-01-11 14:25:31 +00:00
4e9fa15775 Accepting request 664133 from home:rtorrero:branches:openSUSE:Factory
- Enable new unbound-anchor timer to keep root.key updated
  (bsc#1115417)

OBS-URL: https://build.opensuse.org/request/show/664133
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=13
2019-01-09 16:30:48 +00:00
Dominique Leuenberger
7a12c99ef4 Accepting request 658954 from Base:System
- Eanble new mdadm timers mdcheck_start.timer and  mdmonitor-oneshot.timer
  (bsc#1115407)

I previously submitted this change to openSUSE-branding.  That was a mistake.
It fits better in common-SUSE. I'll remove it from branding. (forwarded request 657725 from neilbrown)

OBS-URL: https://build.opensuse.org/request/show/658954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=6
2018-12-21 07:18:51 +00:00
cac328e0f8 Accepting request 657725 from home:neilbrown:branches:Base:System
- Eanble new mdadm timers mdcheck_start.timer and  mdmonitor-oneshot.timer
  (bsc#1115407)

I previously submitted this change to openSUSE-branding.  That was a mistake.
It fits better in common-SUSE. I'll remove it from branding.

OBS-URL: https://build.opensuse.org/request/show/657725
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=11
2018-12-17 15:54:29 +00:00
Dominique Leuenberger
95472f50ff Accepting request 653627 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/653627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=5
2018-12-10 11:25:04 +00:00
b2107047cc - mandb.timer: added as mandb moved from cron job to systemd
timer (bsc#1115406)

OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=9
2018-11-12 15:35:16 +00:00
Dominique Leuenberger
e407deab8a Accepting request 645569 from Base:System
- disable ca-certificates.service as it needlessly slows down boot
  (boo#1088378). update-ca-certificates will still be triggered by
  the path when there are actual changes. (forwarded request 645556 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/645569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=4
2018-11-06 14:21:42 +00:00
ab9bb7967c Accepting request 645556 from home:lnussel:branches:Base:System
- disable ca-certificates.service as it needlessly slows down boot
  (boo#1088378). update-ca-certificates will still be triggered by
  the path when there are actual changes.

OBS-URL: https://build.opensuse.org/request/show/645556
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=7
2018-10-30 16:35:37 +00:00
Yuchen Lin
14c602f2f3 Accepting request 635211 from Base:System
- enable machines.target for the systemd based containers (bsc#1107941)

OBS-URL: https://build.opensuse.org/request/show/635211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=3
2018-09-18 09:40:30 +00:00
703770d216 - enable machines.target for the systemd based containers (bsc#1107941)
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=5
2018-09-11 15:11:58 +00:00
Dominique Leuenberger
490088a351 Accepting request 627662 from Base:System
OBS-URL: https://build.opensuse.org/request/show/627662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=2
2018-08-15 08:29:22 +00:00
62de73064b Accepting request 622016 from home:kukuk:branches:Base:System
- Eanble smartd_generate_opts.path: generate new smartd option
  file if sysconfig variables changes.

OBS-URL: https://build.opensuse.org/request/show/622016
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=3
2018-08-06 12:05:32 +00:00
Dominique Leuenberger
ca4cd3595c Accepting request 581535 from Base:System
split out of the branding-presets

OBS-URL: https://build.opensuse.org/request/show/581535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd-presets-common-SUSE?expand=0&rev=1
2018-03-09 09:35:53 +00:00
1295652136 Accepting request 581531 from home:msmeissn:branches:Base:System
new package, forked off the branding

OBS-URL: https://build.opensuse.org/request/show/581531
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-presets-common-SUSE?expand=0&rev=1
2018-03-01 08:25:13 +00:00
3 changed files with 25 additions and 2 deletions

View File

@ -2,6 +2,7 @@ enable YaST2-Firstboot.service
enable YaST2-Second-Stage.service
enable apparmor.service
enable appstream-sync-cache.service
enable audit-rules.service
enable auditd.service
enable avahi-daemon.service
enable backup-rpmdb.timer
@ -46,7 +47,6 @@ enable mdcheck_start.timer
enable mdmonitor-oneshot.timer
enable mlocate.timer
enable ModemManager.service
enable nscd.service
enable nvmefc-boot-connections.service
enable nvmf-autoconnect.service
enable pcscd.socket
@ -69,4 +69,5 @@ enable vmtoolsd.service
enable vgauthd.service
enable wtmpdb-update-boot.service
enable wtmpdb-rotate.timer
enable wtmpdbd.socket
enable xencommons.service

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Jan 28 11:00:10 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
- Enable wtmpdbd.socket to start wtmpdbd via socket activation.
A seperate daemon for wtmpdb access is required to solve
https://sourceware.org/bugzilla/show_bug.cgi?id=24492
-------------------------------------------------------------------
Tue Jan 7 09:43:10 UTC 2025 - Thorsten Kukuk <kukuk@suse.com>
- Remove enable nscd, nscd doesn't work anymore with systemd 257
[bsc#1234904]
-------------------------------------------------------------------
Tue Oct 1 06:51:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Enable audit-rules: audit-rules has been split form audit with
version 4.0 in order to be able to load rules earlier.
From audit changelog: One of the main features is the separation
of loading rules and logging events into separate services,
audit-rules.service and auditd.service.
-------------------------------------------------------------------
Mon Aug 26 12:12:49 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package systemd-presets-common-SUSE
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed