Rewrite to use of %{buildroot} macro

This commit is contained in:
Michal Josef Špaček 2022-11-29 19:44:39 +01:00
parent cef1ce328d
commit 7ad3fc4fbb

View File

@ -68,7 +68,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%install
%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%{_fixperms} %{buildroot}/*
%check
make test
@ -82,6 +82,7 @@ make test
%changelog
* Tue Nov 29 2022 Michal Josef Špaček <mspacek@redhat.com> - 1.65-4
- Rewrite to use of %{buildroot} macro
- Update license to SPDX format
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.65-3