libdlm-4.0.9-lp152.6.9.1<>,Ba@/=„=T'oǔNc)tVHwtTE$,a@ naY=^E;kI7l?7\d   ZP i  H   @  |Pl$$$( 8 9 H:!O=*>*?*@*F*G*H+hI+X,Y, \,0],^.b/c0/d0e0f0l0u0v1` w5Px5y6H)z66777 777XClibdlm4.0.9lp152.6.9.1Application interface to the kernel's distributed lock managerLibraries and tools that allow applications, particularly filesystems like OCFS2, to interface with the in-kernel distributed lock manager.a@obs-arm-5openSUSE Leap 15.2openSUSEGPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-laterhttp://bugs.opensuse.orgProductivity/Clustering/HAhttps://pagure.io/dlm/linuxarmv7hl if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in dlm.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi PNAME=dlm SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi [ -x /usr/bin/udevadm ] && /usr/bin/udevadm control --reload || : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in dlm.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable dlm.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop dlm.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in dlm.service ; do sysv_service="${service%.*}" rm "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart dlm.service ) || : fi fil&0v4r&4&& ((((&**44&4* A큤a9a9aghe@suse.comghe@suse.comghe@suse.comghe@suse.comghe@suse.comygao@suse.comschwab@suse.derbrown@suse.comjengelh@inai.dezren@suse.comzren@suse.comzren@suse.comjengelh@inai.decrrodriguez@opensuse.orgdimstar@opensuse.org- Do build with SUSE's %optflags. - Abolish historic specfile constructs. - Rework libdlm3 require with a shared library version tag instead so it propagates to all consuming packages.- Add require libdlm3 (bsc#1177658)- Add dependency relationship between libdlm and dlm-kmp (bsc#1121380)- Add notes in dlm.conf man page (bsc#1175812) * add dlm_controld-add-note-that-the-dlm-file-is-not-creat.patch- Support uint64_t corosync ringid (bsc#1168771) * add cluster-ringid-seq.patch- Update to v4.0.9 * include some fixes/enhancements for dlm_controld (bsc#1144793) * source moved to https://pagure.io/dlm * drop 0004-bsc#1098449-dlm_stonith-explicitly-use-libstonithd.patch- Explicitly use and link libstonithd from libpacemaker3 (bsc#1098449) * 0004-bsc#1098449-dlm_stonith-explicitly-use-libstonithd.patch- sysmacros.patch: Include for minor- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Use source URL; drop redundant %clean section; rectify RPM groups; run fdupes to merge duplicate files.- Update to v4.0.7 * bsc#1023595: libdlm: upgrade version to 4.0.7 - Re-add the dropped bsc numbers to follow the factory-first policy * take Factory fixes for SLE12 (boo#944795, bsc#944797)- Update to v4.0.6 * In v4.0.4, there's a stupid and severe bug so that upstream released v4.0.5 soon with an urgent fix * Upstream merged our fix for bsc#977201 with release v4.0.6, so I still use the 2 below bugs for this updates: * bsc#967332: libdlm: package update to v4.0.4 * bsc#977201: output of `dlm_tool ls` should distinguish causes for "wait fencing" message - Drop patches * bnc#875122dlm_controld-fix-long-name-in-log-entry.patch * build-dlm_stonith.patch - Rename patches more readable * remove: Makefile-for-diff-arch.patch, remove-sd-notify.patch, bnc#874705nodes-without-quorum.patch * add: 0001-makefile-for-diff-arch.patch, 0002-remove-sd-notify.patch, 0003-bnc#874705-nodes-without-quorum.patch- Update to V4.0.4 * Remove build-dlm_stonith.patch * Reove bnc#875122dlm_controld-fix-long-name-in-log-entry.patch- Avoid running sh for %post ldconfig - Default to implicit -n for %setup- Move udev rules to %{_udevrulesdir}, packages should not ship files in /etc/udev/rules.d which is reserved for the sysadmin.- BuildRequire pkgconfig(systemd) instead of systemd-devel./bin/sh/bin/sh/bin/sh/bin/shobs-arm-5 1639113280    4.0.9-lp152.6.9.14.0.9-lp152.6.9.1dlm.service51-dlm.rulesdlm_controlddlm_stonithdlm_toollibdlm-4.0.9sysconfig.dlmdlm_cleanup.3.gzdlm_close_lockspace.3.gzdlm_create_lockspace.3.gzdlm_dispatch.3.gzdlm_get_fd.3.gzdlm_lock.3.gzdlm_lock_wait.3.gzdlm_ls_lock.3.gzdlm_ls_lock_wait.3.gzdlm_ls_lockx.3.gzdlm_ls_pthread_init.3.gzdlm_ls_unlock.3.gzdlm_ls_unlock_wait.3.gzdlm_new_lockspace.3.gzdlm_open_lockspace.3.gzdlm_pthread_init.3.gzdlm_release_lockspace.3.gzdlm_unlock.3.gzdlm_unlock_wait.3.gzlibdlm.3.gzdlm.conf.5.gzdlm_controld.8.gzdlm_stonith.8.gzdlm_tool.8.gz/usr/lib/systemd/system//usr/lib/udev/rules.d//usr/sbin//usr/share/doc/packages//usr/share/fillup-templates//usr/share/man/man3//usr/share/man/man5//usr/share/man/man8/-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:17261/openSUSE_Leap_15.2_Update_ports/360d0a7e600688b67bde3569733a1d5a-libdlm.openSUSE_Leap_15.2_Updatedrpmxz5armv7hl-suse-linuxASCII textELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=2dd59b679c2212d3184640c88a47ccb48bfab0b2, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=6796addef7f3770a0126a7a5a076aa2899a5f3d2, for GNU/Linux 3.2.0, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, BuildID[sha1]=53718159dc2837e574ce89b726650b88724270bc, for GNU/Linux 3.2.0, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)Algol 68 source, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)C source, ASCII text (gzip compressed data, max compression, from Unix) RRR R RRRRRRRRRR R R RRRRRRRRRRRRRRRRRRRRRRRRRX;כsdlm-kmputf-85e6db0be46f656cd5d042385d7f95decdad3b06d65b67b2fce101a7bba15fee4?p7zXZ !t/X]"k%ndஊ''.Α$zQWeyQt3%`ޔ&t7Arcq=[tO#fY`<\Y a[&Hځtzuz`/[U!z-R!X*bpFJ%Z'cWw>jSeFKuM˦;SBВJ# (tڸӊc,NJbk9nFx@chU9^%1;? G1vVN>7^Ox1tAc Osyo# O򗥩qqhBuu:HmG뢏y B5tx^cV$4ܳjnc~!Jku?B&gۧ]#2wJys\2|6=ZLSWԲf_xΚ曆3+ ۇ[_ji~ ?x-QiXO6KakMkʧheڦւUcpn"pk][Ð 3@܋7^8'T 8.Y YZ