Commit Graph

12 Commits

Author SHA256 Message Date
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