Accepting request 907796 from home:pevik:branches:network:utilities

- Update to version 20210722
  https://github.com/iputils/iputils/releases/tag/20210722
- Use rarpd.service from upstream (removes PrivateUsers=yes, which fixes broken
  start of the service, adds DynamicUser=yes for more security)
- Add BuildRequires:  iproute2 (required for running tests)

OBS-URL: https://build.opensuse.org/request/show/907796
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=96
This commit is contained in:
Petr Vorel 2021-07-22 16:55:39 +00:00 committed by Git OBS Bridge
parent 9da21027b5
commit 14164ba784
5 changed files with 14 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f557ecfd2ace873801231d2c1f42de73ced9fbc1ef3a438d847688b5fb0e8ab
size 513055

3
20210722.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d1a44b0682d3d4b64586dbaebe61dd61ae16d6e2f4dc0c43336d0e47a9db323
size 530745

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jul 22 16:18:11 UTC 2021 - Petr Vorel <pvorel@suse.cz>
- Update to version 20210722
https://github.com/iputils/iputils/releases/tag/20210722
- Use rarpd.service from upstream (removes PrivateUsers=yes, which fixes broken
start of the service, adds DynamicUser=yes for more security)
- Add BuildRequires: iproute2 (required for running tests)
-------------------------------------------------------------------
Tue Mar 16 22:21:46 UTC 2021 - Cristian Rodríguez <crrodriguez@opensuse.org>

View File

@ -17,16 +17,16 @@
Name: iputils
Version: 20210202
Version: 20210722
Release: 0
Summary: IPv4 and IPv6 Networking Utilities
License: BSD-3-Clause AND GPL-2.0-or-later
Group: Productivity/Networking/Other
URL: https://github.com/iputils/iputils
Source0: https://github.com/iputils/iputils/archive/%{version}.tar.gz
Source1: rarpd.service
BuildRequires: docbook5-xsl-stylesheets
BuildRequires: docbook_5
BuildRequires: iproute2
BuildRequires: iso_ent
BuildRequires: libcap-devel
BuildRequires: libcap-progs

View File

@ -1,14 +0,0 @@
[Unit]
Description=Reverse Address Resolution Protocol Requests Server
Requires=network.target
After=syslog.target network.target
[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/rarpd
ExecStart=/usr/sbin/rarpd $OPTIONS $INTERFACE
StandardError=syslog
[Install]
WantedBy=multi-user.target