- update to 1.3.1
This commit is contained in:
parent
7791f74b54
commit
9b5e831de0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/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
|
/smc-tools-1.2.0.tar.gz
|
||||||
|
/smc-tools-1.3.1.tar.gz
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
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,12 +1,11 @@
|
|||||||
Name: smc-tools
|
Name: smc-tools
|
||||||
Version: 1.2.0
|
Version: 1.3.1
|
||||||
Release: 4%{?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
|
||||||
@ -44,9 +43,13 @@ sockets in Linux.
|
|||||||
%{_bindir}/smc_rnics
|
%{_bindir}/smc_rnics
|
||||||
%{_mandir}/man8/smc_rnics.8*
|
%{_mandir}/man8/smc_rnics.8*
|
||||||
%endif
|
%endif
|
||||||
|
%{_datadir}/bash-completion/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 23 2020 Dan Horák <dan@danny.cz> - 1.3.1-1
|
||||||
|
- update to 1.3.1
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (smc-tools-1.2.0.tar.gz) = 6afb2c5f51cd9a826f1c5aeee8a41f5e59d8b6db0b7ee4c01ad630d9fe3b81c55dab33a4c8600252d5a97927a3e123100cabb27cb09a09c0baf50a9199210b2f
|
SHA512 (smc-tools-1.3.1.tar.gz) = b2252d5283e3481f1909e1de198d8aaafe7dd1e7ebc506567840a69e9ef3771c10d498aa435e1954ae9e286b9c3b7df6407ad7db981f74faca3cabc233bbd9df
|
||||||
|
Loading…
Reference in New Issue
Block a user