Compare commits

...

5 Commits

Author SHA1 Message Date
David Abdurachmanov f989255064
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-07-16 10:28:17 +03:00
David Abdurachmanov ad6293dcb1
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-23 18:58:11 +02:00
David Abdurachmanov a07e2a91f4
Merge remote-tracking branch 'up/f31' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-08-21 12:35:39 -07:00
David Abdurachmanov 0c8c7d2927
Merge remote-tracking branch 'up/f29' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-08-26 11:30:44 +03:00
David Abdurachmanov c1bd09b981 Add support for riscv64
We need to pick lib64 for riscv64 instead lib.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-04-23 18:49:58 +02:00
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index c98cf35..a601e78 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PYTHONINCLUDE := $(shell $(PYTHON)-config --includes)
VERSION=1.2.3
-ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64,$(shell uname -m)))
+ifneq (,$(filter sparc64 ppc64 ppc64le x86_64 s390x aarch64 riscv64,$(shell uname -m)))
LIBDIR = lib64
else
LIBDIR = lib

View File

@ -1,13 +1,15 @@
Summary: Utilities for working with md5sum implanted in ISO images
Name: isomd5sum
Version: 1.2.3
Release: 9%{?dist}
Release: 9.0.riscv64%{?dist}
Epoch: 1
License: GPLv2+
Url: https://github.com/rhinstaller/isomd5sum
Source0: https://github.com/rhinstaller/%{name}/archive/%{version}.tar.gz
Patch0: isomd5sum-1.2.3-add-riscv64.patch
BuildRequires: gcc
BuildRequires: popt-devel
BuildRequires: python3-devel
@ -62,6 +64,9 @@ PYTHON=%{__python3} make DESTDIR=$RPM_BUILD_ROOT install-bin install-devel insta
%{python3_sitearch}/pyisomd5sum.so
%changelog
* Thu Jul 16 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 1:1.2.3-9.0.riscv64
- Add support for riscv64
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:1.2.3-9
- Rebuilt for Python 3.9