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:
parent
89fe4afca9
commit
e0f1d84375
2
varnish-user.conf
Normal file
2
varnish-user.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#Type Name ID GECOS Home directory Shell
|
||||||
|
u varnish - "User for Varnish" /var/lib/varnish -
|
@ -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>
|
Fri Dec 1 09:34:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
18
varnish.spec
18
varnish.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package varnish
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,6 +33,7 @@ Group: Productivity/Networking/Web/Proxy
|
|||||||
URL: https://varnish-cache.org/
|
URL: https://varnish-cache.org/
|
||||||
#Git-Web: https://github.com/varnishcache/varnish-cache
|
#Git-Web: https://github.com/varnishcache/varnish-cache
|
||||||
Source: https://varnish-cache.org/_downloads/%name-%version.tgz
|
Source: https://varnish-cache.org/_downloads/%name-%version.tgz
|
||||||
|
Source2: %{name}-user.conf
|
||||||
Source3: varnish.sysconfig
|
Source3: varnish.sysconfig
|
||||||
Source5: varnish.logrotate
|
Source5: varnish.logrotate
|
||||||
Source7: varnish.service
|
Source7: varnish.service
|
||||||
@ -44,12 +45,13 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(libpcre2-8)
|
BuildRequires: pkgconfig(libpcre2-8)
|
||||||
Requires: c_compiler
|
Requires: c_compiler
|
||||||
Requires(pre): shadow
|
|
||||||
Recommends: logrotate
|
Recommends: logrotate
|
||||||
|
%{?sysusers_requires}
|
||||||
|
%{?systemd_ordering}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Varnish is an HTTP accelerator. Often called Reverse Proxy, it is an
|
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
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%sysusers_generate_pre %{SOURCE2} %{name} %{name}-user.conf
|
||||||
%define _lto_cflags %nil
|
%define _lto_cflags %nil
|
||||||
export CFLAGS="%optflags -fcommon -fstack-protector"
|
export CFLAGS="%optflags -fcommon -fstack-protector"
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
@ -113,6 +116,7 @@ install -dm 0755 "$b"/{%pkg_logdir,%pkg_home}
|
|||||||
install -Dpm 0644 "%SOURCE5" "$b/%_sysconfdir/logrotate.d/varnish"
|
install -Dpm 0644 "%SOURCE5" "$b/%_sysconfdir/logrotate.d/varnish"
|
||||||
#
|
#
|
||||||
##init scripts
|
##init scripts
|
||||||
|
install -Dpm 0644 "%SOURCE2" "$b/%_sysusersdir/%{name}-user.conf"
|
||||||
install -Dpm 0644 "%SOURCE3" "$b/%_fillupdir/sysconfig.%name"
|
install -Dpm 0644 "%SOURCE3" "$b/%_fillupdir/sysconfig.%name"
|
||||||
install -Dpm 0644 "%SOURCE7" "$b/%_unitdir/varnish.service"
|
install -Dpm 0644 "%SOURCE7" "$b/%_unitdir/varnish.service"
|
||||||
install -Dpm 0644 "%SOURCE8" "$b/%_unitdir/varnishlog.service"
|
install -Dpm 0644 "%SOURCE8" "$b/%_unitdir/varnishlog.service"
|
||||||
@ -140,12 +144,7 @@ if ! %make_build check; then
|
|||||||
exit "$x"
|
exit "$x"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%pre
|
%pre -f %{name}.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
|
|
||||||
%service_add_pre varnish.service varnishlog.service
|
%service_add_pre varnish.service varnishlog.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -176,6 +175,7 @@ fi
|
|||||||
%dir %attr(0750,varnish,varnish) %pkg_cachedir
|
%dir %attr(0750,varnish,varnish) %pkg_cachedir
|
||||||
%dir %attr(0750,varnish,varnish) %pkg_logdir
|
%dir %attr(0750,varnish,varnish) %pkg_logdir
|
||||||
%_fillupdir/sysconfig.%name
|
%_fillupdir/sysconfig.%name
|
||||||
|
%_sysusersdir/%{name}-user.conf
|
||||||
|
|
||||||
%files -n %library_name
|
%files -n %library_name
|
||||||
%_libdir/libvarnishapi.so.3*
|
%_libdir/libvarnishapi.so.3*
|
||||||
|
Loading…
Reference in New Issue
Block a user