]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
Build against os_info 3.8.2, detects Alma and Rocky (#13)
authorYann Dirson <yann.dirson@vates.tech>
Fri, 5 Apr 2024 08:22:57 +0000 (10:22 +0200)
committerYann Dirson <yann.dirson@vates.tech>
Fri, 5 Apr 2024 14:27:00 +0000 (16:27 +0200)
Not bumping the version in Cargo.toml, though, since there is not no
requirement at the code level.

Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
CHANGELOG.md
Cargo.lock

index 7af3166bbd671e443d71b925858c6b39cb710b7d..2410949645c60ba0d41647b538156e6b43961af3 100644 (file)
@@ -7,6 +7,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/)
 
 ### bugfixes
 
+* AlmaLinux and Rocky Linux guests are now reported as such, when
+  build against os_info 3.8 or better
 * the RPM now replaces xe-guest-utilities-latest too, not only
   xe-guest-utilities
 
index 7d31910a661eeda1c013ba988ff8003301fcab5a..9c6a44fefffaf795bc26476f3dbf621ab7ef3032 100644 (file)
@@ -702,12 +702,12 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 
 [[package]]
 name = "os_info"
-version = "3.7.0"
+version = "3.8.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
+checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
 dependencies = [
  "log",
- "winapi",
+ "windows-sys 0.52.0",
 ]
 
 [[package]]