Accepting request 903074 from Base:System
OBS-URL: https://build.opensuse.org/request/show/903074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at?expand=0&rev=77
This commit is contained in:
commit
52eaa35ed1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 3 11:39:32 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Change to using systemd-sysusers
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 2 21:20:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Fri Oct 2 21:20:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
16
at.spec
16
at.spec
@ -31,6 +31,7 @@ Source: http://software.calhariz.com/at/%{name}_%{version}.orig.tar.gz
|
|||||||
Source2: atd.pamd
|
Source2: atd.pamd
|
||||||
Source3: sysconfig.atd
|
Source3: sysconfig.atd
|
||||||
Source5: atd.service
|
Source5: atd.service
|
||||||
|
Source6: system-user-at.conf
|
||||||
Patch0: at-3.1.14.patch
|
Patch0: at-3.1.14.patch
|
||||||
Patch4: at-3.1.14-joblist.patch
|
Patch4: at-3.1.14-joblist.patch
|
||||||
Patch10: at-3.1.13-massive_batch.patch
|
Patch10: at-3.1.13-massive_batch.patch
|
||||||
@ -67,10 +68,10 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(libHX)
|
BuildRequires: pkgconfig(libHX)
|
||||||
BuildRequires: pkgconfig(libselinux)
|
BuildRequires: pkgconfig(libselinux)
|
||||||
|
BuildRequires: sysuser-tools
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires(pre): %{_sbindir}/groupadd
|
|
||||||
Requires(pre): %{_sbindir}/useradd
|
|
||||||
Requires(pre): permissions
|
Requires(pre): permissions
|
||||||
|
%sysusers_requires
|
||||||
Recommends: smtp_daemon
|
Recommends: smtp_daemon
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -91,6 +92,7 @@ autoreconf -fvi
|
|||||||
--with-daemon_groupname=at
|
--with-daemon_groupname=at
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
|
%sysusers_generate_pre %{SOURCE6} at system-user-at.conf
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}{%{_sysconfdir}/pam.d,%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8},%{_fillupdir}}
|
install -d %{buildroot}{%{_sysconfdir}/pam.d,%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8},%{_fillupdir}}
|
||||||
@ -110,11 +112,10 @@ ln -s service %{buildroot}%{_sbindir}/rcatd
|
|||||||
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/atd
|
install -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/atd
|
||||||
install -m644 %{SOURCE3} %{buildroot}%{_fillupdir}
|
install -m644 %{SOURCE3} %{buildroot}%{_fillupdir}
|
||||||
|
|
||||||
%pre
|
mkdir -p %{buildroot}%{_sysusersdir}
|
||||||
getent group at >/dev/null || %{_sbindir}/groupadd -g 25 -o -r at
|
install -m 0644 %{SOURCE6} %{buildroot}%{_sysusersdir}/
|
||||||
getent passwd at >/dev/null || %{_sbindir}/useradd -r -o -g at -u 25 \
|
|
||||||
-s /bin/false -c "Batch jobs daemon" \
|
%pre -f at.pre
|
||||||
-d %{_localstatedir}/spool/atjobs at
|
|
||||||
%service_add_pre atd.service
|
%service_add_pre atd.service
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
@ -149,5 +150,6 @@ getent passwd at >/dev/null || %{_sbindir}/useradd -r -o -g at -u 25 \
|
|||||||
%attr(600,at,at) %{_localstatedir}/spool/atjobs/.SEQ
|
%attr(600,at,at) %{_localstatedir}/spool/atjobs/.SEQ
|
||||||
%{_fillupdir}/sysconfig.atd
|
%{_fillupdir}/sysconfig.atd
|
||||||
%{_unitdir}/atd.service
|
%{_unitdir}/atd.service
|
||||||
|
%{_sysusersdir}/system-user-at.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
system-user-at.conf
Normal file
3
system-user-at.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#Type Name ID GECOS Home directory Shell
|
||||||
|
g at 25 - - -
|
||||||
|
u at 25 "Batch jobs daemon" /var/spool/atjobs -
|
Loading…
x
Reference in New Issue
Block a user