remove redundant prelink requires
This commit is contained in:
parent
8b8d74fd9a
commit
97a4e320e7
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 0.95.14
|
Version: 0.95.14
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: RPM macros for building packages for GHC
|
Summary: RPM macros for building packages for GHC
|
||||||
|
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
@ -29,8 +29,6 @@ BuildRequires: redhat-rpm-config
|
|||||||
ExclusiveArch: %{ghc_arches}
|
ExclusiveArch: %{ghc_arches}
|
||||||
Requires: hscolour
|
Requires: hscolour
|
||||||
%endif
|
%endif
|
||||||
# for execstack
|
|
||||||
Requires: prelink
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A set of macros for building GHC packages following the Haskell Guidelines
|
A set of macros for building GHC packages following the Haskell Guidelines
|
||||||
@ -76,6 +74,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 25 2013 Jens Petersen <petersen@redhat.com> - 0.95.14-2
|
||||||
|
- remove redundant prelink requires
|
||||||
|
|
||||||
* Fri Oct 25 2013 Jens Petersen <petersen@redhat.com> - 0.95.14-1
|
* Fri Oct 25 2013 Jens Petersen <petersen@redhat.com> - 0.95.14-1
|
||||||
- add ghcpkgdocdir
|
- add ghcpkgdocdir
|
||||||
- use _pkgdocdir
|
- use _pkgdocdir
|
||||||
|
Loading…
Reference in New Issue
Block a user