Accepting request 956004 from home:fusionfuture:branches:openSUSE:Factory:Staging:adi:3
- Add zsh BuildRequires to fix "directories not owned by a package" in zsh-completion. OBS-URL: https://build.opensuse.org/request/show/956004 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=178
This commit is contained in:
parent
992a48b2bd
commit
e0fd1a4eca
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 19 10:44:15 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
|
||||||
|
|
||||||
|
- Add zsh BuildRequires to fix "directories not owned by a package"
|
||||||
|
in zsh-completion.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 19 09:51:06 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
|
Wed Jan 19 09:51:06 UTC 2022 - Fusion Future <qydwhotmail@gmail.com>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ Source4: rabbitmq-env.conf
|
|||||||
Source6: rabbitmq-server.service
|
Source6: rabbitmq-server.service
|
||||||
Source7: https://raw.githubusercontent.com/rabbitmq/rabbitmq-packaging/v%{version}/RPMS/Fedora/rabbitmq-server.tmpfiles
|
Source7: https://raw.githubusercontent.com/rabbitmq/rabbitmq-packaging/v%{version}/RPMS/Fedora/rabbitmq-server.tmpfiles
|
||||||
Source8: README.SUSE
|
Source8: README.SUSE
|
||||||
# PATCH-FIX-UPSTREAM update-elixir-version.patch Allow building with elixir 1.13.x gh#rabbitmq/rabbitmq-server#4019
|
# PATCH-FIX-UPSTREAM Allow building with elixir 1.13.x gh#rabbitmq/rabbitmq-server#4019
|
||||||
Patch0: Support-Elixir-1.13.patch
|
Patch0: Support-Elixir-1.13.patch
|
||||||
Patch1: Elixir-1.13-OptionParser-no-longer-supports-atom-val.patch
|
Patch1: Elixir-1.13-OptionParser-no-longer-supports-atom-val.patch
|
||||||
BuildRequires: elixir
|
BuildRequires: elixir
|
||||||
@ -120,8 +120,9 @@ Optional dependency offering bash completion for %{name}.
|
|||||||
%package zsh-completion
|
%package zsh-completion
|
||||||
Summary: Zsh completion for %{name}
|
Summary: Zsh completion for %{name}
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Requires: %{name} = %{version}
|
BuildRequires: zsh
|
||||||
Requires: zsh
|
Requires: zsh
|
||||||
|
Requires: %{name} = %{version}
|
||||||
Supplements: (%{name} and zsh)
|
Supplements: (%{name} and zsh)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user