History log of /systemd/src/core/.gitignore
Revision Date Author Comments Expand
873e413323dfff4023604849c70944674ae5cd29 16-Nov-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

Move daemon-reload from package %post scripts to file triggers This uses new functionality added in rpm 4.13. Instead of doing one daemon-reload per packages, we do just one or two (When both installing and uninstalling packages, we do two. Unfortunately this also includes the common case of upgrades. When only installing or when only installing, we do just one.) New file triggers.systemd can be built, but the contents have to be copied into the rpm spec file by hand. Using %{load} does not seem to work. It can serve as documentation.

baabc5776475f7313cdaa5f3bdb45c1c5d053f91 22-Nov-2013 Lennart Poettering <lennart@poettering.net>

build-sys: move more files from core/ to share/ that are generic enough

8351ceaea9480d9c2979aa2ff0f4982cfdfef58d 17-Jul-2012 Lennart Poettering <lennart@poettering.net>

execute: support syscall filtering using seccomp filters

590f18a27c05524f5332819b9580afc327b95d84 21-Jun-2012 Lennart Poettering <lennart@poettering.net>

rpm: include RPM macro definition for .spec snippets Let's try to standardize a bit the RPM macros used for installing/uninstalling services. This only covers the non-SysV compat bits, since that tends to vary widely between the various distros. Usage: Add %{?systemd_requires} to the header of the spec file. And then: %post %systemd_post foobar.service %preun %systemd_preun foobar.service %postun %systemd_postun foobar.service And, instead of the latter, in case the service shall be restarted on updates: %postun %systemd_postun_restart foobar.service

3b6d9a7c50bd7217a0ca80d39fd30decbb0c935a 13-Apr-2012 Kay Sievers <kay@vrfy.org>

update .gitignore