diff --git a/system-config-boot.spec b/system-config-boot.spec index 067f50b..eea6724 100644 --- a/system-config-boot.spec +++ b/system-config-boot.spec @@ -4,9 +4,9 @@ Summary: A graphical interface for configuring the boot loader Name: system-config-boot Version: 0.2.20 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/boot -License: GPL +License: GPLv2+ ExclusiveOS: Linux Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,9 +26,9 @@ the user to change the default boot entry of the system. %prep %setup -q -%configure %build +%configure make %{?_smp_mflags} %install @@ -53,7 +53,7 @@ done; rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang -%defattr(-,root,root) +%defattr(-,root,root,-) %doc COPYING %attr(0755,root,root) /usr/bin/system-config-boot %attr(0755,root,root) /usr/sbin/system-config-boot @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %config(noreplace) /etc/pam.d/system-config-boot %changelog +* Sat Sep 6 2008 Tom "spot" Callaway - 0.2.20-2 +- fix license tag + * Tue Apr 08 2008 Harald Hoyer - 0.2.20-1 - translation update