From f98cbeef6848dc9f0bbdb5759bb3ffd41715468b2aadfa0dd49b415271484695 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 19 Feb 2024 15:43:53 +0000 Subject: [PATCH] Accepting request 1147615 from home:dimstar:Factory - Provide user(cntlm): the user is created by the pre script. Advertise this capability of the package. OBS-URL: https://build.opensuse.org/request/show/1147615 OBS-URL: https://build.opensuse.org/package/show/server:proxy/cntlm?expand=0&rev=42 --- cntlm.changes | 6 ++++++ cntlm.spec | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cntlm.changes b/cntlm.changes index 425c6c5..dc47981 100644 --- a/cntlm.changes +++ b/cntlm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 19 15:13:18 UTC 2024 - Dominique Leuenberger + +- Provide user(cntlm): the user is created by the pre script. + Advertise this capability of the package. + ------------------------------------------------------------------- Fri Aug 27 08:31:55 UTC 2021 - Johannes Segitz diff --git a/cntlm.spec b/cntlm.spec index 9e86a7f..3d48c76 100644 --- a/cntlm.spec +++ b/cntlm.spec @@ -1,7 +1,7 @@ # # spec file for package cntlm # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2007 Scorpio IT, Deidesheim, Germany # # All modifications and additions to the file contributed by third parties @@ -42,6 +42,7 @@ Patch1: cntlm-0.92.3-HTTP-1.1-persistent-connections-with-HTTP-1.0-clien Requires(pre): grep Requires(pre): pwdutils Requires(pre): group(nogroup) +Provides: user(%{name}) BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} < 1230 Requires(pre): %fillup_prereq @@ -102,7 +103,7 @@ fi %service_del_preun %{name}.service %endif #if [ "$1" -eq 0 ]; then -# %{_sbindir}/userdel %{name} +# %{_sbindir}/userdel %{name} #fi %post