Use external URL for vendored sources
This commit is contained in:
parent
d2ffbd40ad
commit
16beb07124
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/stratisd-2.2.1.tar.gz
|
||||
/stratisd-2.3.0.tar.gz
|
||||
/stratisd-2.3.0-vendor.tar.xz
|
||||
/stratisd-2.3.0-vendor.tar.gz
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (stratisd-2.3.0.tar.gz) = ec16c30394a40c091efbb90a85818a230e93ab615a7f9728cc873d7ca02e16579e7c696bb12295a9778ee6a5e6b95f4cf152853716d7f40985f124e3898977fc
|
||||
SHA512 (stratisd-2.3.0-vendor.tar.xz) = 6f1e5749961ca8f8d14b12ed707a8f9c130b511ebc8accdf7792bbbd6d8059beed445d5fb2530b3ce698a6c5f1da02ac0954b1803ab1316b9506cd8cc5a2c332
|
||||
SHA512 (stratisd-2.3.0-vendor.tar.gz) = e5386dbdfcf77bf219e67e92eb3f737925123b8d50710e610f192d78cebc26ff9bbec424141290543372de7c488d7e888c0f30cb4bb26dc4682ff999356465bb
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
Name: stratisd
|
||||
Version: 2.3.0
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Daemon that manages block devices to create filesystems
|
||||
|
||||
# 0BSD or MIT or ASL 2.0
|
||||
@ -24,7 +24,7 @@ Summary: Daemon that manages block devices to create filesystems
|
||||
License: MPLv2.0 and ASL 2.0 and BSD and MIT
|
||||
URL: https://github.com/stratis-storage/stratisd
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-%{version}-vendor.tar.xz
|
||||
Source1: %{url}/releases/download/v%{version}/%{name}-%{version}-vendor.tar.gz
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
|
||||
@ -113,6 +113,9 @@ install -Dpm0755 -t %{buildroot}%{_bindir} developer_tools/stratis_migrate_symli
|
||||
%{_udevrulesdir}/11-stratisd.rules
|
||||
|
||||
%changelog
|
||||
* Wed Mar 17 2021 mulhern <amulhern@redhat.com> - 2.3.0-10
|
||||
- Use external URL for vendored sources
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.3.0-9
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
Loading…
Reference in New Issue
Block a user