diff --git a/system-config-boot.spec b/system-config-boot.spec index ba0b5bc..5b70c6f 100644 --- a/system-config-boot.spec +++ b/system-config-boot.spec @@ -4,7 +4,7 @@ Summary: A graphical interface for configuring the boot loader Name: system-config-boot Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/boot License: GPLv2 ExclusiveOS: Linux @@ -15,6 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # within this srpm. Source0: %{name}-%{version}.tar.bz2 Requires: pygtk2 python2 usermode >= 1.36 rhpl >= 0.6 +Requires: usermode-gtk ExclusiveArch: %{ix86} x86_64 Obsoletes: redhat-config-boot < 0.2 Provides: redhat-config-boot = %{version} @@ -65,9 +66,15 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %config(noreplace) /etc/pam.d/system-config-boot %changelog +* Tue Oct 28 2008 Harald Hoyer 0.3.0-2 +- reapplied changes by spot + * Tue Oct 28 2008 Harald Hoyer 0.3.0-1 - version 0.3.0 +* Mon Oct 27 2008 Tom "spot" Callaway - 0.2.21-3 +- add Requires: usermode-gtk + * Mon Sep 08 2008 Harald Hoyer - 0.2.21-1 - removed .png from icon entry in the desktop file