From 950fcaaa959d248eb44b2724627acb84fa39063c Mon Sep 17 00:00:00 2001 From: lixiaofei Date: Wed, 29 Jun 2022 19:52:07 +0800 Subject: [PATCH] update license to BSD-2-Clause --- dos2unix.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dos2unix.spec b/dos2unix.spec index 8b16d1e..28ea51e 100644 --- a/dos2unix.spec +++ b/dos2unix.spec @@ -1,8 +1,8 @@ Name: dos2unix Version: 7.4.2 -Release: 2 +Release: 3 Summary: Text file format converters -License: BSD +License: BSD-2-Clause URL: http://waterlan.home.xs4all.nl/dos2unix.html Source0: http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz @@ -41,6 +41,9 @@ make check %{_mandir}/man1/*.1.gz %changelog +* Wed Jun 29 2022 lixiaofei - 7.4.2-3 +- update license to BSD-2-Clause + * Mon Oct 25 2021 caodongxia - 7.4.2-2 - Add buildRequire perl-Test-Harness