From 977264f785ac09f9446b896e277077afc4698e6c Mon Sep 17 00:00:00 2001 From: Ashish Paudyal Date: Thu, 6 Jan 2022 12:29:54 -0700 Subject: [PATCH 1/2] removing postgresql13-devel package requirement --- traffic_ops/build/traffic_ops.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traffic_ops/build/traffic_ops.spec b/traffic_ops/build/traffic_ops.spec index ae487a6222..cac70fc08a 100644 --- a/traffic_ops/build/traffic_ops.spec +++ b/traffic_ops/build/traffic_ops.spec @@ -36,7 +36,7 @@ AutoReqProv: no Requires: cpanminus, expat-devel, libcurl, libpcap-devel, mkisofs, tar Requires: openssl-devel, perl, perl-core, perl-DBD-Pg, perl-DBI, perl-Digest-SHA1 Requires: libidn-devel, libcurl-devel, libcap -Requires: postgresql13 >= 13.2 , postgresql13-devel >= 13.2 +Requires: postgresql13 >= 13.2 Requires: perl-JSON, perl-libwww-perl, perl-Test-CPAN-Meta, perl-WWW-Curl, perl-TermReadKey, perl-Crypt-ScryptKDF Requires: python(abi) Requires(pre): /usr/sbin/useradd, /usr/bin/getent From 05abcd0e72461040cafac63098b0d231f06c685e Mon Sep 17 00:00:00 2001 From: Ashish Paudyal Date: Thu, 6 Jan 2022 12:49:08 -0700 Subject: [PATCH 2/2] Changelog updated --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ba11efbb..0223767472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - Fixed Traffic Monitor parsing stats_over_http output so that multiple stats for the same underlying delivery service (when the delivery service has more than 1 regex) are properly summed together. This makes the resulting data more accurate in addition to fixing the "new stat is lower than last stat" warnings. - Traffic Ops: Sanitize username before executing LDAP query - [#6367](https://github.com/apache/trafficcontrol/issues/6367) - Fix PUT `user/current` to work with v4 User Roles and Permissions +- [#6266](https://github.com/apache/trafficcontrol/issues/6266) - Removed postgresql13-devel requirement for traffic_ops ### Changed - Updated `t3c` to request less unnecessary deliveryservice-server assignment and invalidation jobs data via new query params supported by Traffic Ops