mirror of
https://abf.rosa.ru/djam/pulumi.git
synced 2025-02-23 17:22:50 +00:00
up release, install bash completion
This commit is contained in:
parent
8702db907a
commit
2d82907405
1 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Name: pulumi
|
Name: pulumi
|
||||||
Version: 3.10.3
|
Version: 3.10.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Modern Infrastructure as Code
|
Summary: Modern Infrastructure as Code
|
||||||
URL: https://www.pulumi.com
|
URL: https://www.pulumi.com
|
||||||
Source0: https://github.com/pulumi/pulumi/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/pulumi/pulumi/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
@ -32,7 +32,13 @@ popd
|
||||||
%install
|
%install
|
||||||
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
|
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
|
# install bash completion
|
||||||
|
install -d %{buildroot}%{_sysconfdir}/bash_completion.d/
|
||||||
|
./bin/%{name} gen-completion bash > %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md LICENSE
|
%doc README.md LICENSE
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%{_sysconfdir}/bash_completion.d/%{name}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue