From 2d6e9d3e09567281ea8cc75be2e5d3e31ee5475c4e871cb7b6755607b8e1458e Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sat, 20 Nov 2010 11:22:00 +0000 Subject: [PATCH] Autobuild autoformatter for 53424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpcbind?expand=0&rev=13 --- rpcbind.spec | 65 ++++++---------------------------------------------- 1 file changed, 7 insertions(+), 58 deletions(-) diff --git a/rpcbind.spec b/rpcbind.spec index 4f3c9f4..0a469ed 100644 --- a/rpcbind.spec +++ b/rpcbind.spec @@ -1,7 +1,7 @@ # -# spec file for package rpcbind (Version 0.1.6+git20080930) +# spec file for package rpcbind (Version 0.2.0_git201007131952) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ # norootforbuild -BuildRequires: libtirpc-devel -BuildRequires: tcpd-devel -BuildRequires: xz +BuildRequires: libtirpc-devel +BuildRequires: tcpd-devel +BuildRequires: xz Name: rpcbind -License: BSD 3-Clause +License: BSD3c Group: Productivity/Networking/System AutoReqProv: on Version: 0.2.0_git201007131952 -Release: 6 +Release: 1 Summary: Transport independent RPC portmapper Url: http://git.infradead.org/users/steved/rpcbind.git Source: %{name}-%{version}.tar.xz @@ -134,54 +134,3 @@ fi %{_datadir}/omc/svcinfo.d/rpcbind.xml %changelog -* Thu Dec 04 2008 coolo@suse.de -- fix "checkproc: command not found" during installation -* Tue Dec 02 2008 ro@suse.de -- rename installed pmap_set to pmap_set2 to avoid conflict - with portmap -* Mon Dec 01 2008 mkoenig@suse.de -- if upgrading from portmap: - * we need to stop portmap and start rpcbind in %%post since the - restart on upgrade mechanism does not work here - * dump portmap tables and set them again in rpcbind [bnc#446388] -- add pmap_set.c which is needed to set the old portmap tables - in rpcbind -* Wed Nov 26 2008 mkoenig@suse.de -- specify runlevel in chkconfig check [bnc#444663] -* Wed Nov 05 2008 mkoenig@suse.de -- fix version comparison in Obsoletes [bnc#440313] -- disable portmap service in pre script to avoid problems when - upgrading from portmap -* Wed Oct 15 2008 mkoenig@suse.de -- update to 0.1.6 with additional patches from git - * Fixed an ipv6 related segfault on startup - * rpcbind needs to also downgrade its gid to a non-priviledgied group - * Removed the documentation about the non-existent '-L' flag - * Introduce helpers for ipprot/netid mapping - * Change how we decide on the netids to use for portmap - * Simplify port live check in pmap_svc.c - * Support portmap on AF_LOCAL, too - * Fix for warm start - * Properly identify local root user over ipv4/v6 -- fixes [bnc#435637] -- remove patch - rpcbind-0.1.4-iff_up.patch - rpcbind-0.1.4-localaddr.patch -* Mon Aug 18 2008 mkoenig@suse.de -- use version in Provides/Obsoletes -* Fri Jul 18 2008 mkoenig@suse.de -- update to version 0.1.5 -- license change to BSD-3 -- patches merged - rpcbind-0.1.4-compile.patch - rpcbind-0.1.4-debug.patch - rpcbind-0.1.4-libwrap.patch - rpcbind-0.1.4-recvfrom-fix.patch - rpcbind-0.1.4-rpcuser.patch - rpcbind-0.1.4-warmstarts-cleanup.patch - rpcbind-0.1.4-warmstarts.patch -* Wed Apr 02 2008 mkoenig@suse.de -- initial packaging, version 0.1.4 [fate#300607] -- add patches from Steve Dickson, including fixes and - support for debug and warmstart -- build as PIE