|
|
@ -1,119 +1,125 @@
|
|
|
|
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
Name: smc-tools
|
|
|
|
Name: smc-tools
|
|
|
|
Version: 1.8.2
|
|
|
|
Version: 1.8.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Shared Memory Communication Tools
|
|
|
|
Summary: Shared Memory Communication Tools
|
|
|
|
|
|
|
|
|
|
|
|
License: EPL-1.0
|
|
|
|
License: EPL
|
|
|
|
URL: https://github.com/ibm-s390-linux/smc-tools
|
|
|
|
URL: https://www.ibm.com/developerworks/linux/linux390/smc-tools.html
|
|
|
|
Source0: https://github.com/ibm-s390-linux/%{name}/archive/refs/tags/%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
Requires: man
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: libnl3-devel
|
|
|
|
BuildRequires: libnl3-devel
|
|
|
|
BuildRequires: bash-completion
|
|
|
|
BuildRequires: bash-completion
|
|
|
|
|
|
|
|
|
|
|
|
%ifarch s390 s390x
|
|
|
|
Source0: https://github.com/ibm-s390-linux/%{name}/archive/refs/tags/%{version}.tar.gz
|
|
|
|
# for smc_chk
|
|
|
|
|
|
|
|
Requires: python3
|
|
|
|
|
|
|
|
Requires: man
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: smc-tools-1.6.0-smc_chk-py3.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The Shared Memory Communication Tools (smc-tools) package enables usage of SMC
|
|
|
|
The Shared Memory Communication Tools (smc-tools) package enables usage of SMC
|
|
|
|
sockets in Linux.
|
|
|
|
sockets in Linux.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup
|
|
|
|
%forgesetup
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%ifarch ppc64le
|
|
|
|
%make_build CFLAGS="%{build_cflags} -I%{_includedir}/libnl3" LDFLAGS="%{build_ldflags}" V=1
|
|
|
|
# see arch/powerpc/include/uapi/asm/types.h
|
|
|
|
|
|
|
|
%global optflags %optflags -D__SANE_USERSPACE_TYPES__
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%set_build_flags
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%make_install V=1
|
|
|
|
%make_install V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/smcd
|
|
|
|
%{_datadir}/bash-completion/
|
|
|
|
%{_bindir}/smcr
|
|
|
|
%{_mandir}/man7/af_smc.7.gz
|
|
|
|
%{_bindir}/smc_dbg
|
|
|
|
%{_mandir}/man8/smc*
|
|
|
|
%{_bindir}/smc_pnet
|
|
|
|
%{_bindir}/smc_pnet
|
|
|
|
%{_bindir}/smc_run
|
|
|
|
%{_bindir}/smc_run
|
|
|
|
%{_bindir}/smcss
|
|
|
|
%{_bindir}/smcss
|
|
|
|
%{_libdir}/libsmc-preload.so*
|
|
|
|
%{_bindir}/smcd
|
|
|
|
%{_mandir}/man7/af_smc.7*
|
|
|
|
%{_bindir}/smcr
|
|
|
|
%{_mandir}/man8/smcd*.8*
|
|
|
|
%{_bindir}/smc_dbg
|
|
|
|
%{_mandir}/man8/smcr*.8*
|
|
|
|
%ifarch s390x
|
|
|
|
%{_mandir}/man8/smc_pnet.8*
|
|
|
|
|
|
|
|
%{_mandir}/man8/smc_run.8*
|
|
|
|
|
|
|
|
%{_mandir}/man8/smcss.8*
|
|
|
|
|
|
|
|
%ifarch s390 s390x
|
|
|
|
|
|
|
|
%{_bindir}/smc_chk
|
|
|
|
|
|
|
|
%{_bindir}/smc_rnics
|
|
|
|
%{_bindir}/smc_rnics
|
|
|
|
%{_mandir}/man8/smc_chk.8*
|
|
|
|
%{_bindir}/smc_chk
|
|
|
|
%{_mandir}/man8/smc_rnics.8*
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%{_datadir}/bash-completion/
|
|
|
|
%{_bindir}/smc_dbg
|
|
|
|
|
|
|
|
%{_libdir}/libsmc-preload.so*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Dec 05 2022 Čestmír Kalina <ckalina@redhat.com> - 1.8.2-1
|
|
|
|
* Mon Dec 05 2022 Čestmír Kalina <ckalina@redhat.com> - 1.8.2-1
|
|
|
|
- Resolves: #2110413 Upgrade smc-tools to latest version
|
|
|
|
- Resolves: #2110414 Upgrade smc-tools to latest version
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 02 2022 Čestmír Kalina <ckalina@redhat.com> - 1.8.1-1
|
|
|
|
* Thu Jun 23 2022 Čestmír Kalina <ckalina@redhat.com> - 1.8.1-1
|
|
|
|
- Resolves: #2044219 Update smc-tools to latest version
|
|
|
|
- Upgrade smc-tools to latest version
|
|
|
|
|
|
|
|
- Add User-defined EID (Enterprise ID) Support
|
|
|
|
* Fri Nov 26 2021 Čestmír Kalina <ckalina@redhat.com> - 1.6.1-1
|
|
|
|
- Resolves: #1919228
|
|
|
|
- Resolves: #2017065 Update smc-tools to 1.6.1
|
|
|
|
- Resolves: #2043841
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.0-2
|
|
|
|
* Mon Oct 18 2021 Čestmír Kalina <ckalina@redhat.com> - 1.6.1-1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Upgrade smc-tools to latest version
|
|
|
|
Related: rhbz#1991688
|
|
|
|
- Resolves: #1984975
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 07 2021 Čestmír Kalina <ckalina@redhat.com> - 1.6.0-1
|
|
|
|
* Fri Jul 16 2021 Čestmír Kalina <ckalina@redhat.com> - 1.6.0-3
|
|
|
|
- Resolves: #1869550 Upgrade smc-tools to latest version
|
|
|
|
- Patch stats.c to fix overruns
|
|
|
|
- Related: #1869743
|
|
|
|
- Patch stats.c to fix leaks
|
|
|
|
- Related: #1869747
|
|
|
|
- Patch stats.c to fix fallback counter values
|
|
|
|
|
|
|
|
- Resolves: #1993469
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.0-2
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
* Fri Jul 16 2021 Čestmír Kalina <ckalina@redhat.com> - 1.6.0-2
|
|
|
|
|
|
|
|
- Patch smc_chk to use platform-python
|
|
|
|
* Wed Mar 17 2021 Dan Horák <dan@danny.cz> - 1.5.0-1
|
|
|
|
- Resolves: #1981727
|
|
|
|
- update to 1.5.0
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 02 2021 Čestmír Kalina <ckalina@redhat.com> - 1.6.0-1
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
- Resolves: #1869292 Statistics Support - smc-tools part
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Resolves: #1919225 Add SMC-D Setup Check (smc-tools)
|
|
|
|
|
|
|
|
- Resolves: #1919240 Upgrade smc-tools to latest version
|
|
|
|
* Wed Sep 23 2020 Dan Horák <dan@danny.cz> - 1.3.1-1
|
|
|
|
* Wed Feb 10 2021 Čestmír Kalina <ckalina@redhat.com> - 1.5.0-2
|
|
|
|
- update to 1.3.1
|
|
|
|
- Resolves: #1924787
|
|
|
|
|
|
|
|
- Add python3/man requires
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
|
|
|
* Mon Feb 08 2021 Čestmír Kalina <ckalina@redhat.com> - 1.5.0-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Resolves: #1924787
|
|
|
|
|
|
|
|
- Upgrade to 1.5.0
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
|
|
|
* Mon Jan 04 2021 Čestmír Kalina <ckalina@redhat.com> - 1.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Resolves: #1879128
|
|
|
|
|
|
|
|
- Add bash-completion to build requires
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
* Mon Jan 04 2021 Čestmír Kalina <ckalina@redhat.com> - 1.4.0-1
|
|
|
|
|
|
|
|
- Resolves: #1851143
|
|
|
|
* Thu Feb 28 2019 Dan Horák <dan@danny.cz> - 1.2.0-1
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
|
|
|
- Explicitly state libnl3 in include path
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Čestmír Kalina <ckalina@redhat.com> - 1.3.0-1
|
|
|
|
|
|
|
|
- Resolves: #1780304
|
|
|
|
|
|
|
|
- Update to 1.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 06 2019 Čestmír Kalina <ckalina@redhat.com> - 1.2.2-3
|
|
|
|
|
|
|
|
- Resolves: rhbz#1726264
|
|
|
|
|
|
|
|
- Release bump to force brew rebuild due to tagging failure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 06 2019 Čestmír Kalina <ckalina@redhat.com> - 1.2.2-2
|
|
|
|
|
|
|
|
- Resolves: rhbz#1726264
|
|
|
|
|
|
|
|
- update to 1.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 20 2019 Čestmír Kalina <ckalina@redhat.com> - 1.2.1-2
|
|
|
|
|
|
|
|
- Resolves: rhbz#1706015
|
|
|
|
|
|
|
|
- guards smc_rnics man with %ifarch s390x to avoid build failure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 20 2019 Čestmír Kalina <ckalina@redhat.com> - 1.2.1-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#1706015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 02 2019 Čestmír Kalina <ckalina@redhat.com> - 1.2.0-2
|
|
|
|
|
|
|
|
- Resolves: rhbz#1683274
|
|
|
|
|
|
|
|
- guards smc_rnics with %ifarch s390x
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 02 2019 Čestmír Kalina <ckalina@redhat.com> - 1.2.0-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#1683274
|
|
|
|
- update to 1.2.0
|
|
|
|
- update to 1.2.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 09 2018 Dan Horák <dan@danny.cz> - 1.1.0-1
|
|
|
|
* Mon Jul 09 2018 Dan Horák <dan@danny.cz> - 1.1.0-1
|
|
|
|
- update to 1.1.0
|
|
|
|
- update to 1.1.0
|
|
|
|
|
|
|
|
|
|
|
|