mirror of
https://abf.rosa.ru/djam/docker.git
synced 2025-02-23 17:42:47 +00:00
bot: rpm5 -> rpm4 (1)
This commit is contained in:
parent
8c54afe7c7
commit
a7e43d821e
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
%define __noautoreq '.*/bin/make'
|
%global __requires_exclude '.*/bin/make'
|
||||||
|
|
||||||
# modifying the dockerinit binary breaks the SHA1 sum check by docker
|
# modifying the dockerinit binary breaks the SHA1 sum check by docker
|
||||||
%global __os_install_post %{_usrlibrpm}/brp-compress
|
%global __os_install_post %{_usrlibrpm}/brp-compress
|
||||||
|
@ -101,7 +101,7 @@ exit 0
|
||||||
Summary: Fish completion files for Docker
|
Summary: Fish completion files for Docker
|
||||||
Group: System/Kernel and hardware
|
Group: System/Kernel and hardware
|
||||||
Requires: %{name} = %{EVRD}
|
Requires: %{name} = %{EVRD}
|
||||||
Suggests: fish
|
Recommends: fish
|
||||||
Provides: %{name}-io-fish-completion = %{EVRD}
|
Provides: %{name}-io-fish-completion = %{EVRD}
|
||||||
|
|
||||||
%description fish-completion
|
%description fish-completion
|
||||||
|
@ -189,7 +189,7 @@ fake_gopath_popd
|
||||||
### docker-init
|
### docker-init
|
||||||
fake_gopath_pushd tini github.com/krallin/tini
|
fake_gopath_pushd tini github.com/krallin/tini
|
||||||
%cmake
|
%cmake
|
||||||
%make tini-static
|
%make_build tini-static
|
||||||
fake_gopath_popd
|
fake_gopath_popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Add table
Reference in a new issue