postgresql-tcl: Remove redundant BR
authorDevrim Gunduz <devrim@gunduz.org>
Wed, 8 Oct 2025 14:53:47 +0000 (17:53 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Wed, 8 Oct 2025 14:53:47 +0000 (17:53 +0300)
rpm/redhat/main/non-common/postgresql-tcl/main/postgresql-tcl.spec

index 4b53bc421f6b0f1eb8df6b51db52dbc489fce9a0..dcd52fe5f3efd0ee7199475364d3839bb3ce3c0b 100644 (file)
@@ -8,8 +8,8 @@
 %global pgtclprefix /usr/pgtcl%{pgtclmajorversion}
 
 Name:          postgresql%{pgmajorversion}-tcl
-Version:       %{pgtclmajorversion}.1
-Release:       1PGDG%{?dist}
+Version:       %{pgtclmajorversion}
+Release:       2PGDG%{?dist}
 Summary:       A Tcl client library for PostgreSQL
 
 URL:           https://github.com/flightaware/Pgtcl
@@ -20,7 +20,7 @@ Source0:      https://github.com/flightaware/Pgtcl/archive/v%{version}.tar.gz
 Requires:      tcl(abi) >= 8.5
 
 BuildRequires: postgresql%{pgmajorversion}-devel tcl-devel
-BuildRequires: autoconf pgdg-srpm-macros
+BuildRequires: autoconf
 
 %{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
 %{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
@@ -63,6 +63,9 @@ autoconf
 %{pgtclprefix}-%{pgmajorversion}/share/man/mann/*
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 3.1.1-2PGDG
+- Remove redundant BR
+
 * Sat Sep 27 2025 Devrim Gunduz <devrim@gunduz.org> - 3.1.1-1PGDG
 - Update to 3.1.1 per changes described at:
   https://github.com/flightaware/Pgtcl/releases/tag/v3.1.1