diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes index 9cd1bfe..cf460b3 100644 --- a/perl-Config-IniFiles.changes +++ b/perl-Config-IniFiles.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 25 14:46:23 UTC 2010 - chris@computersalat.de + +- removed dos2unix usage + ------------------------------------------------------------------- Wed Jun 2 12:22:56 UTC 2010 - chris@computersalat.de diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index 4ccbaed..a5a28b2 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -29,7 +29,6 @@ Url: http://search.cpan.org/dist/Config-IniFiles/ Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: dos2unix BuildRequires: perl BuildRequires: perl(Module::Build) %if 0%{?suse_version} < 1120 @@ -57,7 +56,8 @@ Authors: %prep %setup -q -n Config-IniFiles-%{version} -dos2unix Changes +#rpmlint: wrong-file-end-of-line-encoding +%{__sed} -i -e "s/.$//" Changes %build %{__perl} Build.PL installdirs=vendor