You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: master_changes.md
+3
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,8 @@ users)
113
113
* Relax lookup on OpenBSD to consider all installed packages [#6362@semarie]
114
114
* Speedup the detection of available system packages with pacman and brew [#6324@kit-ty-kate]
115
115
* The system GNU Patch and diff are no longer runtime dependencies of opam [#5892@kit-ty-kate - fix #6052]
116
+
* Change probing tool for SUSE-based distributions from `zypper` to `rpm`[#6464@kit-ty-kate]
117
+
* Disable the detection of available system packages on SUSE-based distributions [#6464@kit-ty-kate]
116
118
117
119
## Format upgrade
118
120
@@ -277,6 +279,7 @@ users)
277
279
*`OpamStateConfig`: Make the `?lock_kind` parameters non-optional to avoid breaking the library users after they upgrade their opam root [#5488@kit-ty-kate]
278
280
*`OpamSwitchState.load_selections`: Make the `?lock_kind` parameter non-optional to avoid breaking the library users after they upgrade their opam root [#5488@kit-ty-kate]
279
281
*`OpamSysInteract.Cygwin.check_setup`: unexpose the function [#6467@kit-ty-kate]
282
+
*`OpamSysInteract.package_status`: SUSE-based distributions now uses `rpm` instead of `zypper` and no longer return an `available` set of system packages [#6464@kit-ty-kate]
0 commit comments