update to version 0.7.0

epel9
Fabio Valentini 4 years ago
parent d0b00446f5
commit 168db99d0a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/resolv-conf-0.6.2.crate /resolv-conf-0.6.2.crate
/resolv-conf-0.6.3.crate /resolv-conf-0.6.3.crate
/resolv-conf-0.7.0.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check # /etc/resolv.conf is not available for koji builds
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate resolv-conf %global crate resolv-conf
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.3 Version: 0.7.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Resolv.conf file parser Summary: Resolv.conf file parser
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -91,11 +92,14 @@ which use "system" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# /etc/resolv.conf is not in mock %cargo_test
%cargo_test || :
%endif %endif
%changelog %changelog
* Sun Nov 22 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.0-1
- Update to version 0.7.0.
- Fixes RHBZ#1896890
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (resolv-conf-0.6.3.crate) = 063affa9aae0231234cc0d685971a86dcd2f6a8311d46f65a3df17414fcffd8b923b2f72f4ccf540e738c17959d53b36f0d0f585ba63d9de119c082e313e153f SHA512 (resolv-conf-0.7.0.crate) = 538b97f88fee8b82f15845f9a596e09757e3c2869c4e8708ddff97e19348e9f88d4bcf75e810d2aee47113fa64d550a9fe2deac6fc38d95242ebc20228e9b5f4

Loading…
Cancel
Save