From cd0fae4df48f3256748a0b59daa031b9883aa4ba Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Wed, 5 Nov 2008 05:32:13 +0000 Subject: [PATCH] Fix a minor packaging glitch --- ghc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc.spec b/ghc.spec index 011b56f..3af591c 100644 --- a/ghc.spec +++ b/ghc.spec @@ -16,7 +16,7 @@ Name: ghc Version: 6.10.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Glasgow Haskell Compilation system # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713 ExcludeArch: alpha ppc64 @@ -210,9 +210,13 @@ fi %ghost %{_docdir}/%{name}/libraries/index.html %ghost %{_docdir}/%{name}/libraries/minus.gif %ghost %{_docdir}/%{name}/libraries/plus.gif +%ghost %{_docdir}/%{name}/libraries/prologue.txt %endif %changelog +* Tue Nov 04 2008 Bryan O'Sullivan - 6.10.1-2 +- Fix a minor packaging glitch + * Tue Nov 04 2008 Bryan O'Sullivan - 6.10.1-1 - Update to 6.10.1 in observance of President Obama