fix the POSIX timers support (#1436523)
This commit is contained in:
parent
c90eeec20a
commit
c5dcedc7c3
@ -5,7 +5,7 @@ diff -up at-3.1.14/atd.c.timers at-3.1.14/atd.c
|
|||||||
return next_job;
|
return next_job;
|
||||||
}
|
}
|
||||||
|
|
||||||
+#ifdef HAVE_CLOCK_GETTIME
|
+#ifdef HAVE_TIMER_CREATE
|
||||||
+timer_t timer;
|
+timer_t timer;
|
||||||
+struct itimerspec timeout;
|
+struct itimerspec timeout;
|
||||||
+
|
+
|
||||||
@ -89,7 +89,7 @@ diff -up at-3.1.14/config.h.in.timers at-3.1.14/config.h.in
|
|||||||
/* Define to 1 if you have the `getloadavg' function. */
|
/* Define to 1 if you have the `getloadavg' function. */
|
||||||
#undef HAVE_GETLOADAVG
|
#undef HAVE_GETLOADAVG
|
||||||
|
|
||||||
+/* Define to 1 if you have the `clock_gettime' function. */
|
+/* Define to 1 if you have the `timer_create' function. */
|
||||||
+#undef HAVE_TIMER_CREATE
|
+#undef HAVE_TIMER_CREATE
|
||||||
+
|
+
|
||||||
/* Define to 1 if you have the <getopt.h> header file. */
|
/* Define to 1 if you have the <getopt.h> header file. */
|
||||||
|
5
at.spec
5
at.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Job spooling tools
|
Summary: Job spooling tools
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.20
|
Version: 3.1.20
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
|
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
|
||||||
# + install-sh is MIT license with changes under Public Domain
|
# + install-sh is MIT license with changes under Public Domain
|
||||||
License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain
|
License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain
|
||||||
@ -179,6 +179,9 @@ chown daemon:daemon %{_localstatedir}/spool/at/.SEQ
|
|||||||
%attr(0644,root,root) /%{_unitdir}/atd.service
|
%attr(0644,root,root) /%{_unitdir}/atd.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 28 2017 Tomáš Mráz <tmraz@redhat.com> - 3.1.20-4
|
||||||
|
- fix the POSIX timers support (#1436523)
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.20-3
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.20-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user