fix policycoreutils and libnbd packages (#8079)
This commit is contained in:
Родитель
69ec70a077
Коммит
e6db2c179b
|
@ -3,7 +3,7 @@
|
||||||
Summary: NBD client library in userspace
|
Summary: NBD client library in userspace
|
||||||
Name: libnbd
|
Name: libnbd
|
||||||
Version: 1.12.1
|
Version: 1.12.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Vendor: Microsoft Corporation
|
Vendor: Microsoft Corporation
|
||||||
Distribution: Azure Linux
|
Distribution: Azure Linux
|
||||||
|
@ -215,7 +215,6 @@ skip_test tests/connect-tcp6
|
||||||
%{python3_sitearch}/libnbdmod*.so
|
%{python3_sitearch}/libnbdmod*.so
|
||||||
%{python3_sitearch}/nbd.py
|
%{python3_sitearch}/nbd.py
|
||||||
%{python3_sitearch}/nbdsh.py
|
%{python3_sitearch}/nbdsh.py
|
||||||
%{python3_sitearch}/__pycache__/nbd*.py*
|
|
||||||
%{_bindir}/nbdsh
|
%{_bindir}/nbdsh
|
||||||
%{_mandir}/man1/nbdsh.1*
|
%{_mandir}/man1/nbdsh.1*
|
||||||
|
|
||||||
|
@ -232,6 +231,9 @@ skip_test tests/connect-tcp6
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 23 2024 Andrew Phelps <anphel@microsoft.com> - 1.12.1-4
|
||||||
|
- Fix python3.12 build issue
|
||||||
|
|
||||||
* Thu Oct 19 2023 Neha Agarwal <nehaagarwal@microsoft.com> - 1.12.1-3
|
* Thu Oct 19 2023 Neha Agarwal <nehaagarwal@microsoft.com> - 1.12.1-3
|
||||||
- Add patch to fix CVE-2023-5215
|
- Add patch to fix CVE-2023-5215
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Vendor: Microsoft Corporation
|
Vendor: Microsoft Corporation
|
||||||
Distribution: Azure Linux
|
Distribution: Azure Linux
|
||||||
|
@ -182,7 +182,6 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||||
|
|
||||||
%files python3
|
%files python3
|
||||||
%license python/COPYING
|
%license python/COPYING
|
||||||
%{python3_sitelib}/__pycache__
|
|
||||||
%{python3_sitelib}/seobject.py*
|
%{python3_sitelib}/seobject.py*
|
||||||
%{python3_sitelib}/sepolgen
|
%{python3_sitelib}/sepolgen
|
||||||
%dir %{python3_sitelib}/sepolicy
|
%dir %{python3_sitelib}/sepolicy
|
||||||
|
@ -351,6 +350,9 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||||
%systemd_postun_with_restart restorecond.service
|
%systemd_postun_with_restart restorecond.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 23 2024 Andrew Phelps <anphel@microsoft.com> - 3.2-2
|
||||||
|
- Remove pycache directory to fix python 3.12 build
|
||||||
|
|
||||||
* Fri Aug 13 2021 Thomas Crain <thcrain@microsoft.com> - 3.2-1
|
* Fri Aug 13 2021 Thomas Crain <thcrain@microsoft.com> - 3.2-1
|
||||||
- Upgrade to latest upstream version
|
- Upgrade to latest upstream version
|
||||||
- Switch source to use upstream's combined tarball
|
- Switch source to use upstream's combined tarball
|
||||||
|
@ -885,7 +887,7 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||||
- If there is no executable we don't want to print a part of STANDARD FILE CONTEXT
|
- If there is no executable we don't want to print a part of STANDARD FILE CONTEXT
|
||||||
|
|
||||||
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
|
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Add -P semodule option to man page from Dan Walsh.
|
* Add -P semodule option to man page from Dan Walsh.
|
||||||
* selinux_current_policy_path will return none on a disabled SELinux system from Dan Walsh.
|
* selinux_current_policy_path will return none on a disabled SELinux system from Dan Walsh.
|
||||||
* Add new icons for sepolicy gui from Dan Walsh.
|
* Add new icons for sepolicy gui from Dan Walsh.
|
||||||
|
@ -903,7 +905,7 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||||
- Apply patch to use setcon in seunshare from luto@mit.edu
|
- Apply patch to use setcon in seunshare from luto@mit.edu
|
||||||
|
|
||||||
* Wed Apr 30 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.5-14
|
* Wed Apr 30 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.5-14
|
||||||
- Remove requirement for systemd-units
|
- Remove requirement for systemd-units
|
||||||
|
|
||||||
* Fri Apr 25 2014 Miroslav Grepl <mgreplh@redhat.com> - 2.2.5-13
|
* Fri Apr 25 2014 Miroslav Grepl <mgreplh@redhat.com> - 2.2.5-13
|
||||||
- Fix previous Fix-STANDARD_FILE_CONTEXT patch to exclude if non_exec does not exist
|
- Fix previous Fix-STANDARD_FILE_CONTEXT patch to exclude if non_exec does not exist
|
||||||
|
@ -951,7 +953,7 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||||
- Do not require /usr/share/selinux/devel/Makefile to build permissive domains
|
- Do not require /usr/share/selinux/devel/Makefile to build permissive domains
|
||||||
|
|
||||||
* Mon Jan 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.5-1
|
* Mon Jan 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.5-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Ignore selevel/serange if MLS is disabled from Sven Vermeulen.
|
* Ignore selevel/serange if MLS is disabled from Sven Vermeulen.
|
||||||
|
|
||||||
* Fri Jan 3 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.4-8
|
* Fri Jan 3 2014 Dan Walsh <dwalsh@redhat.com> - 2.2.4-8
|
||||||
|
@ -981,14 +983,14 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||||
- ptrace should be a part of deny_ptrace boolean in TEMPLATETYPE_admin
|
- ptrace should be a part of deny_ptrace boolean in TEMPLATETYPE_admin
|
||||||
|
|
||||||
* Tue Dec 3 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.4-1
|
* Tue Dec 3 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.4-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Revert automatic setting of serange and seuser in seobject; was breaking non-MLS systems.
|
* Revert automatic setting of serange and seuser in seobject; was breaking non-MLS systems.
|
||||||
- Add patches for sepolicy gui from mgrepl to
|
- Add patches for sepolicy gui from mgrepl to
|
||||||
Fix advanced_item_button_push() to allow to select an application in advanced search menu
|
Fix advanced_item_button_push() to allow to select an application in advanced search menu
|
||||||
Fix previously_modified_initialize() to show modified changes properly for all selections
|
Fix previously_modified_initialize() to show modified changes properly for all selections
|
||||||
|
|
||||||
* Fri Nov 22 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.3-1
|
* Fri Nov 22 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.3-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Apply polkit check on all dbus interfaces and restrict to active user from Dan Walsh.
|
* Apply polkit check on all dbus interfaces and restrict to active user from Dan Walsh.
|
||||||
* Fix typo in sepolicy gui dbus.relabel_on_boot call from Dan Walsh.
|
* Fix typo in sepolicy gui dbus.relabel_on_boot call from Dan Walsh.
|
||||||
- Apply Miroslav Grepl patch to fix TEMPLATETYPE_domtrans description in sepolicy generate
|
- Apply Miroslav Grepl patch to fix TEMPLATETYPE_domtrans description in sepolicy generate
|
||||||
|
@ -999,7 +1001,7 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||||
* Fri Nov 15 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.2-1
|
* Fri Nov 15 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.2-1
|
||||||
- Speed up startup time of sepolicy gui
|
- Speed up startup time of sepolicy gui
|
||||||
- Clean up ports screen to only show enabled ports.
|
- Clean up ports screen to only show enabled ports.
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Remove import policycoreutils.default_encoding_utf8 from semanage from Dan Walsh.
|
* Remove import policycoreutils.default_encoding_utf8 from semanage from Dan Walsh.
|
||||||
* Make yum/extract_rpms optional for sepolicy generate from Dan Walsh.
|
* Make yum/extract_rpms optional for sepolicy generate from Dan Walsh.
|
||||||
* Add test suite for audit2allow and sepolgen-ifgen from Dan Walsh.
|
* Add test suite for audit2allow and sepolgen-ifgen from Dan Walsh.
|
||||||
|
@ -1009,7 +1011,7 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||||
* semodule_* packages are required for devel.
|
* semodule_* packages are required for devel.
|
||||||
|
|
||||||
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
|
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Properly build the swig exception file from Laurent Bigonville.
|
* Properly build the swig exception file from Laurent Bigonville.
|
||||||
* Fix man pages from Laurent Bigonville.
|
* Fix man pages from Laurent Bigonville.
|
||||||
* Support overriding PATH and INITDIR in Makefile from Laurent Bigonville.
|
* Support overriding PATH and INITDIR in Makefile from Laurent Bigonville.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче