Accepting request 718086 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/718086 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distcc?expand=0&rev=7
This commit is contained in:
commit
39728fab52
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 13:09:00 UTC 2019 - matthias.gerstner@suse.com
|
||||
|
||||
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
|
||||
firewalld, see [1].
|
||||
|
||||
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 12:32:07 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package distcc
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -30,7 +30,6 @@ Url: https://github.com/distcc/distcc
|
||||
Source0: https://github.com/distcc/distcc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: distccd.sysconfig
|
||||
Source2: distccd.service
|
||||
Source3: distccd.firewall
|
||||
Patch1: distcc-3.2_rc1-freedesktop.patch
|
||||
Patch2: distcc-3.2_rc1-gssapi.patch
|
||||
Patch3: distcc-3.2_rc1-python.patch
|
||||
@ -43,13 +42,13 @@ BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(avahi-client)
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(libgssglue)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Recommends: %{name}-server = %{version}
|
||||
Suggests: %{name}-gui = %{version}
|
||||
|
||||
@ -114,8 +113,6 @@ ln -sf service %{buildroot}/%{_sbindir}/rc%{name}d
|
||||
install -D -m 0644 %{SOURCE2} %{buildroot}/%{_unitdir}/%{name}d.service
|
||||
# sysconfig
|
||||
install -Dm 644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}d
|
||||
# firewall
|
||||
install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}d
|
||||
# compat links for env override
|
||||
install -d %{buildroot}%{_libexecdir}/%{name}/bin
|
||||
ln -sf %{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name}/bin/cc
|
||||
@ -186,7 +183,6 @@ rm -rf %{buildroot}%{_docdir}/%{name}/{INSTALL,COPYING}
|
||||
%{_sysconfdir}/distcc/*allow*
|
||||
%{_mandir}/man1/distccd*
|
||||
%{_mandir}/man1/include_server*
|
||||
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/distccd
|
||||
%{_fillupdir}/*
|
||||
%{python3_sitearch}/include_server*
|
||||
|
||||
|
@ -1,17 +0,0 @@
|
||||
## Name: distccd Server
|
||||
## Description: Opens ports for distccd Server.
|
||||
|
||||
# space separated list of allowed TCP ports
|
||||
TCP="distcc"
|
||||
|
||||
# space separated list of allowed UDP ports
|
||||
UDP="distcc"
|
||||
|
||||
# space separated list of allowed RPC services
|
||||
RPC=""
|
||||
|
||||
# space separated list of allowed IP protocols
|
||||
IP=""
|
||||
|
||||
# space separated list of allowed UDP broadcast ports
|
||||
BROADCAST=""
|
Loading…
Reference in New Issue
Block a user