rpms/system-config-boot/devel system-config-boot.spec,1.24,1.25

Tom Callaway spot at fedoraproject.org
Sat Sep 6 19:23:05 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/system-config-boot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24473

Modified Files:
	system-config-boot.spec 
Log Message:
fix license tag


Index: system-config-boot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-boot/devel/system-config-boot.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- system-config-boot.spec	8 Apr 2008 10:51:00 -0000	1.24
+++ system-config-boot.spec	6 Sep 2008 19:22:35 -0000	1.25
@@ -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 @@
 
 %prep
 %setup -q
-%configure
 
 %build
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -53,7 +53,7 @@
 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 @@
 %attr(0644,root,root) %config(noreplace) /etc/pam.d/system-config-boot
 
 %changelog
+* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.2.20-2
+- fix license tag
+
 * Tue Apr 08 2008 Harald Hoyer <harald at redhat.com> - 0.2.20-1
 - translation update
 




More information about the fedora-extras-commits mailing list