SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for systemd-rpm-macros-5-8.8.11.uyuni.noarch.rpm :

* Tue Nov 24 2020 fbuiAATTsuse.com- Bump to version 5 (bsc#1179020) Backport changes from SLE15 so SLE12-SP2 and SLE15 versions are mostly identical.
* Tue Nov 24 2020 fbuiAATTsuse.com- Drop reference to FIRST_ARG in new introduced macro %service_del_postun_without_restart Influencing the behavior of the macro with \'FIRST_ARG\' variable was a hack. We should not add that to newly introduced interfaces.
* Tue Nov 24 2020 fbuiAATTsuse.com- Rename the tag file used to detect when presets need to be applied Rather than placing these tags directly under /run, let\'s place them under /run/systemd/rpm. This also has the benefit to make the workaround for bsc#1059627 no more needed.
* Tue Nov 24 2020 fbuiAATTsuse.com- Move macros.systemd from /etc to /usr (backport from SLE15) macros.systemd has never meant to be modified and treated like a configuration file. Hence let\'s move it to /usr and don\'t tag it with %config. In the very unlikely case it\'s been modified, it will be backed up with .rpmsave extension but no more read by rpmbuild.
* Tue Nov 24 2020 fbuiAATTsuse.com- Add missing macro %_userpresetdir
* Tue Nov 24 2020 fbuiAATTsuse.com- rpm: fix %systemd_user_post() macro. Escape \"--user\" and \"--global\" arguments with \"\\\\\" since rpm treats arguments starting with \"-\" as macro options which causes \"Unknown option\" rpm error. Use %{expand:...} to force expansion of the inner macro. Otherwise %{?
*} is recursively defined as \"\\--user \\--global {%?
*}\" which causes \"Too many levels of recursion in macro expansion\" rpm error. Upstream commit: e67ba783696f21782ad5c2ba00515d387016e785
* Tue Nov 24 2020 fbuiAATTsuse.com- Deprecate \'-f\'/\'-n\' options (backported from SLE15) When used with %service_del_preun, support for these options will be dropped as DISABLE_STOP_ON_REMOVAL support will be removed on the next version of SLE (jsc#SLE-8968) When used with %service_del_postun, they should be replaced with their counterpart %service_del_postun_with_restart/%service_del_postun_without_restart
* Tue Nov 24 2020 fbuiAATTsuse.com- Backport %service_del_postun_with_restart() It\'s the counterpart of %service_del_postun_without_restart() and replaces the \'-f\' option of %service_del_postun().
* Tue Nov 24 2020 fbuiAATTsuse.com- Backport %systemd_ordering This macro is already available in later distros and should ease backports of packages, which rely on it.- Update some comments
* Tue Nov 24 2020 fbuiAATTsuse.com- Really test the presence of systemctl once No functional changes.
* Tue Nov 24 2020 fbuiAATTsuse.com- Split private macros related to presets off as these macros have never been intended to be used by any package but systemd-presets-branding. In fact these have been completely removed since SLE15. So let\'s move them into a \"private\" file.- Dont apply presets when migrating from a disabled initscript (bsc#1178481)- Test for the presence of systemctl only once in %service_add_{post,pre}
* Wed Sep 30 2020 fbuiAATTsuse.com- Passing %{?
*} when calling a macro is broken (bsc#1177034) Apparently it won\'t be fixed (!?) so let\'s workaround it.
* Fri Sep 25 2020 fbuiAATTsuse.com- Bump to version 4.1
* Fri Sep 25 2020 fbuiAATTsuse.com- Backport missing macros of directory paths from upstream + %_modulesloaddir + %_modprobedir + %_systemdgeneratordir + %_systemdusergeneratordir
* Fri Sep 25 2020 fbuiAATTsuse.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 fbuiAATTsuse.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 Aug 08 2018 fbuiAATTsuse.com- Fix %systemd_post(): it\'s never called during package removal (bsc#1104176) Also make it useful by restoring its original implementation.
* Thu Jan 18 2018 fbuiAATTsuse.com- Backport from Factory: - Make sure to apply presets if packages start shipping units during upgrades (bsc#1071543 bsc#1073715) 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.
* Thu Jan 18 2018 fbuiAATTsuse.com- Backport from Factory: - Remove a useless test in %service_add_pre() The test was placed where the condition \'[ \"$FIRST_ARG\" -gt 1 ]\' was always true.
* Fri Dec 01 2017 fbuiAATTsuse.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 Jun 01 2016 Thomas.BlumeAATTsuse.com- %service_add_post() suppress daemon-reload when in installation system (bsc#982343)
* Fri Apr 15 2016 idonmezAATTsuse.com- Sync with Factory for Gnome 3.20 fate#318572- Version bumped to 3
* Thu Mar 10 2016 wernerAATTsuse.de- Add %tmpfiles_create macro (bsc#956849)- 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)
* Fri Nov 20 2015 wernerAATTsuse.de- Support of DISABLE_STOP_ON_REMOVAL and DISABLE_RESTART_ON_UPDATE from /etc/sysconfig/service (bsc#955996)
* Fri Sep 18 2015 sbrabecAATTsuse.com- Skip %systemd_preset_
* during the clean installation to prevent presetting of all services (boo#946216).
* Thu Aug 27 2015 sbrabecAATTsuse.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 2.1.
* Mon Jun 15 2015 jengelhAATTinai.de- Check for presence/executability of systemd programs before executing them, and do not suppress warnings/errors resulting from them.
* Fri Jan 09 2015 jengelhAATTinai.de- Update with new macros from systemd 218- Remove empty sections from specfile
* Tue Nov 18 2014 wernerAATTsuse.de- Mark /etc/rpm/macros.systemd as configuration file
* Tue Nov 18 2014 wernerAATTsuse.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.blumeAATTsuse.com- make systemd aware of changed unit file content after update add systemd-daemon-reload-before-service-restart.patch
* Thu Mar 27 2014 wernerAATTsuse.de- Add a %_ntpunitsdir macro
* Thu Mar 27 2014 fcrozatAATTsuse.com- Add support to not restart services if running in YaST2 or if DISABLE_RESTART_ON_UPDATE is set to yes [bnc#858429]
* Fri Feb 28 2014 wernerAATTsuse.de- Require coreutils as rm and touch are used
* Fri Feb 07 2014 wernerAATTsuse.de- Make systemd rpm macros package a separate to avoid rebuild of the full package tree if systemd package change
* Thu Jul 04 2013 fcrozatAATTsuse.com- Resync with systemd v205 macros
* Mon Jun 17 2013 mhruseckyAATTsuse.com- New package with systemd rpm macros to avoid unnecessary build time dependencies
 
ICM