Skip to content

Commit

Permalink
Use ostree-rs-ext 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Nov 4, 2021
1 parent 0c4cf93 commit ae49efa
Show file tree
Hide file tree
Showing 11 changed files with 312 additions and 112 deletions.
196 changes: 180 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ nix = "0.23.0"
openat = "0.1.21"
openat-ext = "^0.2.2"
os-release = "0.1.0"
ostree-ext = "0.3.0"
ostree-ext = "0.4.0"
paste = "1.0"
phf = { version = "0.10", features = ["macros"] }
rand = "0.8.4"
Expand Down Expand Up @@ -104,3 +104,6 @@ fedora-integration = []
sanitizers = []

default = []

[patch.crates-io]
ostree-ext = { path = "../../ostreedev/ostree-rs-ext/lib" }
2 changes: 1 addition & 1 deletion packaging/rpm-ostree.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ BuildRequires: gnome-common
BuildRequires: /usr/bin/g-ir-scanner
# Core requirements
# One way to check this: `objdump -p /path/to/rpm-ostree | grep LIBOSTREE` and pick the highest (though that might miss e.g. new struct members)
BuildRequires: pkgconfig(ostree-1) >= 2021.1
BuildRequires: pkgconfig(ostree-1) >= 2021.5
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(rpm) >= 4.14.0
Expand Down
Loading

0 comments on commit ae49efa

Please sign in to comment.