Update to 1.8.1
Related: rhbz#2044219 Signed-off-by: Čestmír Kalina <ckalina@redhat.com>
This commit is contained in:
parent
00ab0f7850
commit
fc6be54b1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/smc-tools-*.tar.gz
|
/smc-tools-*.tar.gz
|
||||||
/1.6.1.tar.gz
|
/1.6.1.tar.gz
|
||||||
|
/1.8.1.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: smc-tools
|
Name: smc-tools
|
||||||
Version: 1.6.1
|
Version: 1.8.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Shared Memory Communication Tools
|
Summary: Shared Memory Communication Tools
|
||||||
|
|
||||||
@ -28,6 +28,10 @@ sockets in Linux.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%ifarch ppc64le
|
||||||
|
# see arch/powerpc/include/uapi/asm/types.h
|
||||||
|
%global optflags %optflags -D__SANE_USERSPACE_TYPES__
|
||||||
|
%endif
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -62,6 +66,9 @@ sockets in Linux.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 02 2022 Čestmír Kalina <ckalina@redhat.com> - 1.8.1-1
|
||||||
|
- Resolves: #2044219 Update smc-tools to latest version
|
||||||
|
|
||||||
* Fri Nov 26 2021 Čestmír Kalina <ckalina@redhat.com> - 1.6.1-1
|
* Fri Nov 26 2021 Čestmír Kalina <ckalina@redhat.com> - 1.6.1-1
|
||||||
- Resolves: #2017065 Update smc-tools to 1.6.1
|
- Resolves: #2017065 Update smc-tools to 1.6.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (1.6.1.tar.gz) = b5801414cf0e9e6dbbe2d289ad116668f367fafeb6e3a4e3a288a8f4d34f3dd42440817b67e506a7baf1c43b796047672330650d61df045427d811cf83141ab8
|
SHA512 (1.8.1.tar.gz) = c89c382ab830ecea05c5c65ca526d2e4d1c18e48bb34f42f45206ca9567e816f0176c07aadefd7625a899f5cf39847269e6424b33f08461f460111f1599acee9
|
||||||
|
Loading…
Reference in New Issue
Block a user