- update to 1.2.0
This commit is contained in:
parent
c27048b620
commit
ba80c5e2f6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/smc-tools-1.0.0.tar.gz
|
/smc-tools-1.0.0.tar.gz
|
||||||
/smc-tools-1.1.0.tar.gz
|
/smc-tools-1.1.0.tar.gz
|
||||||
|
/smc-tools-1.2.0.tar.gz
|
||||||
|
15
smc-tools-1.2.0-s390.patch
Normal file
15
smc-tools-1.2.0-s390.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff -up smc-tools-1.2.0/Makefile.s390 smc-tools-1.2.0/Makefile
|
||||||
|
--- smc-tools-1.2.0/Makefile.s390 2019-02-28 11:59:47.600106195 +0100
|
||||||
|
+++ smc-tools-1.2.0/Makefile 2019-02-28 11:59:58.758701108 +0100
|
||||||
|
@@ -129,10 +129,10 @@ endif
|
||||||
|
install $(INSTALL_FLAGS_BIN) smc_dbg $(DESTDIR)$(BINDIR)
|
||||||
|
ifeq ($(shell uname -m | cut -c1-4),s390)
|
||||||
|
install $(INSTALL_FLAGS_BIN) smc_rnics $(DESTDIR)$(BINDIR)
|
||||||
|
+ install $(INSTALL_FLAGS_MAN) smc_rnics.8 $(DESTDIR)$(MANDIR)/man8
|
||||||
|
endif
|
||||||
|
install $(INSTALL_FLAGS_MAN) af_smc.7 $(DESTDIR)$(MANDIR)/man7
|
||||||
|
install $(INSTALL_FLAGS_MAN) smc_run.8 $(DESTDIR)$(MANDIR)/man8
|
||||||
|
- install $(INSTALL_FLAGS_MAN) smc_rnics.8 $(DESTDIR)$(MANDIR)/man8
|
||||||
|
install $(INSTALL_FLAGS_MAN) smc_pnet.8 $(DESTDIR)$(MANDIR)/man8
|
||||||
|
install $(INSTALL_FLAGS_MAN) smcss.8 $(DESTDIR)$(MANDIR)/man8
|
||||||
|
|
@ -1,11 +1,12 @@
|
|||||||
Name: smc-tools
|
Name: smc-tools
|
||||||
Version: 1.1.0
|
Version: 1.2.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Shared Memory Communication Tools
|
Summary: Shared Memory Communication Tools
|
||||||
|
|
||||||
License: EPL
|
License: EPL
|
||||||
URL: https://www.ibm.com/developerworks/linux/linux390/smc-tools.html
|
URL: https://www.ibm.com/developerworks/linux/linux390/smc-tools.html
|
||||||
Source0: https://public.dhe.ibm.com/software/dw/linux390/ht_src/%{name}-%{version}.tar.gz
|
Source0: https://public.dhe.ibm.com/software/dw/linux390/ht_src/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: %{name}-1.2.0-s390.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
@ -30,6 +31,7 @@ sockets in Linux.
|
|||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.smctools
|
%doc README.smctools
|
||||||
|
%{_bindir}/smc_dbg
|
||||||
%{_bindir}/smc_pnet
|
%{_bindir}/smc_pnet
|
||||||
%{_bindir}/smc_run
|
%{_bindir}/smc_run
|
||||||
%{_bindir}/smcss
|
%{_bindir}/smcss
|
||||||
@ -38,9 +40,16 @@ sockets in Linux.
|
|||||||
%{_mandir}/man8/smc_pnet.8*
|
%{_mandir}/man8/smc_pnet.8*
|
||||||
%{_mandir}/man8/smc_run.8*
|
%{_mandir}/man8/smc_run.8*
|
||||||
%{_mandir}/man8/smcss.8*
|
%{_mandir}/man8/smcss.8*
|
||||||
|
%ifarch s390 s390x
|
||||||
|
%{_bindir}/smc_rnics
|
||||||
|
%{_mandir}/man8/smc_rnics.8*
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 28 2019 Dan Horák <dan@danny.cz> - 1.2.0-1
|
||||||
|
- update to 1.2.0
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (smc-tools-1.1.0.tar.gz) = 6d57ca54d5bbdc9b691cd1f907f53624168a33f80c843bfaf170010bbd2d157d84c451f6a01478446bbe261a12f9f7d22c0daab0a865b7a39d2984359ebe4fa2
|
SHA512 (smc-tools-1.2.0.tar.gz) = 6afb2c5f51cd9a826f1c5aeee8a41f5e59d8b6db0b7ee4c01ad630d9fe3b81c55dab33a4c8600252d5a97927a3e123100cabb27cb09a09c0baf50a9199210b2f
|
||||||
|
Loading…
Reference in New Issue
Block a user