Name: | libfaketime |
---|---|
Version: | 0.9.6 |
Release: | 3.el7 |
Architecture: | aarch64 |
Group: | System Environment/Libraries |
Size: | 260277 |
License: | GPLv2+ |
RPM: | libfaketime-0.9.6-3.el7.aarch64.rpm |
Source RPM: | libfaketime-0.9.6-3.el7.src.rpm |
Build Date: | Thu Aug 30 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.code-wizards.com/projects/libfaketime/ |
Summary: | Manipulate system time per process for testing purposes |
Description: | libfaketime intercepts various system calls which programs use to retrieve the current date and time. It can then report faked dates and times (as specified by you, the user) to these programs. This means you can modify the system time a program sees without having to change the time system- wide. |
- Add support for CLOCK_BOOTTIME (patch by Mario Pareja <pareja.mario@gmail.com>)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Upgraded to 0.9.6 which adds option to disable monotonic time faking - fix permissions for symbol stripping for debug package
- Infinite recursion patch is still needed, make test causes segfaults otherwise.
- Work around from upstream for autodetecting glibc version bug on i686
- Remove use of ifarch for _lib macro for multilib
- Initial package