no longer overwrite config.{guess,sub}
This commit is contained in:
parent
b9f82e46f5
commit
059022b6ea
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 2.8.0.1
|
Version: 2.8.0.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Low-level networking interface
|
Summary: Low-level networking interface
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -78,8 +78,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
# Begin cabal-rpm setup:
|
# Begin cabal-rpm setup:
|
||||||
%setup -q -n %{pkgver}
|
%setup -q -n %{pkgver}
|
||||||
# End cabal-rpm setup
|
# End cabal-rpm setup
|
||||||
# Use rpm's config.* to support new archs like ppc64le
|
|
||||||
cp -f /usr/lib/rpm/config.{guess,sub} .
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -130,6 +128,10 @@ cp -f /usr/lib/rpm/config.{guess,sub} .
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 9 2020 Jens Petersen <petersen@redhat.com> - 2.8.0.1-3
|
||||||
|
- refresh to cabal-rpm-2.0.2
|
||||||
|
- no longer overwrite config.{guess,sub}, to fix rawhide build
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0.1-2
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.0.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user