Accepting request 1144719 from home:adkorte:branches:server:http

- Use sysuser-tools to generate varnish user

OBS-URL: https://build.opensuse.org/request/show/1144719
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=127
This commit is contained in:
Jan Engelhardt 2024-02-06 21:17:42 +00:00 committed by Git OBS Bridge
parent 89fe4afca9
commit e0f1d84375
3 changed files with 16 additions and 9 deletions

2
varnish-user.conf Normal file
View File

@ -0,0 +1,2 @@
#Type Name ID GECOS Home directory Shell
u varnish - "User for Varnish" /var/lib/varnish -

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 6 19:45:13 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- Use sysuser-tools to generate varnish user
-------------------------------------------------------------------
Fri Dec 1 09:34:39 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package varnish
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -33,6 +33,7 @@ Group: Productivity/Networking/Web/Proxy
URL: https://varnish-cache.org/
#Git-Web: https://github.com/varnishcache/varnish-cache
Source: https://varnish-cache.org/_downloads/%name-%version.tgz
Source2: %{name}-user.conf
Source3: varnish.sysconfig
Source5: varnish.logrotate
Source7: varnish.service
@ -44,12 +45,13 @@ BuildRequires: ncurses-devel
BuildRequires: python3-Sphinx
BuildRequires: python3-docutils
BuildRequires: readline-devel
BuildRequires: systemd-rpm-macros
BuildRequires: sysuser-tools
BuildRequires: xz
BuildRequires: pkgconfig(libpcre2-8)
Requires: c_compiler
Requires(pre): shadow
Recommends: logrotate
%{?sysusers_requires}
%{?systemd_ordering}
%description
Varnish is an HTTP accelerator. Often called Reverse Proxy, it is an
@ -93,6 +95,7 @@ This package holds the development files for varnish.
%autosetup -p1
%build
%sysusers_generate_pre %{SOURCE2} %{name} %{name}-user.conf
%define _lto_cflags %nil
export CFLAGS="%optflags -fcommon -fstack-protector"
%ifarch %ix86
@ -113,6 +116,7 @@ install -dm 0755 "$b"/{%pkg_logdir,%pkg_home}
install -Dpm 0644 "%SOURCE5" "$b/%_sysconfdir/logrotate.d/varnish"
#
##init scripts
install -Dpm 0644 "%SOURCE2" "$b/%_sysusersdir/%{name}-user.conf"
install -Dpm 0644 "%SOURCE3" "$b/%_fillupdir/sysconfig.%name"
install -Dpm 0644 "%SOURCE7" "$b/%_unitdir/varnish.service"
install -Dpm 0644 "%SOURCE8" "$b/%_unitdir/varnishlog.service"
@ -140,12 +144,7 @@ if ! %make_build check; then
exit "$x"
fi
%pre
%_bindir/getent group varnish >/dev/null || \
%_sbindir/groupadd -r varnish
%_bindir/getent passwd varnish >/dev/null || \
%_sbindir/useradd -g varnish -s /bin/false -r -c "user for Varnish" \
-d %pkg_home varnish
%pre -f %{name}.pre
%service_add_pre varnish.service varnishlog.service
%post
@ -176,6 +175,7 @@ fi
%dir %attr(0750,varnish,varnish) %pkg_cachedir
%dir %attr(0750,varnish,varnish) %pkg_logdir
%_fillupdir/sysconfig.%name
%_sysusersdir/%{name}-user.conf
%files -n %library_name
%_libdir/libvarnishapi.so.3*