diff --git a/lockdev.spec b/lockdev.spec index f26ba52..9d10f00 100644 --- a/lockdev.spec +++ b/lockdev.spec @@ -1,8 +1,8 @@ Summary: A library for locking devices Name: lockdev Version: 1.0.1 -Release: 11%{?dist} -License: LGPL +Release: 11%{?dist}.1 +License: LGPLv2+ Group: System Environment/Libraries URL: http://packages.debian.org/unstable/source/lockdev Source: http://ftp.debian.org/debian/pool/main/l/lockdev/%{name}_%{version}.orig.tar.gz @@ -23,6 +23,7 @@ Requires(postun): glibc PreReq: filesystem >= 2.1.4-1 BuildRequires: perl +BuildRequires: perl(ExtUtils::MakeMaker) Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -88,6 +89,10 @@ rm -fr $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Mon Oct 15 2007 Tom "spot" Callaway - 1.0.1-11.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Thu Apr 12 2007 Karel Zak - 1.0.1-11 - fix rpmlint issues - change lockdev permissions from 2755 to 2711