rpms/sysreport/devel sysreport.spec,1.42,1.43

Tom Callaway spot at fedoraproject.org
Sat Sep 6 19:21:04 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/sysreport/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23965

Modified Files:
	sysreport.spec 
Log Message:
fix license tag


Index: sysreport.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sysreport/devel/sysreport.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sysreport.spec	19 Nov 2007 15:04:20 -0000	1.42
+++ sysreport.spec	6 Sep 2008 19:20:33 -0000	1.43
@@ -1,11 +1,14 @@
 Summary: Gathers system hardware and configuration information.
 Name: sysreport
 Version: 1.4.4
-Release: 1
+Release: 2
 URL: http://www.redhat.com/support
 Group: Development/Debuggers
 Source0: %{name}-%{version}-%{release}.tar.bz2
-License: GPL
+# No version given, not even COPYING.
+# Only license attribution is included spec file, but since
+# Red Hat is the copyright holder, we can safely assume it is correct.
+License: GPL+
 BuildArchitectures: noarch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: bash gawk grep sed mktemp procps
@@ -32,16 +35,19 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README RFC Changelog
-%dir /usr/share/sysreport
-%attr(0744,root,root) /usr/sbin/sysreport
-%attr(0744,root,root) /usr/share/sysreport/sysreport-fdisk
-%attr(0744,root,root) /usr/share/sysreport/functions
-%attr(0644,root,root) /usr/share/sysreport/text.xsl
+%dir %{_datadir}/%{name}
+%attr(0744,root,root) %{_sbindir}/%{name}
+%attr(0744,root,root) %{_datadir}/%{name}/sysreport-fdisk
+%attr(0744,root,root) %{_datadir}/%{name}/functions
+%attr(0644,root,root) %{_datadir}/%{name}/text.xsl
 %{_mandir}/man1/*
 
 %changelog
+* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.4.4-2
+- fix license tag
+
 * Mon Nov 19 2007 Than Ngo <than at redhat.com> - 1.4.4-1
 - Resolves: bz220509, don't load iptables modules arbitrarily
 - Resolves: bz141325, use lvmdump to gather lvm2 information




More information about the fedora-extras-commits mailing list