Compare commits

..

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

4
.gitignore vendored

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

@ -0,0 +1 @@
8e216aa3c55716e7cbf7d9f4d59b67d070a16085 SOURCES/resolv-conf-0.7.0.crate

@ -1,3 +0,0 @@
# rust-resolv-conf
The rust-resolv-conf package

@ -1,29 +1,34 @@
# Generated by rust2rpm 16 ## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 11;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# /etc/resolv.conf is not available for koji builds # /etc/resolv.conf is not available for koji builds
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate resolv-conf %global crate resolv-conf
Name: rust-%{crate} Name: rust-resolv-conf
Version: 0.7.0 Version: 0.7.0
Release: 5%{?dist} Release: %autorelease
Summary: Resolv.conf file parser Summary: Resolv.conf file parser
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/resolv-conf URL: https://crates.io/crates/resolv-conf
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Resolv.conf file parser.} The resolv.conf file parser.}
%description %{_description} %description %{_description}
@ -33,13 +38,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -47,11 +53,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+hostname-devel %package -n %{name}+hostname-devel
Summary: %{summary} Summary: %{summary}
@ -59,11 +65,11 @@ BuildArch: noarch
%description -n %{name}+hostname-devel %{_description} %description -n %{name}+hostname-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "hostname" feature of "%{crate}" crate. use the "hostname" feature of the "%{crate}" crate.
%files -n %{name}+hostname-devel %files -n %{name}+hostname-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+system-devel %package -n %{name}+system-devel
Summary: %{summary} Summary: %{summary}
@ -71,11 +77,11 @@ BuildArch: noarch
%description -n %{name}+system-devel %{_description} %description -n %{name}+system-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "system" feature of "%{crate}" crate. use the "system" feature of the "%{crate}" crate.
%files -n %{name}+system-devel %files -n %{name}+system-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -96,6 +102,25 @@ which use "system" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.7.0-11
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sat May 20 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.0-8
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-5 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -132,3 +157,5 @@ which use "system" feature of "%{crate}" crate.
* Thu May 30 21:00:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1 * Thu May 30 21:00:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.2-1
- Initial package - Initial package
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (resolv-conf-0.7.0.crate) = 538b97f88fee8b82f15845f9a596e09757e3c2869c4e8708ddff97e19348e9f88d4bcf75e810d2aee47113fa64d550a9fe2deac6fc38d95242ebc20228e9b5f4
Loading…
Cancel
Save