irqbalance/install-man-pages.patch
Thomas Renninger 6d3697e5f8 Accepting request 639399 from home:SchoolGuy:branches:Base:System
- Removed aarch64-compile-fixes.patch because it is mainline now.
- Update to version 1.4.0:
  * Fixed an erroneous calculation of min_load that restricted candidates to a
    subset of objects
  * Fixed powerpc hotplug detection
  * Cleaned up syslog target dependency
  * Added some self test infrastructure (via make check)
- Update to version 1.3.0
  * New features in this release:
      optimization of platform device irq detection
      Added sample udev rules to trigger irq rescans on device add/remove
      Made irqbalance ui an optional compile component
      Added support for Intel CoD
      Add -v | --version option to command line
  * Bug fixes in this release:
      Misc compiler warning fixes and spelling errors
      Compilation error fix on aarch64
      Compilation error fix when using clang in c99 mode
      Unused variable cleanup
      Lots of memory leak cleanup in irqbalance-ui
      Prevent irqbalance from running in a container
      Fix irq affinity assignment in some cases to wrong numa node
      Fix oneshot mode
      exclude legacy irq 255
  * Deprecations:
      without-glib2 is removed, we just need it enough that we can't dummy it up
      anymore

OBS-URL: https://build.opensuse.org/request/show/639399
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=70
2018-10-02 13:50:40 +00:00

14 lines
411 B
Diff

Index: irqbalance-1.4.0/Makefile.am
===================================================================
--- irqbalance-1.4.0.orig/Makefile.am
+++ irqbalance-1.4.0/Makefile.am
@@ -46,7 +46,7 @@ irqbalance_ui_SOURCES = $(UI_DIR)/helper
irqbalance_ui_LDADD = $(GLIB2_LIBS) $(CURSES_LIBS)
endif
-dist_man_MANS = irqbalance.1
+man_MANS = irqbalance.1
CONFIG_CLEAN_FILES = debug*.list config/*
clean-generic: