From fc80368ad44dfdf8ae34ba0ea0b6cc35cf98571b Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jan 28 2014 13:03:48 +0000 Subject: import isomd5sum-1.0.10-4.el7.src.rpm --- diff --git a/SOURCES/0001-Add-aarch64-1041320.patch b/SOURCES/0001-Add-aarch64-1041320.patch new file mode 100644 index 0000000..072ad1f --- /dev/null +++ b/SOURCES/0001-Add-aarch64-1041320.patch @@ -0,0 +1,25 @@ +From b6b2bddecfa773bb2ea55332ed0dfd944337628f Mon Sep 17 00:00:00 2001 +From: Radek Vykydal +Date: Tue, 28 Jan 2014 13:09:55 +0100 +Subject: [PATCH] Add aarch64 (#1041320) + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index cf77b78..1d95534 100644 +--- a/Makefile ++++ b/Makefile +@@ -4,7 +4,7 @@ PYTHONINCLUDE = /usr/include/$(PYTHON) + + VERSION=1.0.10 + +-ifneq (,$(filter sparc64 ppc64 x86_64 s390x,$(shell uname -m))) ++ifneq (,$(filter aarch64 sparc64 ppc64 x86_64 s390x,$(shell uname -m))) + LIBDIR = lib64 + else + LIBDIR = lib +-- +1.7.11.7 + diff --git a/SPECS/isomd5sum.spec b/SPECS/isomd5sum.spec index 06ca15e..a26f076 100644 --- a/SPECS/isomd5sum.spec +++ b/SPECS/isomd5sum.spec @@ -1,7 +1,7 @@ Summary: Utilities for working with md5sum implanted in ISO images Name: isomd5sum Version: 1.0.10 -Release: 1%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv2+ Group: Applications/System @@ -9,6 +9,7 @@ URL: http://git.fedorahosted.org/git/?p=isomd5sum.git;a=summary Source0: http://fedorahosted.org/releases/i/s/isomd5sum/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: popt-devel +Patch0: 0001-Add-aarch64-1041320.patch %description The isomd5sum package contains utilities for implanting and verifying @@ -33,6 +34,7 @@ Python bindings for isomd5sum %prep %setup -q +%patch0 -p1 %build CFLAGS="$RPM_OPT_FLAGS -Wno-strict-aliasing"; export CFLAGS @@ -63,6 +65,16 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/pyisomd5sum.so %changelog +* Tue Jan 28 2014 Radek Vykydal - 1:1.0.10-4 +- Add aarch64 (bcl) + Resolves: rhbz#1041320 + +* Fri Jan 24 2014 Daniel Mach - 1:1.0.10-3 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 1:1.0.10-2 +- Mass rebuild 2013-12-27 + * Tue Feb 26 2013 Brian C. Lane 1.0.10-1 - Fix for gcc type-punned and sizeof pointer warnings. (bcl) - Add exit code 2 for user abort (#907600) (bcl)