diff --git a/libaio.changes b/libaio.changes index e39da53..c99ff2e 100644 --- a/libaio.changes +++ b/libaio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 13 10:48:23 UTC 2012 - coolo@suse.com + +- patch license to follow spdx.org standard + ------------------------------------------------------------------- Mon Nov 28 11:50:13 UTC 2011 - jengelh@medozas.de diff --git a/libaio.spec b/libaio.spec index a44fd25..20a7472 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,7 +1,7 @@ # # spec file for package libaio # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,19 @@ # - Name: libaio %define lname libaio1 -License: LGPLv2.1+ -Group: Development/Libraries/C and C++ # bug437293 %ifarch ppc64 Obsoletes: libaio-64bit %endif # Version: 0.3.109 -Release: 1 +Release: 0 Summary: Linux-Native Asynchronous I/O Access Library -URL: http://kernel.org/pub/linux/libs/aio/ +License: LGPL-2.1+ +Group: Development/Libraries/C and C++ +Url: http://kernel.org/pub/linux/libs/aio/ Source: libaio-%{version}.tar.bz2 Source2: baselibs.conf Patch2: libaio-optflags.diff