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.
- Devel package for openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Base:System/systemd-rpm-macros && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
macros.systemd | 0000007251 7.08 KB | |
systemd-rpm-macros.changes | 0000018192 17.8 KB | |
systemd-rpm-macros.spec | 0000001594 1.56 KB |
Revision 59 (latest revision is 104)
Franck Bui (fbui)
committed
(revision 59)
- Improve the logic used to apply the presets (bsc#1177039) Before presests were applied at a) package installation b) new units introduced via a package update (but after making sure that it was not a SysV initscript being converted). The problem is that a) didn't handle package a renaming or split properly since the package with the new name is installed rather being updated and therefore the presets were applied even if they were already with the old name. We now cover this case (and the other ones) by applying presets only if the units are new and the services are not being migrated. This regardless of whether this happens during an install or an update.
Comments 0