fix package License: field, there *are* sources with BSD header distribute
README files and COPYING in package
This commit is contained in:
parent
9be7bdc54c
commit
fbf787593e
@ -4,8 +4,8 @@
|
||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||
Name: OpenIPMI
|
||||
Version: 2.0.16
|
||||
Release: 8%{?dist}
|
||||
License: LGPLv2+ and GPLv2+
|
||||
Release: 9%{?dist}
|
||||
License: LGPLv2+ and GPLv2+ or BSD
|
||||
Group: System Environment/Base
|
||||
URL: http://sourceforge.net/projects/openipmi/
|
||||
Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
|
||||
@ -114,6 +114,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CONFIGURING_FOR_LAN COPYING COPYING.BSD COPYING.LIB FAQ README README.Force README.MotorolaMXP
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/ipmi
|
||||
%{_initrddir}/ipmi
|
||||
%{_bindir}/ipmicmd
|
||||
@ -160,6 +161,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/fedora-openipmigui.desktop
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-9
|
||||
- fix package License: field, there *are* sources with BSD header
|
||||
- distribute README files and COPYING in package
|
||||
|
||||
* Tue Jan 5 2010 Jan Safranek <jsafrane@redhat.com> - 2.0.16-8
|
||||
- fix package License: field, there is no source with BSD header
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user