diff --git a/frysk.spec b/frysk.spec index 07efe0f..f3b14bf 100644 --- a/frysk.spec +++ b/frysk.spec @@ -10,6 +10,9 @@ Source: %{name}-%{version}.tar.bz2 # Disable the test which fails when building on older kernel. Patch: frysk-xfail-2130.patch +# Fix for #203902: +Patch1: frysk-ghosts.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: libglade-java >= 2.12.5 @@ -53,6 +56,7 @@ process in the system. %prep %setup -q -n %{name}-%{version} %patch +%patch1 %build @@ -115,6 +119,9 @@ rm -rf %{buildroot} %{_libexecdir}/frysk/* %changelog +* Fri Aug 25 2006 Stepan Kasal - 0.0.1.2006.08.24.rh1-3 +- Patch1 for bug #203902. + * Fri Aug 25 2006 Stepan Kasal - 0.0.1.2006.08.24.rh1-2 - Comment out the %%check section temporarily.