Changelog for
systemd-rpm-macros-3-15.2.noarch.rpm :
Wed Nov 22 13:00:00 2017 fbuiAATTsuse.com
- Restore previous changes
Fri Nov 17 13:00:00 2017 fbuiAATTsuse.com
- Revert previous changes
Also added reasons why the previous changes would be needed.
Fri Nov 17 13:00:00 2017 kukukAATTsuse.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 2 13:00:00 2017 fbuiAATTsuse.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 2 14:00:00 2017 dimstarAATTopensuse.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 2 14:00:00 2017 fbuiAATTsuse.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 13:00:00 2017 fbuiAATTsuse.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 13:00:00 2017 jengelhAATTinai.de
- RPM group fix
Fri Jun 3 14:00:00 2016 Thomas.BlumeAATTsuse.com
- %service_add_post() suppress daemon-reload when in installation
system (bsc#982343)
Thu Mar 3 13:00:00 2016 wernerAATTsuse.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 13:00:00 2016 dimstarAATTopensuse.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 13:00:00 2015 wernerAATTsuse.de
- Support of DISABLE_STOP_ON_REMOVAL and DISABLE_RESTART_ON_UPDATE
from /etc/sysconfig/service (bsc#955996)
Fri Sep 18 14:00:00 2015 sbrabecAATTsuse.com
- Skip %systemd_preset_
* during the clean installation to prevent
presetting of all services (boo#946216).
Tue Aug 4 14:00:00 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 3.
Mon Jun 15 14:00:00 2015 jengelhAATTinai.de
- Check for presence/executability of systemd programs before
executing them, and do not suppress warnings/errors resulting
from them.
Fri Jan 9 13:00:00 2015 jengelhAATTinai.de
- Update with new macros from systemd 218
- Remove empty sections from specfile
Tue Nov 18 13:00:00 2014 wernerAATTsuse.de
- Mark /etc/rpm/macros.systemd as configuration file
Tue Nov 18 13:00:00 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 14:00:00 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 13:00:00 2014 wernerAATTsuse.de
- Add a %_ntpunitsdir macro
Thu Mar 27 13:00:00 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 13:00:00 2014 wernerAATTsuse.de
- Require coreutils as rm and touch are used
Fri Feb 7 13:00:00 2014 wernerAATTsuse.de
- Make systemd rpm macros package a separate to avoid rebuild of
the full package tree if systemd package change
Thu Jul 4 14:00:00 2013 fcrozatAATTsuse.com
- Resync with systemd v205 macros
Mon Jun 17 14:00:00 2013 mhruseckyAATTsuse.com
- New package with systemd rpm macros to avoid unnecessary build time
dependencies