Use macros instead of variables
This commit is contained in:
parent
429e42bc0e
commit
051503cbf2
@ -48,7 +48,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
unset RELEASE_TESTING TI_END TI_MODE TI_NOCLEAN TI_QUIET TI_START TI_TESTNUM \
|
||||
@ -64,6 +64,7 @@ make test
|
||||
%changelog
|
||||
* Wed Dec 07 2022 Michal Josef Špaček <mspacek@redhat.com> - 1.09-13
|
||||
- Update license to SPDX format
|
||||
- Use macros instead of variables
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user