Accepting request 1248915 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1248915 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/at?expand=0&rev=86
This commit is contained in:
commit
d210febeb3
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 24 18:16:14 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Avoid bashisms in build recipe.
|
||||||
|
- Delete /usr/sbin/rc* symlinks.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 27 13:35:20 UTC 2022 - Stefan Schubert <schubi@suse.com>
|
Tue Dec 27 13:35:20 UTC 2022 - Stefan Schubert <schubi@suse.com>
|
||||||
|
|
||||||
|
11
at.spec
11
at.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package at
|
# spec file for package at
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@ -84,10 +84,13 @@ autoreconf -fvi
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
install -d %{buildroot}{%{_pam_vendordir},%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8},%{_fillupdir}}
|
install -d "%{buildroot}/%{_pam_vendordir}"
|
||||||
%else
|
%else
|
||||||
install -d %{buildroot}{%{_sysconfdir}/pam.d,%{_bindir},%{_sbindir},%{_mandir}/man{1,5,8},%{_fillupdir}}
|
install -d "%{buildroot}/%{_sysconfdir}/pam.d"
|
||||||
%endif
|
%endif
|
||||||
|
for i in %{_bindir} %{_sbindir} %{_mandir}/man1 %{_mandir}/man5 %{_mandir}/man8 %{_fillupdir}; do
|
||||||
|
install -d "%{buildroot}/$i"
|
||||||
|
done
|
||||||
|
|
||||||
export CFLAGS="%{?optflags}"
|
export CFLAGS="%{?optflags}"
|
||||||
export SENDMAIL=%{_sbindir}/sendmail
|
export SENDMAIL=%{_sbindir}/sendmail
|
||||||
@ -99,7 +102,6 @@ mkdir docs
|
|||||||
mv %{buildroot}/%{_prefix}/doc/at/* docs/
|
mv %{buildroot}/%{_prefix}/doc/at/* docs/
|
||||||
|
|
||||||
install -D -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/atd.service
|
install -D -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/atd.service
|
||||||
ln -s service %{buildroot}%{_sbindir}/rcatd
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
install -m644 %{SOURCE2} %{buildroot}%{_pam_vendordir}/atd
|
install -m644 %{SOURCE2} %{buildroot}%{_pam_vendordir}/atd
|
||||||
@ -146,7 +148,6 @@ done
|
|||||||
%doc Problems README ChangeLog timespec
|
%doc Problems README ChangeLog timespec
|
||||||
%license COPYING Copyright
|
%license COPYING Copyright
|
||||||
%config(noreplace) %{_sysconfdir}/at.deny
|
%config(noreplace) %{_sysconfdir}/at.deny
|
||||||
%{_sbindir}/rcatd
|
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%attr(644,root,root) %{_pam_vendordir}/atd
|
%attr(644,root,root) %{_pam_vendordir}/atd
|
||||||
%else
|
%else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user