Changelog for
python310-semanage-3.5-1.1.x86_64.rpm :
* Fri Feb 24 2023 Johannes Segitz
- Update to version 3.5
* Allow user to set SYSCONFDIR
* always write kernel policy when check_ext_changes is specified- Added additional developer key (Jason Zaman)
* Mon May 09 2022 Johannes Segitz - Update to version 3.4
* Optionally rebuild policy when modules are changed externally
* Fix USE_AFTER_FREE (CWE-672) in semanage_direct_get_module_info()
* Allow spaces in user/group names
* Thu Feb 10 2022 Johannes Segitz - Drop Buildrequires for libustr-devel, not needed anymore
* Thu Nov 11 2021 Johannes Segitz - Update to version 3.3
* Fixed use-after-free in parse_module_store()
* Fixed use_after_free in semanage_direct_write_langext()
* Mon Aug 16 2021 Fabian Vogt - Call \"make -j8 pywrap\" instead of \"make -j8 all pywrap\" to fix random build failures. The toplevel Makefile does not support concurrency, and it resulted in parallel \"make all\" and \"make pywrap\" which weren\'t aware of each other and stepped over the other\'s artifacts.
* Thu Mar 18 2021 Johannes Segitz - Minor spec file cleanups
* Tue Mar 09 2021 Johannes Segitz - Update to version 3.2
* dropped old and deprecated symbols and functions libsemanage version was bumped to libsemanage.so.2
* libsemanage tries to sync data to prevent empty files in SELinux module store
* Tue Jul 14 2020 Johannes Segitz - Update to version 3.1
* Improved manpage
* fsync final files before rename
* Tue Jun 16 2020 Johannes Segitz - Disabled LTO again. This breaks e.g. shadow and also other packages in security:SELinux
* Fri Jun 12 2020 Pedro Monreal Gonzalez - Fix build with LTO: [bsc#1133102]
* Enable LTO (Link Time Optimization)
* Update map file to include new symbols and remove wildcards- Add libsemanage-update-map-file.patch
* Thu Jun 04 2020 Dominique Leuenberger - Drop suse_path.patch: replace it with a grep/sed logic replacing /usr/libexec in all files with the correct value for all distros (taking into account that openSUSE is in progress of migrating from /usr/lib to /usr/libexec).
* Fri May 29 2020 Johannes Segitz - Apply suse_path.patch only for older distributions. Newer use libexec
* Tue Mar 03 2020 Johannes Segitz - Update to version 3.0
* Add support for DCCP and SCTP protocols
* include internal header to use the hidden function prototypes
* mark all exported function \"extern\"
* optionally optimize policy on rebuild Refreshed suse_path.patch