diff --git a/.cvsignore b/.cvsignore index 49558a1..c78ba4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -system-config-boot-0.3.1.tar.bz2 +system-config-boot-0.4.1.tar.bz2 diff --git a/sources b/sources index bb8a1f0..1fa6cbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e63da9002315977c73aee6e147396fe3 system-config-boot-0.3.1.tar.bz2 +fcf0f498eb5dd229c549f5c26819d389 system-config-boot-0.4.1.tar.bz2 diff --git a/system-config-boot.spec b/system-config-boot.spec index eff31a9..b84a9c5 100644 --- a/system-config-boot.spec +++ b/system-config-boot.spec @@ -3,7 +3,7 @@ Summary: A graphical interface for configuring the boot loader Name: system-config-boot -Version: 0.3.1 +Version: 0.4.1 Release: 1%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/boot License: GPLv2 @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # our distribution. Thus the source is only available from # within this srpm. Source0: %{name}-%{version}.tar.bz2 -Requires: pygtk2 python2 usermode >= 1.36 rhpl >= 0.6 +Requires: pygtk2 python2 usermode >= 1.36 Requires: usermode-gtk ExclusiveArch: %{ix86} x86_64 Obsoletes: redhat-config-boot < 0.2 @@ -66,6 +66,14 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %config(noreplace) /etc/pam.d/system-config-boot %changelog +* Tue Sep 29 2009 Harald Hoyer 0.4.1 +- add error dialog, if grub.conf can't be read (bug #525886) +- updated translations + +* Fri Sep 11 2009 Harald Hoyer 0.4.0 +- add tui version +- removed rhpl dependency + * Fri Apr 24 2009 Harald Hoyer 0.3.1 - translation updates - removed kudzu import (bug #473798)