diff --git a/libisofs.spec b/libisofs.spec index 244ae0c..e0e9ad5 100644 --- a/libisofs.spec +++ b/libisofs.spec @@ -2,7 +2,8 @@ Summary: Library to create ISO 9660 disk images Name: libisofs Version: 1.2.4 Release: 2%{?dist} -License: GPLv2+ +# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+ +License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries URL: http://libburnia-project.org/ Source: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz @@ -66,6 +67,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Aug 29 2012 Honza Horak 1.2.4-2 - Changed license from GPLv2 to GPLv2+ to correspond with source +- Added license LGPLv2+ due to make_isohybrid_mbr.c * Fri Aug 10 2012 Robert Scheck 1.2.4-1 - Upgrade to 1.2.4 (#842079)