Accepting request 480999 from devel:languages:erlang:Factory

1

OBS-URL: https://build.opensuse.org/request/show/480999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erlang?expand=0&rev=54
This commit is contained in:
Dominique Leuenberger 2017-03-20 16:10:11 +00:00 committed by Git OBS Bridge
commit 7405c46793
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 10 08:10:13 UTC 2017 - matwey.kornilov@gmail.com
- Add missed scripts requires for erlang-epmd package
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 2 15:40:10 UTC 2017 - matwey.kornilov@gmail.com Thu Feb 2 15:40:10 UTC 2017 - matwey.kornilov@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package erlang # spec file for package erlang
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -50,6 +50,8 @@ BuildRequires: tcl-devel
BuildRequires: tk-devel BuildRequires: tk-devel
BuildRequires: unixODBC-devel BuildRequires: unixODBC-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %fillup_prereq
BuildRequires: %insserv_prereq
BuildRequires: Mesa-devel BuildRequires: Mesa-devel
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: fop BuildRequires: fop
@ -88,7 +90,6 @@ BuildRequires: wxGTK-devel >= 2.8
%if 0%{?suse_version} >=1230 %if 0%{?suse_version} >=1230
BuildRequires: systemd-devel BuildRequires: systemd-devel
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
%{?systemd_requires}
%define have_systemd 1 %define have_systemd 1
%endif %endif
@ -145,6 +146,11 @@ Documentation for Erlang.
Summary: Erlang Port Mapper daemon Summary: Erlang Port Mapper daemon
Group: Development/Languages/Other Group: Development/Languages/Other
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires(postun): %insserv_prereq
Requires(post): %fillup_prereq
%if 0%{?have_systemd}
%{?systemd_requires}
%endif
%description epmd %description epmd
The Erlang Port Mapper daemon acts as a name server on all hosts involved in distributed Erlang computations. The Erlang Port Mapper daemon acts as a name server on all hosts involved in distributed Erlang computations.