diff --git a/perl-Expect.changes b/perl-Expect.changes index e720894..0282b19 100644 --- a/perl-Expect.changes +++ b/perl-Expect.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 12:54:07 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Fri May 19 05:37:20 UTC 2017 - coolo@suse.com diff --git a/perl-Expect.spec b/perl-Expect.spec index c0abe0a..9ea679e 100644 --- a/perl-Expect.spec +++ b/perl-Expect.spec @@ -60,9 +60,8 @@ automate password entry for su/ssh/scp/rsh/..." and "I want to use Expect to automate [anything with a buzzword]..." %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -p1 -n %{cpan_name}-%{version} find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 -%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor