Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: nut-doc-asciidoc | Distribution: SUSE Linux Enterprise 15 |
Version: 2.7.4 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150600.21.19 | Build date: Sun May 19 01:40:36 2024 |
Group: Documentation/Other | Build host: h04-ch1b |
Size: 383398 | Source RPM: nut-2.7.4-150600.21.19.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://www.networkupstools.org/ | |
Summary: Network UPS Tools - Documentation in AsciiDoc Format |
NUT manuals in AsciiDoc format (human readable source). Network UPS Tools is a collection of programs which provide a common interface for monitoring and administering UPS hardware.
GPL-2.0+
* Fri Mar 01 2024 antonio.teixeira@suse.com - Use apache-rpm-macros. Fixes build with newer apache2 versions. * Thu Mar 31 2022 sbrabec@suse.com - Fix build within SLE15 SP4 and openSUSE Leap 15.4: BuildRequire many tex() packages and texlive-metafont-bin. Generally seen, this dependency is inaccurate, as our sources do not reference them but asciidoc does. Adding the dep there though makes asciidoc too expensive, and recommends are not interpreted when building the buildroot (bsc#1197789). * Sun Jan 21 2018 suse+build@de-korte.org - Fix clash between Group and %define GROUP by renaming the latter to NUT_GROUP (and USER to NUT_USER) - Replace duplicate man files by soft links * Fri Dec 01 2017 suse+build@de-korte.org - Add support for OpenSSL 1.1.0 library, allow TLSv1 and higher (not just TLSv1) and report TLS version used in debug mode level 3 and higher (boo#1069988, openssl-1_1.patch) - Fix missing pointer dereference in upssched (nut-upssched.patch) - Support for allowfrom parameter was removed in version 2.4.0 (nut-preconfig.patch) * Thu Nov 30 2017 sbrabec@suse.com - No more conflict with apcupsd (boo#1070373). - Remove smartups references. It is dropped since 2001. * Tue Oct 17 2017 dimstar@opensuse.org - BuildRequire tex(upquote.sty): Generally seen, this dependency is inaccurate, as our sources do not reference upquote.sty, but asciidoc does. Adding the dep there though makes asciidoc too expensive, and recommends are not interpreted when building the buildroot (boo#1063897). * Tue Oct 17 2017 dimstar@opensuse.org - Buildrequire libnsl-devel for suse_version >= 1330: libnsl was split out of glibc and needs to be explcitly required if needed. * Mon Oct 02 2017 tchvatal@suse.com - Fix rpm groups - Reduce the supported distros by keeping sle12+ only - Convert to pkgconfig style dependencies * Tue Sep 26 2017 tchvatal@suse.com - Drop the aspell dependency, it is only used for verification of the mans and it is more for devs to do than during the build wrt fate#323578 * Fri Aug 18 2017 alarrosa@suse.com - Add use-pkg-config-gdlib.diff to fix a build failure due to the configure scripts using gdlib-config (which is deprecated) to obtain the CFLAGS/LDFLAGS/LIBS to use when building with gd. With the patch, nut now uses pkg-config which returns the right values * Tue May 09 2017 jengelh@inai.de - Fix RPM groups and the HTML description - Do not suppress errors from useradd - Remove --with-pic that's only for static libs * Wed Apr 19 2017 sbrabec@suse.com - Update to version 2.7.4: For more see NEWS and UPGRADING in /usr/share/doc/packages/nut. * New class of device supported: ATS - Automatic Transfer Switch * NUT command and variable naming scheme changes. * support for new devices: AEG PROTECT B / NAS APC ATS AP7724 (should be supported) Asium P700 Eaton ATS Eaton 5E 1100iUSB Eaton E Series DX UPS 1-20 kVA Eaton Powerware 9125-5000g Electrys UPS 2500 Fideltronic INIGO Viper 1200 Legrand Keor Multiplug LYONN CTB-800V Micropower LCD 1000 NHS Laser Senoidal 5000VA Sweex model P220 TS Shara Various APCUPSD-controlled APC devices * snmp-ups improvements. * Eaton: improvements and fixes of 3ph SNMP, ePDU (G2 and G3) and XML/PDC. * Further fixes and improvements of bcmxcp_usb, dummy-ups, libnutclient, nutdrv_atcl_usb, nutdrv_qx, nut-ipmipsu, solis, tripplitesu, usbhid-ups. * nut-scanner: Don't depend on development libraries (boo#963505). * Improved SSL support through Mozilla NSS, Augeas support. * Fixed UPower device matching in recent kernels. * nut-server.service: Restore systemd relationship (boo#907387, drop 0001-Restore-systemd-relationship-with-nut-driver-service.patch). * Network protocol information change. - Drop dummy init scripts. They are not needed any more (nut-monitor, nut-server, nut-driver, boo#801542#c2). - Build and package documentation (nut-doc-fixed-date.patch, nut-doc-cables.patch). - Fix dependencies. - Fix bash-completion path. * Tue Jan 19 2016 tchvatal@suse.com - Cleanup a bit with spec-cleaner - Install init or systemd files not both at once - Remove patches used only on sle10: * nut-powersave.patch * nut-udev.patch * Mon May 18 2015 mvyskocil@opensuse.org - fix https://github.com/networkupstools/nut/issues/200 * 0001-Restore-systemd-relationship-with-nut-driver-service.patch * Fri May 15 2015 mvyskocil@opensuse.org - update to 2.7.3 (bugfixes and new devices support) see NEWS and UPGRADING in /usr/share/doc/packages/nut - refreshed patches: * nut-notifyflag.patch: rename of upsmon.conf.sample.in * nut-preconfig.patch: rename of upsmon.conf.sample.in * nut-systemd-dirs.patch: refresh to 2.7.3 - changed keyring to new key 55CA5976 (Arnaud Quette <arnaud.quette@free.fr>) * Sun Nov 09 2014 ledest@gmail.com - fix bashisms in post script * Thu Oct 30 2014 mvyskocil@opensuse.org - Update to version 2.7.2: For more see NEWS and UPGRADING in /usr/share/doc/packages/nut. * upsdrvctl is now installed to $prefix/sbin rather than $driverexec. This usually means moving from /bin to /sbin, apart from few exceptions. * Fix service files paths (boo#907387). * FreeDesktop Hardware Abstraction Layer (HAL) support was removed. * This is a good time to point out that for stricter packaging systems, it may be beneficial to add "--enable-option-checking=fatal" to the ./configure command line, in order to quickly pick up any other removed option flags. Other changes: * libupsclient had undefined references related to functions of libcommon.This issue was reported on Debian (bug #731156) and is now fixed * support for new devices: + CABAC UPS-1700DV2 + Eaton Powerware 3105 + Emerson Network Power Liebert PSI 1440 + MicroDowell B.Box LP 500 + Numeric Digital 800 plus + OptiUPS VS 575C + Tripp Lite SU10KRT3/1X * nutdrv_atcl_usb: new driver for 'ATCL FOR UPS' * al175: re-introduced this driver (actually, it was in 2.7.1) * upsdrvctl now provides retry options for upsdrvctl and driver(s) * snmp-ups: add support for XPPC-MIB and Tripp Lite SU10KRT3/1X. Also fix erroneous status in HP/Compaq SNMP MIB (with the most recent HP firmware (1.76) ; improved various MIBs (APC, HP/Compaq, ...) * nutdrv_qx: add new 'fallback' Q1 subdriver, with minimal 'Q1' support. General improvements on all subdrivers. * mge-shut: partially revert PnP/RTS change, for initializing the communication with the UPS. Note that nut-scanner similar function was not modified however. - dropped nut-hal.patch - use _smp_mflags macro for make - build with --enable-option-checking=fatal and remove obsoleted --with-hal and --with-linux-hiddev configure options
/usr/share/doc/packages/nut /usr/share/doc/packages/nut/FAQ.txt /usr/share/doc/packages/nut/acknowledgements.txt /usr/share/doc/packages/nut/cables /usr/share/doc/packages/nut/cables.txt /usr/share/doc/packages/nut/cables/apc-rs500-serial.txt /usr/share/doc/packages/nut/cables/apc.txt /usr/share/doc/packages/nut/cables/ge-imv-victron.txt /usr/share/doc/packages/nut/cables/imv.txt /usr/share/doc/packages/nut/cables/mgeups.txt /usr/share/doc/packages/nut/cables/powerware.txt /usr/share/doc/packages/nut/cables/repotec.txt /usr/share/doc/packages/nut/cables/sms.txt /usr/share/doc/packages/nut/config-notes.txt /usr/share/doc/packages/nut/configure.txt /usr/share/doc/packages/nut/contact-closure.txt /usr/share/doc/packages/nut/design.txt /usr/share/doc/packages/nut/developer-guide.txt /usr/share/doc/packages/nut/developers.txt /usr/share/doc/packages/nut/documentation.txt /usr/share/doc/packages/nut/download.txt /usr/share/doc/packages/nut/features.txt /usr/share/doc/packages/nut/hid-subdrivers.txt /usr/share/doc/packages/nut/history.txt /usr/share/doc/packages/nut/macros.txt /usr/share/doc/packages/nut/net-protocol.txt /usr/share/doc/packages/nut/new-clients.txt /usr/share/doc/packages/nut/new-drivers.txt /usr/share/doc/packages/nut/nut-names.txt /usr/share/doc/packages/nut/nut-qa.txt /usr/share/doc/packages/nut/nutdrv_qx-subdrivers.txt /usr/share/doc/packages/nut/outlets.txt /usr/share/doc/packages/nut/scheduling.txt /usr/share/doc/packages/nut/security.txt /usr/share/doc/packages/nut/snmp-subdrivers.txt /usr/share/doc/packages/nut/snmp.txt /usr/share/doc/packages/nut/sock-protocol.txt /usr/share/doc/packages/nut/support.txt /usr/share/doc/packages/nut/user-manual.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:58:50 2024