Accepting request 956237 from Education

- Add dictd-rpmlintrc ... potential bashismus is completely
  innocent (gh#cheusov/dictd#13).
- Update to 1.13.1:
  - Remove the last call of gethostbyname(3)
  - Fixes by Huy-Ngo in dictfmt help message.
- Remove ProtectHome from the systemd service file, because data
  files can be stored in $HOME and indexes need to written to.

OBS-URL: https://build.opensuse.org/request/show/956237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dictd?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-02-21 16:46:16 +00:00 committed by Git OBS Bridge
commit 2b1560a966
6 changed files with 23 additions and 6 deletions

View File

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

3
dictd-1.13.1.tar.gz Normal file
View File

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

2
dictd-rpmlintrc Normal file
View File

@ -0,0 +1,2 @@
# gh#martanne/vis#990
addFilter("potential-bashisms.*/usr/bin/dictfmt_index2.*")

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 20 23:12:10 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Add dictd-rpmlintrc ... potential bashismus is completely
innocent (gh#cheusov/dictd#13).
-------------------------------------------------------------------
Sun Feb 20 01:51:47 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 1.13.1:
- Remove the last call of gethostbyname(3)
- Fixes by Huy-Ngo in dictfmt help message.
- Remove ProtectHome from the systemd service file, because data
files can be stored in $HOME and indexes need to written to.
-------------------------------------------------------------------
Mon Sep 13 13:57:00 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -6,7 +6,6 @@ After=network.target
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true

View File

@ -1,7 +1,7 @@
#
# spec file for package dictd
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: dictd
Version: 1.13.0
Version: 1.13.1
Release: 0
Summary: DICT protocol (RFC 2229) server and command-line client
License: GPL-1.0-or-later AND Zlib AND MIT
@ -26,6 +26,7 @@ URL: https://github.com/cheusov/dictd
Source0: https://github.com/cheusov/dictd/archive/%{version}.tar.gz#/dictd-%{version}.tar.gz
Source1: colorit.conf
Source2: dictd.service
Source99: dictd-rpmlintrc
Patch0: dictd-1.12.1-unused-return.patch
BuildRequires: autoconf
BuildRequires: bison