systemd-rpm-macros-12-150000.7.30.1 >  A c2p9|–ݶ}ӫJP(-Eb'ZV9aEوLj]-`@^y  {trm~rsKϯ;°ө<,׭N???}"@F!/cNK^4ɴ81BF4~ :6|Q=g_~3#1h+%Wk9O/|v/id-|׈/>p;1D?14d & = .I      8@Th(8;9;:_;F.G.H.I/X/Y/ \/ ]/(^/>b/gc0d0e0f0l0u0v0z000010Csystemd-rpm-macros12150000.7.30.1RPM macros for systemdStarting with openSUSE 12.1, several RPM macros must be used to package systemd services files. This package provides these macros.c#goat18.0SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Tools/Buildinghttp://en.opensuse.org/openSUSE:Systemd_packaging_guidelineslinuxnoarch.0Ac#c#09e87938996816d5652552790f5f32f9aa3ab8b654bbc78d03f5644957d2f218rootrootrootrootsystemd-rpm-macros-12-150000.7.30.1.src.rpmsystemd-rpm-macros    coreutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ccb b a@a@aa`t`t`t``B@`B@`B@`B@`B@`B@`&m`&m`&m___u@_u@_u@_u@_u@_u@_m_m_m_[fZ$ZZe@Z2gZ1@Z1@Z!D@ZfZ@Z@YY1S@Y1S@X•@Xv@WQq@V'@VяVO @UU@U~@TTk4Tk4T>afbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comalarrosa@suse.comalarrosa@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comfbui@suse.comkukuk@suse.defbui@suse.comdimstar@opensuse.orgfbui@suse.comfbui@suse.comjengelh@inai.deThomas.Blume@suse.comwerner@suse.dedimstar@opensuse.orgwerner@suse.desbrabec@suse.comsbrabec@suse.comjengelh@inai.dejengelh@inai.dewerner@suse.dewerner@suse.dethomas.blume@suse.com- Bump version to 12- Don't emit a warning when the flag file in /var/lib/systemd/migrated/ is not present as it's expected (bsc#1208079).- Bump version to 11- Make %_modprobedir point to /lib/modprobe.d (bsc#1196275 bsc#1196406) Until SLE15-SP3:QU2, /usr/lib/modprobe.d path was not supported by kmod and since SLE15-SP4 /etc/modprobe.d/README has references to /lib/modprobe.d...- Bump version to 10- %sysusers_create_inline was wrongly marked as deprecated - %sysusers_create can be useful in certain cases and won't go away until we'll move to file triggers. So don't mark it as deprecated too- Bump version to 9- Introduce %_systemd_util_dir It's a backport of upstream commit 3bc66bfa0136e370a8f7b06c3b69a52f5636ef82.- Bump to version 8- Make use of "Suggests:" in %systemd_ordering Until libzypp supports "OrderWithRequires:", we need to specify a similar ordering constraint that can be understood by the dep solver as well. Hence the use of "Suggests:" in %systemd_ordering (workaround for bsc#1187332).- Introduce %sysusers_create_package %sysusers_create and %sysusers_create_inline are now deprecated and the new macro should be used instead. Upstream commit 07a7d4a0040d221ff09e527e91c112b4ffab1dba.- %sysusers_create_inline: use here-docs instead of echo (bsc#1186282) Upstream commit dd2490ae12ad1e1795ecbf8f8944b950da9c8d06.- Bump to version 7- Remove confusing --user before --global in %systemd_user_preun It's actually a backport of upstream commit 28d36da64a7a23a55e8d0a139f2620384fd058b3 - Update a few comments- Don't pass -f to rm to make sure that rm failures will be logged But also make sure to not abort the scriptlet prematurely if rm fails.- Add a %systemd_user_pre macro (boo#1183051, boo#1183012) It creates a /run/systemd/rpm/needs-user-preset/$service file for each new service being installed so %systemd_user_post can call `systemctl --global preset $service` properly for newly installed user services (even when it's introduced via a package update).- Fix %systemd_user_post (boo#1183051, boo#1182661) The --global parameter was handled as if it was another service name so %systemd_user_post wasn't working properly. Replace %systemd_user_post with the code from %service_add_post it was being expanded to but correctly passing --global to systemctl.- Tabify %service_del_postun_without_restart To make it consistent with the other macros. No functional change.- Bump to version 6- Make upstream %systemd_{pre,post,preun,postun} aliases to their SUSE counterparts Packagers can now choose to use the upstream or the SUSE variants indifferently. For consistency the SUSE variants should be preferred since almost all SUSE packages already use them but the upstream versions might be usefull in certain cases where packages need to support multiple distros based on RPM.- 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.- Bump to version 5 (bsc#1179020) This milestone makes systemd rpm macros mostly identical between SLE12-SP2 and SLE15.- 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.- Bump version to 4.2- Deprecate '-f'/'-n' options 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- Introduce %service_del_postun_with_restart() It's the counterpart of %service_del_postun_without_restart() and replaces the '-f' option of %service_del_postun().- Dont apply presets when migrating from a disabled initscript (bsc#1178481)- Test for the presence of systemctl only once in %service_add_{post,pre} No functional changes.- Make rpmbuild load our own macros.systemd to import %{%_unitdir} properly Ideally we should also own other %{_*dir} paths... - Stop owning /usr/lib/systemd directory as no package other than systemd is supposed to put files there.- Bump version to 4.1- Backport missing macros of directory paths from upstream + %_environmentdir + %_modulesloaddir + %_modprobedir- 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- 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.- Fix %systemd_post(): it's never called during package removal Also make it useful by restoring its original implementation.- Import more definitions from upstream (v237)- Fix system_user_post macro for usage with RPM 4.14, backport from https://github.com/systemd/systemd/commit/e67ba783.- Move macros.systemd in /usr/lib/rpm The file is not supposed to be customized by the user.- 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.- 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.- Make sure to clean up "new-in-upgrade" tag file (bsc#1059627) The tag file might have been incorrectly left by a preceding update.- Restore previous changes- Revert previous changes Also added reasons why the previous changes would be needed.- 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).- Remove a useless test in %service_add_pre() The test was placed where the condition '[ "$FIRST_ARG" -gt 1 ]' was always true.- 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.- 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).- 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.- RPM group fix- %service_add_post() suppress daemon-reload when in installation system (bsc#982343)- 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)- 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).- Support of DISABLE_STOP_ON_REMOVAL and DISABLE_RESTART_ON_UPDATE from /etc/sysconfig/service (bsc#955996)- Skip %systemd_preset_* during the clean installation to prevent presetting of all services (boo#946216).- 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.- Check for presence/executability of systemd programs before executing them, and do not suppress warnings/errors resulting from them.- Update with new macros from systemd 218 - Remove empty sections from specfile- Mark /etc/rpm/macros.systemd as configuration file- Apply then delete patch systemd-daemon-reload-before-service-restart.patch - Add orignal systemd macros as well (boo#807164)- make systemd aware of changed unit file content after update add systemd-daemon-reload-before-service-restart.patchgoat18 167751145912-150000.7.30.1macros.systemdsystem/usr/lib/rpm/macros.d//usr/lib/systemd/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:28035/SUSE_SLE-15_Update/e8c6d9c35c13b2cc3a98d363c030268d-systemd-rpm-macros.SUSE_SLE-15_Updatecpioxz5noarch-suse-linuxASCII textdirectoryC%sS|[nutf-8836ae853276b273564aaf568deb106c0a17462f686d3b383a8836bd56119d87a?P7zXZ !t// ] crv(vX0KUlZ g=̰b|B<8ܽƏ8rYLAVV+a$`TBn;G2@90ub N K~jP0Cqo(s3(JX{cCGj6w92(P{2 몪M߀:n^( p)=md.dwlIRyv p[}l oBbV!@bH5вj4r=vH 倬 dae즯\3綸ێY*zԋYAź8Hn,Tn_5C)QUsl', N]Μ`q4h@G06u Ņ4=.ec%S0藷xcZ-W|1Od! o懋R"p&"~K/\3t4 !~l!.2xs'/A7 Z0ZE`yQ`ax^WIlqtY->4^Ŷ$&{ gt_:~ӫ +VN,ARb,"J10y0i9L}$IFMTmꈏOjHQp['#ZMY 5EXZvXHv'#DCAby|LÀ/BڔEiOa ڣ[xO) zQ WEjˇ0 3OĺXySmҲ5F9%&g 7Z9qxAm)ȵ ~yXR6ڑl08"])vθdv tq[䌞2|Emu.~jCw/ѹ-:9&zԵ_fH1.:TLN[=" qH W/r\Dk:p/_,@bN&ut wTNGa?. p 6dC-UHevǡӗ/: CJ?_,,Q m2 Ņ9gTZjgPy Z$CX8+ FއlZoD-oA)^9G`] k 4$H6X=[*4G.0yg=" hJY5¬KiWSIpԒGh]fm#ىD3>G\oXzԑ܁\e5!_;~Z0Tvr;K۷:@pǠExEA}U}*cc|Ž,@;B~xh%χi}4i] xc*`dMY^ˣP`rH=t)znst!ᱣl#Xtݺ[t[ U2 J|\|/N2="; J~@[ҋ]˲u$T\'tLY.*@E[Zn52^XU6n0! J[dW-ك)e#ԡ^ KQpOdDZaPB4A"S'Eῇh *!ÐZZ}qL@n QtL{E dvxmGIO)Hib vs6<6_ ~;J`o嗤̋}$Ԩ6BYꪫeNL'3_' DǓ T<=rb$^xMfB ˙i*`"C vfzsd0aگB{=w6'x;Rٍ"AըFQ ">ңW^N|Qp< mн@wǹ؜YBT9r5vbm(`sF2Zw9H^4jUo6 DwFgCiю c&6G34,N#XOC/˿L{'46 e:g'x!WL00`ӚNU~FMK+mLƶzXB8G3~_g3"2]_8d\KR1.#;;ݶ9=q Mt0َgj%E C,n,{et5`gcҀcP {zՆ0J6ڂdaԂkz3s,D3n,lLaΐH;\DApd#t/bFP1YN[V%>n7i/b2=N_/9652hm읝[bӸzB {clRmhMaӒ `?ddڬ(E h%SN씒Hi_!OlF~E.XF_ў& YZ