Bump nix to 0.14
This commit is contained in:
parent
00b3bdeb29
commit
2c0fb32044
11
stratisd-fix-metadata.diff
Normal file
11
stratisd-fix-metadata.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- stratisd/Cargo.toml 2019-06-04T23:39:07.962690+00:00
|
||||
+++ stratisd/Cargo.toml 2019-06-04T23:39:07.962690+00:00
|
||||
@@ -7,7 +7,7 @@
|
||||
[dependencies]
|
||||
dbus = {version = "0.6.4", optional = true}
|
||||
clap = "2"
|
||||
-nix = "0.13"
|
||||
+nix = "0.14"
|
||||
devicemapper = "0.27.0"
|
||||
crc = "1"
|
||||
byteorder = "1"
|
@ -8,12 +8,15 @@
|
||||
|
||||
Name: stratisd
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
License: MPLv2.0
|
||||
URL: https://github.com/stratis-storage/stratisd
|
||||
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
# Initial patched metadata
|
||||
# * Bump nix to 0.14, https://github.com/stratis-storage/stratisd/pull/1552
|
||||
Patch0: stratisd-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
@ -30,7 +33,7 @@ BuildRequires: (crate(libc/default) >= 0.2.47 with crate(libc/default) < 0.3.0)
|
||||
BuildRequires: (crate(libmount/default) >= 0.1.10 with crate(libmount/default) < 0.2.0)
|
||||
BuildRequires: (crate(libudev/default) >= 0.2.0 with crate(libudev/default) < 0.3.0)
|
||||
BuildRequires: (crate(log/default) >= 0.4.0 with crate(log/default) < 0.5.0)
|
||||
BuildRequires: (crate(nix/default) >= 0.13.0 with crate(nix/default) < 0.14.0)
|
||||
BuildRequires: (crate(nix/default) >= 0.14.0 with crate(nix/default) < 0.15.0)
|
||||
BuildRequires: (crate(rand/default) >= 0.4.0 with crate(rand/default) < 0.5.0)
|
||||
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
|
||||
BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0)
|
||||
@ -106,6 +109,9 @@ mv %{buildroot}%{_bindir}/stratisd %{buildroot}%{_sbindir}/stratisd-init
|
||||
%{_unitdir}/stratisd.service
|
||||
|
||||
%changelog
|
||||
* Tue Jun 04 2019 Josh Stone <jistone@redhat.com> - 1.0.4-2
|
||||
- Bump nix to 0.14
|
||||
|
||||
* Tue May 07 08:16:24 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.4-1
|
||||
- Update to 1.0.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user