sensors-3.5.0-lp152.2.3.1<>,V`X/=„qYhE39C詫[8z耳f,u¹7m~M`i : )Lzz\$y7ª&ig%R |_厯0FE1m$E~Q߬Jdo<*YL]цLqԞNmuA-[Eͤ~1c8>Ļ;ix٨ a=IbԒx[*E5&XC -%"e0χPw~i*64p>6HI)|NkTQܨ>FK?Kd   A 1 J\Mkp   @ $ $D$%.%%&<&T&'((8( 9(X:)l=A>A?B@B FBGB(HBIBXCYC\C@]C^DbEcF:dFeFfFlFuFvGP wJpxJyK@zKKKKKCsensors3.5.0lp152.2.3.1Hardware health monitoring for LinuxThis package includes programs that show data from some sensor chips. The interface /proc/bus/i2c/ is provided by loading kernel modules. Which modules to load can be interactively detected as root by calling /usr/sbin/sensors-detect. Warning, before using the sensors the default configuration in /etc/sensors.conf has to be checked and changed to fit the actual set up of the mainboard and the BIOS used on that specific mainboard!`Xbuild84openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Monitoringhttps://github.com/lm-sensors/lm-sensorslinuxx86_64 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 lm_sensors.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 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 fancontrol.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 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 lm_sensors.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 sh -c ' CONFIG=/etc/sysconfig/lm_sensors test -r "$CONFIG" || exit 0 unset ${!MODULE_*} $HWMON_MODULES . "$CONFIG" test -n "$HWMON_MODULES" && exit 0 for i in ${!MODULE_*} ; do eval module=\$$i if test -z "$HWMON_MODULES" ; then HWMON_MODULES="$module" else HWMON_MODULES="$HWMON_MODULES $module" fi done test -z "$HWMON_MODULES" && exit 0 echo >> "$CONFIG" echo "# New configuration format generated by rpm post-install script" >> "$CONFIG" echo "HWMON_MODULES=\"$HWMON_MODULES\"" >> "$CONFIG" ' if test -e /etc/modprobe.d/lm_sensors -a ! -e /etc/modprobe.d/lm_sensors.conf ; then mv -f /etc/modprobe.d/lm_sensors /etc/modprobe.d/lm_sensors.conf fi 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 fancontrol.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 fancontrol.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 fancontrol.service ) || : 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 lm_sensors.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 lm_sensors.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in fancontrol.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 fancontrol.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in lm_sensors.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 lm_sensors.service ) || : fi fij5OJ@Z9([YFC? >P?큤A큤`W`V`S[3l`V`W`W`V`W`W`V`W[3l[3l[3l[3l`S[3l[3l`V`V`V`V`V`V`V5517340f768891257572119b50c1294e7b0baf348eab7ed00d7ee2786fec4e4dca706283e39d62e303ba768dfeac8e0b6ee0807905fb2487326d23988ae2b3f3672b96ef4114435a18164bed188bab66e56f0d14fb21821683ec16cedcec99efcb6657412023d3e6fbc18f4da3af1ecdc484e4e1f85db6324ca1f7d26edcfc0ac87f9d5f8aa93b265446ce93a1a5a27c1ef56fc4c3d033c6ea65f0254758c3d9dcec66cc1742d3ba073503310368dfdf36706d5239f99b754cc48e556dc70f19a71d559d0edb051dd26927c273d7b2c4c2fed5930fdc5464d7c74a102becf32d61942caa256d401cde16fcbc10536458f69d81d6c82f17b0c63fa9306aeeb75d773b2b232445d8c5bad76a607e10ac9875166e03ca0d7b25b69c256062147562ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c642107c62fcdda821d18d1ee9d8d276a7df7b05fcc2156b08954b736247ae5a174430a7fa66b3246b11f998d22a59e1287e8ebbd58dbf7cb4d7e4134bb564334d374252a5415b60a9a7fb2fa4c8e899872d531388d4331c00bfa2542f84e0249493810edf0b0892b48341ff3cd190d7d111386f93cb0c0aa9f4dd578d76d7a02c978654127172a8376474b328a5b666e0d7907b236533ee8d8638c4474df1b6ff4594392ecc9ba1463c571ed797099a726ac9d701501264bdc3b3e09163bf94614121b1736136c508830f9fa8d8c66d46a21a7234c29e8c022e69b6d78ae5fb7e1910b2fc5636e604fbe9945a44a26d170d47eaca83c14266509637388e9eba08603f26da36944ff8a75a68cab5653c2f37163bb16df624a6cb75f63612cbeb32691302552e03ad311e70d2b90d55fc555e52014461a2e539907362034355e65f618921ea8f314d7ba559ec11b1a6f41d5dc4a9de21243ea915a862c6c597e4206e88881f8f23a7f78072727f4cd56da0285f876ffcfe765c147a6ec8bff80abb8023514b2d2de162021c5891db76a7e1d939726721e7c8a94459156518d85c39serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootsensors-3.5.0-lp152.2.3.1.src.rpmsensorssensors(x86-64)@ @@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/perllibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libsensors.so.4()(64bit)modutilsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemdsystemd3.0.4-14.6.0-14.0-15.2-14.14.1`@\2\>@[=@Zz@Z@X>@W@WiV@U'UUv@TZ@Jean Delvare jdelvare@suse.comjdelvare@suse.commalcolmlewis@opensuse.orghillwood@opensuse.orgrbrown@suse.comjdelvare@suse.comjdelvare@suse.comsweet_f_a@gmx.dejdelvare@suse.comjdelvare@suse.comjdelvare@suse.comjdelvare@suse.comjdelvare@suse.com- change-pidfile-path-from-var-run-to-run.patch: Change PIDFile path from /var/run to /run (bsc#1185183). - var-run-deprecated.patch: /var/run is deprecated (bsc#1185183).- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo the SENSORS_API_VERSION change, to stay source-compatible with upstream.- lm_sensors-3.5.0-libsensors-fix-soname.patch: Undo excessive libsensors version bump.- Update to version 3.5.0: + soname was bumped due to commit dcf2367 which introduced an ABI change. + Fixed disappearance of certain hwmon chips with 4.19+ kernels, (gh#lm-sensors/lm-sensors#139, boo#1116021). + Add the find-driver script for debugging. + Various documentation and man page improvements. + Fix various issues found by Coverity Scan. + Fix compilation with the musl C library. + Updated links in documentation to reflect the new home of lm_sensors. + sensors.1: Add reference to sensors-detect and document -j option (json output). + sensors: Add support for json output, add support for power min, lcrit, min_alarm, lcrit_alarm. + sensors-detect: * Fix systemd paths. * Add detection of Fintek F81768. * Only probe I/O ports on x86. * Add detection of Nuvoton NCT6793D. * Add detection of Microchip MCP9808. * Mark F71868A as supported by the f71882fg driver. * Mark F81768D as supported by the f71882fg driver. * Mark F81866D as supported by the f71882fg driver. * Add detection of various ITE chips. * Add detection of Nuvoton NCT6795D. * Add detection of DDR4 SPD. * Add detection of ITE IT8987D. * Add detection of AMD Family 17h temperature sensors. * Add detection of AMD KERNCZ SMBus controller. * Add detection of various Intel SMBus controllers. * Add detection of Giantec GT30TS00. * Add detection of ONS CAT34TS02C and CAT34TS04. * Add detection of AMD Family 15h Model 60+ temperature sensors. * Add detection of Nuvoton NCT6796D. * Add detection of AMD Family 15h Model 70+ temperature sensors. + configs: Add sample configuration files. + sensors.conf.default: * Add hardwired inputs of NCT6795D * Add hardwired inputs of F71868A * Add hardwired NCT6796D inputs + vt1211_pwm: replaced deprecated sub shell syntax, run with bash instead of sh. + pwmconfig: replaced deprecated sub shell syntax. + fancontrol: replaced deprecated sub shell syntax, save original pwm values. + fancontrol.8: replaced deprecated sub shell syntax. + libsensors: * Add support for SENSORS_BUS_TYPE_SCSI, add support for power min, lcrit, min_alarm, lcrit_alarm. * Handle hwmon device with thermal device parent (bsc#1108468). - Rebase lm_sensors-3.0.3-hint-at-kernel-extra-package.patch for new release. - Spec file tidy up for man page extension.- Update version to 3.4.0git20180510.1c48b19, use git version * Support many new hardware: + Add detection of Fintek F81768 + Only probe I/O ports on x86 + Add detection of Nuvoton NCT6793D + Add detection of Microchip MCP9808 + Mark F71868A as supported by the f71882fg driver + Mark F81768D as supported by the f71882fg driver + Mark F81866D as supported by the f71882fg driver + Add detection of various ITE chips + Add detection of Nuvoton NCT6795D + Add detection of DDR4 SPD + Add detection of ITE IT8987D + Add detection of AMD Family 17h temperature sensors + Add detection of AMD KERNCZ SMBus controller + Add detection of various Intel SMBus controllers + Add detection of Giantec GT30TS00 + Add detection of ONS CAT34TS02C and CAT34TS04 + Add detection of AMD Family 15h Model 60+ temperature sensors + Add detection of Nuvoton NCT6796D + Add detection of AMD Family 15h Model 70+ temperature sensors * Fix syntax errors * Fix systemd paths - Drop lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch Upstream merge this patch - Drop lm_sensors-3.4.0+-Only-probe-I-O-ports-on-x86.patch Upstream merge this patch - Change upstream url.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- lm_sensors-3.4.0+-Only-probe-I-O-ports-on-x86.patch: Skip "random" I/O port probing on non-x86 machines (bsc#1008552)- lm_sensors-3.4.0-sensors-detect-ppc64le.patch: Fix sensors-detect CPU detection support on ppc architectures (bsc#999987)- add lm_sensors-3.4.0-sensors-detect-add-ftsteutates-support.patch for ftsteutates support (Fujitsu Skylake boards)- lm_sensors-3.4.0-sensord-service-extra-args.patch: Allow passing arbitrary extra arguments to sensord.- lm_sensors-3.4.0-sensors-detect-fix-systemd-path.patch: Handle the move of systemd from / to /usr.- Update to lm_sensors 3.4.0 * library: The arbitrary limit on per-type sensor count is gone. Support for temperature min and critical min hysteresis. * sensors: Support for temperature min and critical min hysteresis. * fancontrol: Deal with moving hwmon attributes. Reduce memory consumption. * sensors-detect: Detection of new devices. * lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch, lm_sensors-r6237-default-config-NCT6779-NCT6791.patch, lm_sensors-r6254-detect-print-kernel-cpu.patch, lm_sensors-r6255-fix-shell-error-FCFANS.patch, lm_sensors-r6282-detect-graphics-card-in-all-cases.patch, lm_sensors-r6283-skip-addresses-0x37-0x4f-on-DDC.patch: Removed, upstream now. * lm_sensors-3.0.0-sensord-separate.patch, lm_sensors-3.0.0-sysconfig_metadata.patch, lm_sensors-3.0.3-hint-at-kernel-extra-package.patch: Refreshed.- lm_sensors-r6282-detect-graphics-card-in-all-cases.patch: sensors-detect: Detect graphics card in all cases (bsc#933072). - lm_sensors-r6283-skip-addresses-0x37-0x4f-on-DDC.patch: sensors-detect: Skip addresses 0x37 and 0x4f on DDC channels (bsc#933072).- lm_sensors-r6216-fancontrol-moving-hwmon-attributes.patch: fancontrol: Deal with moving hwmon attributes. - lm_sensors-r6237-default-config-NCT6779-NCT6791.patch: sensors.conf.default: Add support for NCT6779 and NCT6791. - lm_sensors-r6254-detect-print-kernel-cpu.patch: Print kernel version and processor information. - lm_sensors-r6255-fix-shell-error-FCFANS.patch: fancontrol: Fix shell error when FCFANS is not set (bnc#903520)./bin/sh/bin/sh/bin/sh/bin/shbuild84 1620843096 3.5.0-lp152.2.3.13.5.0-lp152.2.3.1sensorssensors-conf-convertfancontrol.servicelm_sensors.servicefancontrolisadumpisasetpwmconfigrcfancontrolrclm_sensorssensors-detectsensorsCOPYINGdonationsfan-divisorsfancontrol.txtprogstemperature-sensorsvidsensors.1.gzfancontrol.8.gzisadump.8.gzisaset.8.gzpwmconfig.8.gzsensors-conf-convert.8.gzsensors-detect.8.gz/usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/sensors//usr/share/man/man1//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:16270/openSUSE_Leap_15.2_Update/85e891c8f0346e35512e5c6c20022e39-sensors.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=71e97b8065874b3015154954747a49afc64266ee, for GNU/Linux 3.2.0, strippedPerl script text executableASCII textBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=059b849f81a0dd6583de33a57d04f1c67d998e86, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=44630649b90ef01b770d69f7c7c2f84de4c59e4d, for GNU/Linux 3.2.0, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) R RRR RRRRR RRRR RRRR`8b1Tm0$"utf-8d93bb27f485399c4bec9da7f28e032cdad486f4922060e71f3f34b75134dc04a?7zXZ !t/]"k%jz9:1K7kʄk3:edɋtn]L14elݛpUR+،W4BɲebzgHGCc/< D=F|% sh,Z:qI^N|iTrm=̃,Ómof0i-??`^EqS6϶t5[M"fhsѾ]c0RQ=U89?45N;lJV򐶹áOfKrvH ̇GY|M9%Gy nWNX0TJBƑ eVA'WNn1xUܬ* Ğ.52s'o^ѝ59%OGxpILȢ0:~FbF9ʙ%hԶaf"`DZw:+8|Ҷ¼5F37{ηD<:,̽գ+ѡ$]BDŶͤ6 ԝL㜺;)g)N (:"_y怌&xY#΃EJm?|K~+! ($d%Ktu$B,rU_ ݴ4+^cl3, (5}H$V5ٞy-V/ܨ`wMYEB?uqTeQ @FވڳNm%JJB9cC\اk& ?`@ZA?U< TҢVpԮUYzvّ1&&3C֋E݇25 H OMz|ԓab%s}A]>y9ϿJIDڔB<5D/l EŸTPJ~>0w A{\r&y(.*Ocу`PPd,jÍi]8 !&^A*g ݇Rkb+oߥ?riJ4A^ȁ`W3XPD%O~\A7=7ufn>}6/8znVu^ 蜝 Sxs„{ѮowI{3r =nA~_`79 ur쌸@Ű\yjȩhUh'譨 ?'WcQ/gf]`.2Wggwtn;rMfSE~҄T#?-{-MYݟ/k󩇢ڄ,-:=8r)0ehIlnk⪥N>DS湖'! Vv&ѥWn7mxqeROG.kR,BdqLkPx4Q*KEOJيO鏡QpW@Pg#A:mt~ܛGb쟢 *8_ 7ֶQ%jpL7ݙr}=m)Jwl8eH,:쇺$V\A< {_Z;s;.9uool1]«n7|N 3 u YZ