Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

systemd-rpm-macros-4.1-lp152.8.4.1 RPM for noarch

From OpenSuSE Leap 15.2 updates for noarch

Name: systemd-rpm-macros Distribution: openSUSE Leap 15.2
Version: 4.1 Vendor: openSUSE
Release: lp152.8.4.1 Build date: Wed Sep 30 23:04:19 2020
Group: Development/Tools/Building Build host: cloud120
Size: 10163 Source RPM: systemd-rpm-macros-4.1-lp152.8.4.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://en.opensuse.org/openSUSE:Systemd_packaging_guidelines
Summary: RPM macros for systemd
Starting with openSUSE 12.1, several RPM macros must be used to package systemd
services files. This package provides these macros.

Provides

Requires

License

LGPL-2.1+

Changelog

* Fri Sep 25 2020 Franck Bui <fbui@suse.com>
  - Bump version to 4.1
* Fri Sep 25 2020 Franck Bui <fbui@suse.com>
  - Backport missing macros of directory paths from upstream
    + %_environmentdir
    + %_modulesloaddir
    + %_modprobedir
* Fri Sep 25 2020 Franck Bui <fbui@suse.com>
  - Make sure %_restart_on_update_never and %_stop_on_removal_never
    don't expand to the empty string (bsc#1176932)
    Otherwise sequences like the following code:
      if [ ... ]; then
      %_restart_on_update_never
      fi
    would result in the following incorrect shell syntax:
      if [ ... ]; then
      fi
* Fri Sep 11 2020 Franck Bui <fbui@suse.com>
  - Introduce %service_del_postun_without_restart (bsc#1173034)
    This new interface is preferred over the use of %service_del_postun
    with '-f' and '-n' options. It's been in Factory since a year and a
    half.
* Wed Feb 14 2018 fbui@suse.com
  - Fix %systemd_post(): it's never called during package removal
    Also make it useful by restoring its original implementation.
* Mon Feb 12 2018 fbui@suse.com
  - Import more definitions from upstream (v237)
* Mon Jan 22 2018 dimstar@opensuse.org
  - Fix system_user_post macro for usage with RPM 4.14, backport from
    https://github.com/systemd/systemd/commit/e67ba783.
* Thu Dec 14 2017 fbui@suse.com
  - Move macros.systemd in /usr/lib/rpm
    The file is not supposed to be customized by the user.
* Wed Dec 13 2017 fbui@suse.com
  - Make %systemd_add_pre() more similar to %systemd_add_post()
    The main advantage is that we pass only one argument to
    systemd-sysv-convert script. The later can now be improved/rewritten
    to handle only one argument and return a useful exit status.
* Wed Dec 13 2017 fbui@suse.com
  - Make sure to apply presets if packages start shipping units during upgrades (bsc#1071543)
    If a package started shipping units during upgrade only sysv
    migration was done. However if the package didn't ship any sysv
    scripts before no presets were applied.
    Now during upgrades, preset are always applied (still only during
    the first time the units are installed) then followed by the sysv
    migration machinery.
    The downside of this is that migrated services can have symlinks in
    both runlevel.target.wants/ (created by the sysv migration) and in
    the directory specified by the [Install] sections (created by
    "systemctl preset")...
    The whole thing should be rewritten.
* Fri Dec 01 2017 fbui@suse.com
  - Make sure to clean up "new-in-upgrade" tag file (bsc#1059627)
    The tag file might have been incorrectly left by a preceding update.
* Wed Nov 22 2017 fbui@suse.com
  - Restore previous changes
* Fri Nov 17 2017 fbui@suse.com
  - Revert previous changes
    Also added reasons why the previous changes would be needed.
* Fri Nov 17 2017 kukuk@suse.de
  - Don't execute systemd-tmpfiles if we run in transactional update
    mode
    If you do transactional updates, it doesn't make any sense to
    execute the tmpfiles. They will only create a lot of directories,
    files or symlinks in empty directories without any use and later
    hidden under the real mount points. With transactional updates, you
    should do such things always during the boot phase, as designed by
    systemd (and like Fedora and RHEL doing, but in their use case it's
    in my opinion a bug).
* Thu Nov 02 2017 fbui@suse.com
  - Remove a useless test in %service_add_pre()
    The test was placed where the condition '[ "$FIRST_ARG" -gt 1 ]' was
    always true.
* Fri Jun 02 2017 dimstar@opensuse.org
  - BuildIgnore systemd-rpm-macros: a small cycle that can be
    avoided. system-rpm-macros is being pulled in by rpm-build as
    conveniance to the packagers.
* Fri Jun 02 2017 fbui@suse.com
  - Reference bsc#956849 to please the new OBS 'sanity' check (bsc#1041386)
    %tmpfiles_create is already part of the version shipped by Factory
    so there's nothing to do here execpt mentioning (bsc#956849).
* Fri Mar 10 2017 fbui@suse.com
  - Kill preset macros
    The last users have been fixed so these macros are no more used by
    any package.
    The introduction of them was a bad idea and only the branding preset
    package is still using a similar mechanism but at least it's now
    self contained in this package. Also the package calls now a shell
    script instead of rpm macros.
    Upstream is working on making this completely obsolete so the preset
    branding package could be cleaned up for good.
* Wed Jan 11 2017 jengelh@inai.de
  - RPM group fix
* Fri Jun 03 2016 Thomas.Blume@suse.com
  - %service_add_post() suppress daemon-reload when in installation
    system (bsc#982343)
* Thu Mar 03 2016 werner@suse.de
  - Allow the packagers to specify the options -f and -n on the
    macros %service_del_preun(), %service_del_postun(), %systemd_post(),
    and %systemd_preun() (boo#968405)
* Sat Feb 27 2016 dimstar@opensuse.org
  - Also honor DISABLE_STOP_ON_REMOVAL and DISABLE_RESTART_ON_UPDATE
    when specified by a package directly in the .spec file. Some
    package know that a restart of their service is fatal
    (boo#968405).
* Fri Nov 20 2015 werner@suse.de
  - Support of DISABLE_STOP_ON_REMOVAL and DISABLE_RESTART_ON_UPDATE
    from /etc/sysconfig/service (bsc#955996)
* Fri Sep 18 2015 sbrabec@suse.com
  - Skip %systemd_preset_* during the clean installation to prevent
    presetting of all services (boo#946216).
* Tue Aug 04 2015 sbrabec@suse.com
  - Add %systemd_preset_pre and %systemd_preset_posttrans that will
    do one shot presetting of all services with changed system
    preset. It makes possible to to fix bad default service state
    (bnc#900935#c46, FATE#318949, FATE#317727, bnc#921075).
  - Increment version to 3.
* Mon Jun 15 2015 jengelh@inai.de
  - Check for presence/executability of systemd programs before
    executing them, and do not suppress warnings/errors resulting
    from them.
* Fri Jan 09 2015 jengelh@inai.de
  - Update with new macros from systemd 218
  - Remove empty sections from specfile
* Tue Nov 18 2014 werner@suse.de
  - Mark /etc/rpm/macros.systemd as configuration file
* Tue Nov 18 2014 werner@suse.de
  - Apply then delete patch systemd-daemon-reload-before-service-restart.patch
  - Add orignal systemd macros as well (boo#807164)
* Wed Oct 15 2014 thomas.blume@suse.com
  - make systemd aware of changed unit file content after update
    add systemd-daemon-reload-before-service-restart.patch

Files

/usr/lib/rpm/macros.d/macros.systemd
/usr/lib/systemd
/usr/lib/systemd/system


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:20:05 2024