From 8150d01fa7f6b1a4e4bac2db6da580642c81fb36 Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Fri, 24 Oct 2025 11:58:11 +0300 Subject: [PATCH] credcheck: Update to 4.2 per changes described at https://github.com/MigOpsRepos/credcheck/releases/tag/v4.2 --- rpm/redhat/main/non-common/credcheck/main/credcheck.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm/redhat/main/non-common/credcheck/main/credcheck.spec b/rpm/redhat/main/non-common/credcheck/main/credcheck.spec index c4e5af621..c4a727765 100644 --- a/rpm/redhat/main/non-common/credcheck/main/credcheck.spec +++ b/rpm/redhat/main/non-common/credcheck/main/credcheck.spec @@ -3,7 +3,7 @@ %{!?llvm:%global llvm 1} Name: %{sname}_%{pgmajorversion} -Version: 4.1 +Version: 4.2 Release: 1PGDG%{?dist} Summary: PostgreSQL username/password checks License: PostgreSQL @@ -78,6 +78,10 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} install DESTDIR %endif %changelog +* Fri Oct 24 2025 Devrim Gunduz - 4.2-1PGDG +- Update to 4.2 per changes described at + https://github.com/MigOpsRepos/credcheck/releases/tag/v4.2 + * Mon Oct 20 2025 Devrim Gunduz - 4.1-1PGDG - Update to 4.1 per changes described at https://github.com/MigOpsRepos/credcheck/releases/tag/v4.1 -- 2.39.5