Проект umockdev-0.19.3-1.el10_0
    
        content_copy 
     
    
 
    
        
            
                Имя 
                umockdev 
             
            
                Эпоха 
                0 
             
            
                Версия 
                0.19.3 
             
            
                Релиз 
                1.el10_0 
             
            
            
                Сайт 
                
                    
                    https://github.com/martinpitt/umockdev 
                    
                 
             
            
                Лицензия 
                LGPL-2.1-or-later 
             
            
                Время сборки 
                2025-08-02 15:48:28 
             
            
                Хост сборки 
                builder-x86-05.inferitos.ru 
             
            
                Краткое описание 
                Mock hardware devices 
             
            
                Репозитории 
                Extras 
             
            
                Полное описание 
                With this program and libraries you can easily create mock udev objects.
This is useful for writing tests for software which talks to
hardware devices. 
             
            
                Эррата 
                
                    
                    
                    —
                    
                 
             
            
            
        
     
    
 
    × 
     
* Fri Aug 01 2025 Packit <hello@packit.dev> - 0.19.3-1
- preload: Wrap __fstat64_time64()
* Wed Jul 30 2025 Packit <hello@packit.dev> - 0.19.2-1
- preload: Trap dirfd access to /dev, fstat(), and open_tree()
* Thu Jan 02 2025 Packit <hello@packit.dev> - 0.19.1-1
- preload: Restore errno in ioctl_emulate_open()
- preload: Only emulate ioctls on emulated devices
- Fix ioctl_tree_execute() ret type and initialization (thanks Helge Deller)
- tests: Disable spidev on big-endian 32-bit platforms (thanks Helge Deller)
* Fri Dec 27 2024 Packit <hello@packit.dev> - 0.19.0-1
- API: Add UMockdev.Testbed.wait_script() to sync to scripts/evemu replays
- API: UMockdev.Testbed.load_script_from_string()
- API: UMockdev.Testbed.load_evemu_events_from_string()
- Make uevent synthesis thread-safe (thanks Bob Henz)
- Handle "connection refused" when sending a uevent (thanks Bob Henz)
* Thu Dec 12 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.18.4-1
- Rebuilt for MSVSphere 10
* Wed Sep 04 2024 Packit <hello@packit.dev> - 0.18.4-1
- Add ioctls for Chromium OS EC devices (thanks Abhinav Baid)
- Generate "remove" uevent in umockdev_testbed_remove_device() (thanks Bob Henz)
- Recursively remove children with uevents (thanks Bob Henz)
- preload: Fix sigmask block and restore race (thanks barath)
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu May 23 2024 Packit <hello@packit.dev> - 0.18.3-1
- preload: Re-fix time64 redirects for glibc < 2.39.9
* Tue May 21 2024 Packit <hello@packit.dev> - 0.18.2-1
- preload: Fix time64 redirect for glibc 2.39.9
* Sun Mar 24 2024 Packit <hello@packit.dev> - 0.18.1-1
- preload: Provide wrappers for functions specific to 64-bit time_t (thanks Steve Langasek)
- preload: Fix building with _FILE_OFFSET_BITS (thanks Zixing Liu and Steve Langasek)