systemd-rpm-macros-5-lp152.8.7.1 4>$  Ap_뺸/=„&&Q`K?P1Fd>ͨi*`6$ Gl, ӌT"A%G4ihq^BŴ7蛭1#sinEVpeYW)coLiaT\4֧VWeO1䝼vV6UQ9͖MɁ/;'3"_*Ii.!#Z<,M0hGX'jЫM@Om33Wqya0X $nw %Wd7b43919f0340a3d29722a8f55fded4c0cd9c0b32c1d07bf4ae168a9a048a26519141c870527ba795b2583e6aa3e60152320aafd/_뺸/=„W6&b/j2;W$k@f^\rw7&W`OUIKEa?O7鑈EOʫ iBJ$;N8<ØMMC VMb{]-4tc{%><,ji(5F7±u:ivsW`wZLF6IR*5%7)bWK^f 4m I°`,wq0sݧZ02u  -d>p;"T?"Dd # : *gmt|      4H(8&9t&:Y&FGHI X Y \ ] $^ :b cc! d!e!f!l!u!v!z!!!!"@Csystemd-rpm-macros5lp152.8.7.1RPM macros for systemdStarting with openSUSE 12.1, several RPM macros must be used to package systemd services files. This package provides these macros._lamb10+openSUSE Leap 15.2openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://en.opensuse.org/openSUSE:Systemd_packaging_guidelineslinuxnoarch+A__94f88530b94cecfbcb85b75e9842bc548722cb9b9a8c630dcaf6c0b97e2be4a4rootrootrootrootsystemd-rpm-macros-5-lp152.8.7.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.1___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>aFranck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui Franck Bui fbui@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 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.patchlamb10 16079861015-lp152.8.7.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.opensuse.org/openSUSE:Maintenance:15331/openSUSE_Leap_15.2_Update/1da46c539b049ea70388ff70950da1b2-systemd-rpm-macros.openSUSE_Leap_15.2_Updatecpioxz5noarch-suse-linuxASCII textdirectory\B}/_- |utf-8966f5efc13da13346b184115444bdc2e6db39c10cd35f3fb5f14f40f6974fa94?P7zXZ !t/-c ;] crv(vX0f<ǁt7 d㵳 +큦*rwg=YG+H{FIsz`Uf*n;2fE^3zLӢF!Jy/ƀss`Q~kɻr3n@LU@ 5}yf&nE|'K[p~5fF1}P6Ȉ,w(siǎSzʟ,L8"l&6,3 Jͥl8#f%YC,Xb\dzׅ5T"by8m#`wIdabaC瑃 >j`|&!&c\` Jdd&c وj:xp-WTLp⬲$3ǒoW+K4 gy=r&7ΥF*Mkȼvv )FBHq'Er1ߝM:q-a4?%bɢdRYC\ {G'}sܪ"{GlަFc+3ֈ\VԜt۝hArۡx82ۑzKVpR9M-O,O@;tdkįt%Sd@W*{F)8,G*ҁq wWG_E@bz8Hl(@~ pEgFE7@e K#!cs5~e~N~7UfNa20 {OEi85 .߯i`>߁h\s>i X?y IJ'<%/ <ɂ׸Пcw(+ʊQڽ8j8oq,WcSDuCsJc͈71ճgVRR WĂ.y#;I*LnsZ08V%@c!7 FT<G0`+ D/UVz`&YlSڜ\gX{ es>c(͞%Nua-\q<ۖO]φGV8f95|$h`pXl)u.b!L0'*'˿=9R7-\KY>e;7s8X_tNC-=(TQr|E2-%Qi<e=7J%,YRs@]aGcGa^^ yAs#֝ (b=z@L m_aC#b3c;G#B a?@Bm!Y#8R\%''M: I[-!񚎥vx<-(v^Ka'sŁ6((2mMC .EhOif^v"}k9xCaP(Q*awzo;,N- \aW4Cv,NlPDIj}ʍ 5UcsC! ?C損QEأ+19E$N ~6p#=be1w% oWm+ =Bq" v pܴRvS`q Ǣ琉aJkS i9KhBob ~ÔxLA~2