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:
Dominique Leuenberger 2019-08-05 11:40:35 +00:00 committed by Git OBS Bridge
commit 39728fab52
3 changed files with 10 additions and 23 deletions

View File

@ -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> Tue Jun 11 12:32:07 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package distcc # 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 # 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
@ -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 Source0: https://github.com/distcc/distcc/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: distccd.sysconfig Source1: distccd.sysconfig
Source2: distccd.service Source2: distccd.service
Source3: distccd.firewall
Patch1: distcc-3.2_rc1-freedesktop.patch Patch1: distcc-3.2_rc1-freedesktop.patch
Patch2: distcc-3.2_rc1-gssapi.patch Patch2: distcc-3.2_rc1-gssapi.patch
Patch3: distcc-3.2_rc1-python.patch Patch3: distcc-3.2_rc1-python.patch
@ -43,13 +42,13 @@ BuildRequires: libtool
BuildRequires: make BuildRequires: make
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python BuildRequires: python
BuildRequires: pkgconfig(systemd)
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(avahi-client) BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libgssglue) BuildRequires: pkgconfig(libgssglue)
BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(python3)
BuildRequires: pkgconfig(systemd)
Recommends: %{name}-server = %{version} Recommends: %{name}-server = %{version}
Suggests: %{name}-gui = %{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 install -D -m 0644 %{SOURCE2} %{buildroot}/%{_unitdir}/%{name}d.service
# sysconfig # sysconfig
install -Dm 644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}d 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 # compat links for env override
install -d %{buildroot}%{_libexecdir}/%{name}/bin install -d %{buildroot}%{_libexecdir}/%{name}/bin
ln -sf %{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name}/bin/cc ln -sf %{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name}/bin/cc
@ -186,7 +183,6 @@ rm -rf %{buildroot}%{_docdir}/%{name}/{INSTALL,COPYING}
%{_sysconfdir}/distcc/*allow* %{_sysconfdir}/distcc/*allow*
%{_mandir}/man1/distccd* %{_mandir}/man1/distccd*
%{_mandir}/man1/include_server* %{_mandir}/man1/include_server*
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/distccd
%{_fillupdir}/* %{_fillupdir}/*
%{python3_sitearch}/include_server* %{python3_sitearch}/include_server*

View File

@ -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=""