Commit Graph

17 Commits

Author SHA256 Message Date
Nikolay Gueorguiev
b7b946e4d9 Accepting request 1110812 from home:ngueorguiev:branches:network
- Upgrade to vesion 1.8.3 (jsc#PED-5438)
  * Bug fixes
    - Makefile: Adjust default library path for Ubuntu
    - smc_stats: Fix man page name

OBS-URL: https://build.opensuse.org/request/show/1110812
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=45
2023-09-13 06:48:51 +00:00
Mark Post
46798b1308 Accepting request 1007985 from home:markkp:branches:network
- Upgraded to version 1.8.2 (jsc#PED-577)
  * v1.8.2 (2022-09-26)
    Bug fixes:
    - `smc_run`: Fix for single quotes in parameters
    - `Makefile`: Fix target `check`
    - `smcss`/`smc_pnet`: Fix option `--version`
    - `smcr`/`smc_dbg`: Fix for showing the correct hardware capabailities
  * v1.8.1 (2022-04-14)
    Changes:
    - `smc_rncs`: Recognize RoCE Express3 cards
  * v1.8.0 (2022-04-11)
    Changes:
    - `smc_dbg`: Add stats and `smc info` output
    - `smc_rnics`:
        - List unknown devices with option `-a`
        - Include software-set PNET IDs
    - `smc_chk`: Indicate PNET IDs set by `smc_pnet`.
    Bug fixes:
    - `smc_rnics`: Display correct PNET ID for unknown Mellanox cards
    - `smc_run`: Fix output of version info

OBS-URL: https://build.opensuse.org/request/show/1007985
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=43
2022-10-04 19:26:22 +00:00
Mark Post
a40b6457ba Accepting request 929218 from home:markkp:branches:network
- Upgraded to version 1.7.0 (jsc#SLE-18328)
  * v1.7.0 (2021-10-29)
    Changes:
    - Add support for SMC-Rv2
    - `smcd`/`smcr`: Add support for new commands `seid` and `ueid`
      to manage system and user EIDs
  * v1.6.1 (2021-10-01)
    Bug fixes:
    - `smcd`/`smcr` statistics:
        - Fix memory overread in is_data_consistent()
        - Fix memory and file handle leaks
        - Use correct fallback counter values after reset
  * v1.6.0 (2021-07-01)
    Changes:
    - `smcd`/`smcr`: Add new command `stats`
    - `smc_rnics`: Recognize unknown Mellanox cards
    - `smc_run`: Add various command-line switches
    Bug fixes:
    - `smc_chk`: Remove 'EXPERIMENTAL' flag
    - `smc_chk`: Improve cleanup
    - `smc_chk`: Start server with intended port
    - `Makefile`: Install `smc_chk.8` on s390 only
    - `Makefile`: Fix extra compile flags handling
    - `smc_rnics`: Handle malformed FID arguments
- Removed the following obsolete patches against version 1.5.0:
  * smc-tools-sles15sp3-smc_chk-Remove-EXPERIMENTAL-flag-for-C-option.patch
  * smc-tools-sles15sp3-Makefile-Install-smc_chk.8-on-s390-only.patch
- Removed unnecessary smc-tools-rpmlintrc file.

OBS-URL: https://build.opensuse.org/request/show/929218
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=42
2021-11-04 17:47:58 +00:00
Mark Post
3b9696c339 Accepting request 870976 from home:markkp:branches:network
- Upgrade to version 1.5.0 (bsc#1181649).
  * Changes:
    - `smcd`/`smcr`: Add new command `info`
    - `smc_rnics`: Use '`n/a`' to indicate missing PNET ID
    - `smc_chk`: New tool to perform SMC eligilibilty checks,
       requires `man` and `python3` to be installed
    - `man` pages: Consistency improvements
  * Bug fixes:
    - `smc_pnet.8`: Use correct spelling for 'PNET ID'
    - `smc_rnics`: Suppress output of port attribute for offline devices
- Added smc-tools-sles15sp3-Makefile-Install-smc_chk.8-on-s390-only.patch
  The smc_chk command is only built for s390/s390x systems. Don't include the
  man page for it on systems where the command doesn't exist.
- Added smc-tools-sles15sp3-smc_chk-Remove-EXPERIMENTAL-flag-for-C-option.patch
  The 'EXPERIMENTAL' portion could be irritating to users of option '-C' -
  this functionality is ready for prime time. However, the same code is
  also called by one of the undocumented _experimental_ features, and
  it makes sense in that context.

OBS-URL: https://build.opensuse.org/request/show/870976
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=40
2021-02-10 19:48:04 +00:00
Mark Post
14e6850b0d Accepting request 867325 from home:markkp:branches:network
- Added a BuildRequires for bash-completion-devel so that the
  completion file for smc will be built and installed. (bsc#1181360)
- Created a new sub-package, smc-tools-completion, to deliver the
  bash completion files.
- Replaced the "make" command with the %make_build macro according
  to the recommendation from spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/867325
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=34
2021-01-27 23:03:37 +00:00
Mark Post
afb78443c6 - Upgraded to version 1.4.0 (bsc#1179554, jsc#SLE-13707)
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=31
2020-12-08 17:51:04 +00:00
Mark Post
e7f62fae9c Accepting request 854101 from home:markkp:branches:network
- Upgraded to version 1.4.0 (bsc#1179554, jsc#SLE-13707))
  * Changes:
    - Add SMC-Dv2 support
    - `smc`: Add new tools `smcd` and `smcr` to list linkgroups, links and
             devices. Requires Linux kernel 5.11 or higher.
    - `smc_rnics`: Display enabled devices per default, add new option `--all`
    - `smc_rnics`: Sort output by FID
  * Bug fixes:
    - `smc_rnics`/`smc_dbg`: Fix PNETID for multiport devices
    - `smcss`/`smc_pnet`: Consistent use of option `-v`
- Changed the %setup macro to %autosetup in the spec file.

OBS-URL: https://build.opensuse.org/request/show/854101
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=30
2020-12-08 17:49:35 +00:00
Mark Post
a15d3300ec - Upgraded to version 1.3.1 (jsc#SLE-13707)
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=27
2020-09-23 21:30:36 +00:00
Mark Post
4f84c4f6c4 Accepting request 835902 from home:markkp:branches:network
- Upgraded to version 1.3.1 (jsc#SLE-14630, jsc#SLE-14470)
  * Version 1.3.1
    Changes:
      smcss: Add further error codes to man page
    Bug fixes:
      smcss: Display more than 321 connections
      smc_rnics: Suppress any unknown non-networking device unless
                 option -r is specified
  * Version 1.3.0
    Changes:
      smcss: Add description of Linux error codes to man page
      smc_rnics:
        * Sort output by PCHID
        * Replace spaces in output by underscores for easier parsing
        * Add new option --IB-dev to display IB-specific attributes
    Bug fixes:
      smc_rnics:
        * FIDs can have up to 4 digits and are planned to be extended
          to a total of 8 digits - adjusting output format accordingly
        * Do not display port attribute for RoCE Express2 devices
          unless we have an accurate value

OBS-URL: https://build.opensuse.org/request/show/835902
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=25
2020-09-21 19:05:12 +00:00
Mark Post
a773e60baa Accepting request 753058 from home:markkp:branches:network
Upgrade to version 1.2.2 for jsc#SLE-7876

OBS-URL: https://build.opensuse.org/request/show/753058
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=23
2019-12-02 22:10:37 +00:00
Mark Post
e4ecb7e96d Accepting request 729043 from home:markkp:branches:network
Upgrade to 1.2.1.

OBS-URL: https://build.opensuse.org/request/show/729043
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=21
2019-09-06 22:47:17 +00:00
Mark Post
3b156b183e Accepting request 653155 from home:markkp:branches:network
- Made multiple changes to the spec file based on the output
  from spec-cleaner.
- Upgraded to version 1.1.0 (Fates 325009, 325168 and 325702)
  Changes:
  * smcss:    Add IPv6 support
  * preload:  Add IPv6 support
  * smcss:    Output format changed
  * preload:  Rename preload library into libsmc-preload.so
  * Makefile: Improve distro compatibility
  * Makefile: Add SONAME to shared libraries
  * Makefile: Do not strip binaries on install
  * Makefile: Use LDFLAGS to allow addition of externally set link flags
  * libsmc..: Remove hardcoded reference to libc
  * Manpages: Formatting changes
  Bug fixes:
  * Makefile: Fix target 'install' dependencies
  * smcss:    Fix "--version" output
  * smc_pnet: Fix "--version" output
  * smc_run:	Append preload library to LD_PRELOAD instead of potentially
                overwriting pre-set values
  * preload:  Set suid flag to work with suid executables
- Updated the spec file to reference the new names for the shared
  library.
- Removed the ExcludeArch for %{arm} since it now builds on that
  architecture.
- Added an ExcludeArch for %{arm} so that we won't try to build
  the package on armv7l. The build fails on that architecture.
- Update summary. Replace old RPM shell variables by macros.
- Upgraded to version 1.0.0 (Fate#322376).
- Initial packaging of version 0.1.1 (Fate#319569).

OBS-URL: https://build.opensuse.org/request/show/653155
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=19
2018-11-30 21:39:38 +00:00
Mark Post
8f6b1e37bc - Removed the ExcludeArch for %{arm} since it now builds on that
architecture.

- Added an ExcludeArch for %{arm} so that we won't try to build
  the package on armv7l. The build fails on that architecture.

OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=15
2018-08-24 21:38:59 +00:00
Mark Post
e018e05687 - Upgraded to version 1.1.0 (Fates 325009 and 325168)
Changes:
  * smcss:    Add IPv6 support
  * preload:  Add IPv6 support
  * smcss:    Output format changed
  * preload:  Rename preload library into libsmc-preload.so
  * Makefile: Improve distro compatibility
  * Makefile: Add SONAME to shared libraries
  * Makefile: Do not strip binaries on install
  * Makefile: Use LDFLAGS to allow addition of externally set link flags
  * libsmc..: Remove hardcoded reference to libc
  * Manpages: Formatting changes
  Bug fixes:
  * Makefile: Fix target 'install' dependencies
  * smcss:    Fix "--version" output
  * smc_pnet: Fix "--version" output
  * smc_run:	Append preload library to LD_PRELOAD instead of potentially
                overwriting pre-set values
  * preload:  Set suid flag to work with suid executables
- Updated the spec file to reference the new names for the shared
  library.

OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=14
2018-08-10 23:20:19 +00:00
Mark Post
63a27aaf03 Accepting request 530020 from home:markkp:branches:network
- Added an ExcludeArch for %{arm} so that we won't try to build
  the package on armv7l. The build fails on that architecture.

OBS-URL: https://build.opensuse.org/request/show/530020
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=12
2017-09-29 20:18:25 +00:00
Mark Post
5edee81325 Accepting request 484874 from home:jengelh:branches:network
- Update summary. Replace old RPM shell variables by macros.

OBS-URL: https://build.opensuse.org/request/show/484874
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=3
2017-04-18 21:38:05 +00:00
Ismail Dönmez
e433286d2b Accepting request 481634 from home:markkp
New package for SLES12 SP3 (Fate#322376), per Factory First policy.

OBS-URL: https://build.opensuse.org/request/show/481634
OBS-URL: https://build.opensuse.org/package/show/network/smc-tools?expand=0&rev=1
2017-03-27 09:51:15 +00:00