Rewrite to use of %{buildroot} macro
This commit is contained in:
parent
cef1ce328d
commit
7ad3fc4fbb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user