Update to version 0.27.1; Fixes RHBZ#2235219

epel9 imports/e9/rust-nix-0.27.1-1.el9
Fabio Valentini 1 year ago
parent ebad6d3826
commit 6ec0c8cea8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/nix-0.26.2.crate /nix-0.26.2.crate
/nix-0.26.3.crate /nix-0.26.3.crate
/nix-0.26.4.crate /nix-0.26.4.crate
/nix-0.27.1.crate

@ -1,8 +1,8 @@
--- nix-0.26.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- nix-0.27.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nix-0.26.4/Cargo.toml 2023-08-29T20:52:43.334989+00:00 +++ nix-0.27.1/Cargo.toml 2023-10-14T19:47:36.952259+00:00
@@ -178,5 +178,3 @@ @@ -143,5 +143,3 @@
version = "0.7" [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dev-dependencies.caps]
optional = true version = "0.5.3"
-[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl] -[target."cfg(target_os = \"freebsd\")".dev-dependencies.sysctl]
-version = "0.4" -version = "0.4"

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * many tests don't work when virtualized / containerized # * many tests don't work when virtualized / containerized
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,17 +6,17 @@
%global crate nix %global crate nix
Name: rust-nix Name: rust-nix
Version: 0.26.4 Version: 0.27.1
Release: %autorelease Release: %autorelease
Summary: Rust friendly bindings to *nix APIs Summary: Rust friendly bindings to *nix APIs
License: MIT License: MIT
URL: https://crates.io/crates/nix URL: https://crates.io/crates/nix
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: nix-fix-metadata-auto.diff Patch: nix-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Rust friendly bindings to *nix APIs.} Rust friendly bindings to *nix APIs.}
@ -459,7 +459,7 @@ use the "zerocopy" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["many tests don't work when virtualized / containerized"]

@ -1 +1 @@
SHA512 (nix-0.26.4.crate) = cc68ff8e3e8ea8635c6fd4c0a866cf42121aa3e25165666ef3b97b5b2c1d9273cba6f689e80eb812b55b5ee513390924a926d95fce45de0a74b98764dd1fa27d SHA512 (nix-0.27.1.crate) = 7b35a0f87427eb1b5e1480d7daedafea4609b7f3a4fcf48ca99bdbc2f150865996539f2c51c7ae6a6a13169614681fc838efb306994b020d44b45735a7380010

Loading…
Cancel
Save