Remove %config from %{_sysconfdir}/rpm/macros.*
(https://fedorahosted.org/fpc/ticket/259).
This commit is contained in:
parent
15903c519c
commit
9921428d92
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 0.98.1
|
Version: 0.98.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Macros for building packages for GHC
|
Summary: Macros for building packages for GHC
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -68,13 +68,17 @@ EOF
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING AUTHORS
|
%doc COPYING AUTHORS
|
||||||
%config(noreplace) %{macros_file}
|
%{macros_file}
|
||||||
%{_prefix}/lib/rpm/ghc-deps.sh
|
%{_prefix}/lib/rpm/ghc-deps.sh
|
||||||
%{_bindir}/cabal-tweak-dep-ver
|
%{_bindir}/cabal-tweak-dep-ver
|
||||||
%{_bindir}/cabal-tweak-flag
|
%{_bindir}/cabal-tweak-flag
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 20 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.98.1-4
|
||||||
|
- Remove %%config from %%{_sysconfdir}/rpm/macros.*
|
||||||
|
(https://fedorahosted.org/fpc/ticket/259).
|
||||||
|
|
||||||
* Tue Feb 26 2013 Jens Petersen <petersen@redhat.com> - 0.98.1-3
|
* Tue Feb 26 2013 Jens Petersen <petersen@redhat.com> - 0.98.1-3
|
||||||
- only add lib pkgdir to filelist if it exists
|
- only add lib pkgdir to filelist if it exists
|
||||||
to fix haskell-platform build on secondary archs (no shared libs)
|
to fix haskell-platform build on secondary archs (no shared libs)
|
||||||
|
Loading…
Reference in New Issue
Block a user