#6 Remove the ancient PPC64 hack
Merged 3 years ago by odubaj. Opened 3 years ago by mschorm.
Unknown source rawhide  into  rawhide

file modified
+4 -4
@@ -2,7 +2,7 @@

  

  Name:    zlib

  Version: 1.2.11

- Release: 24%{?dist}

+ Release: 25%{?dist}

  Summary: Compression and decompression library

  # /contrib/dotzlib/ have Boost license

  License: zlib and Boost
@@ -113,9 +113,6 @@

  

  %build

  export CFLAGS="$RPM_OPT_FLAGS"

- %ifarch ppc64

- CFLAGS+=" -O3"

- %endif

  %ifarch aarch64

  CFLAGS+=" -DARM_NEON -O3"

  %endif
@@ -192,6 +189,9 @@

  

  

  %changelog

+ * Fri Feb 12 2021 Michal Schorm <mschorm@redhat.com> - 1.2.11-25

+ - Remove ancient PPC64 hack

+ 

  * Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.11-24

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

The package should honor the global build flags

The hack was never meant to make it to RHEL > 7.
It was never meant to use such %ifarch. Historically, a macro %_performance_build was introduced just for this sole purpose on RHEL 7.
Anyway, it's history now.

OK for me if CI and build succseeds

Just a nitpick in changelog - 1.2.11-24 -> 1.2.11-25

rebased onto 3ba9360

3 years ago

Just a nitpick in changelog - 1.2.11-24 -> 1.2.11-25

Good catch, fixed

CI finished, merging.

Pull-Request has been merged by odubaj

3 years ago
Metadata