From bd4c715ee600e916c156cd78957e429b72088b3e Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 3 Jan 2025 22:45:13 +0300 Subject: [PATCH] import rust-env_filter-0.1.3-1.el10 --- .gitignore | 2 +- .rust-env_filter.metadata | 2 +- SPECS/rust-env_filter.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b826625..c2ad732 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/env_filter-0.1.2.crate +SOURCES/env_filter-0.1.3.crate diff --git a/.rust-env_filter.metadata b/.rust-env_filter.metadata index 5396f1f..ba7e073 100644 --- a/.rust-env_filter.metadata +++ b/.rust-env_filter.metadata @@ -1 +1 @@ -881c33c46741f122680ea57bef58341379da5f48 SOURCES/env_filter-0.1.2.crate +c29ea300a189d44af68b9fac9a94b4f1740bcaa3 SOURCES/env_filter-0.1.3.crate diff --git a/SPECS/rust-env_filter.spec b/SPECS/rust-env_filter.spec index 586abb6..bd64842 100644 --- a/SPECS/rust-env_filter.spec +++ b/SPECS/rust-env_filter.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate env_filter Name: rust-env_filter -Version: 0.1.2 +Version: 0.1.3 Release: %autorelease Summary: Filter log events using environment variables @@ -88,10 +88,13 @@ use the "regex" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Fri Jan 03 2025 Fabio Valentini - 0.1.3-1 +- Update to version 0.1.3; Fixes RHBZ#2333530 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.1.2-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Tue Oct 22 2024 Fabio Valentini - 0.1.2-1 - Update to version 0.1.2; Fixes RHBZ#2320823