bump version
create %{_sysconfdir}/bash_completion.d
This commit is contained in:
parent
fc9fe960c1
commit
cdaf86b82e
@ -105,6 +105,8 @@ cd ../zart
|
||||
mv gmic-qt/COPYING COPYING-gmic-qt
|
||||
mv gmic-community/libcgmic/COPYING COPYING-libcgmic
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
|
||||
|
||||
iconv -f iso8859-1 -t utf-8 COPYING > COPYING.conv && mv -f COPYING.conv COPYING
|
||||
iconv -f iso8859-1 -t utf-8 COPYING-libcgmic > COPYING-libcgmic.conv && mv -f COPYING-libcgmic.conv COPYING-libcgmic
|
||||
|
||||
@ -152,6 +154,7 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/gmic
|
||||
%changelog
|
||||
* Mon Jan 21 2019 josef radinger <cheese@nosuchhost.net> - 2.4.5-1
|
||||
- bump version
|
||||
- create %%{_sysconfdir}/bash_completion.d
|
||||
|
||||
* Tue Oct 16 2018 Daniel P. Berrangé <berrange@redhat.com> - 2.4.0-1
|
||||
- Update to 2.4.0 release
|
||||
|
Loading…
Reference in New Issue
Block a user