add extra requires for chrpath
This commit is contained in:
parent
411d61ddf0
commit
e107a783d5
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 1.6.9
|
Version: 1.6.9
|
||||||
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+
|
||||||
@ -44,6 +44,7 @@ these macros.
|
|||||||
%package extra
|
%package extra
|
||||||
Summary: Extra RPM macros for building Haskell library subpackages
|
Summary: Extra RPM macros for building Haskell library subpackages
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: chrpath
|
||||||
|
|
||||||
%description extra
|
%description extra
|
||||||
Extra macros used for subpackaging of Haskell libraries,
|
Extra macros used for subpackaging of Haskell libraries,
|
||||||
@ -135,6 +136,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 27 2016 Jens Petersen <petersen@redhat.com> - 1.6.9-2
|
||||||
|
- macros.ghc-extra requires chrpath
|
||||||
|
|
||||||
* Tue Sep 27 2016 Jens Petersen <petersen@redhat.com> - 1.6.9-1
|
* Tue Sep 27 2016 Jens Petersen <petersen@redhat.com> - 1.6.9-1
|
||||||
- new ghc_fix_rpath macro deprecates ghc_fix_dynamic_rpath
|
- new ghc_fix_rpath macro deprecates ghc_fix_dynamic_rpath
|
||||||
- ghc-pkg-wrapper: quieter and simple output
|
- ghc-pkg-wrapper: quieter and simple output
|
||||||
|
Loading…
Reference in New Issue
Block a user