diff options
Diffstat (limited to 'packaging/repoconfig')
-rw-r--r-- | packaging/repoconfig/debian/changelog | 6 | ||||
-rw-r--r-- | packaging/repoconfig/netdata-repo.spec | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/packaging/repoconfig/debian/changelog b/packaging/repoconfig/debian/changelog index 02eedfc36..d056fa43b 100644 --- a/packaging/repoconfig/debian/changelog +++ b/packaging/repoconfig/debian/changelog @@ -1,3 +1,9 @@ +netdata-repo (2-2) unstable; urgency=medium + + * Version bump to keep in sync with RPM repo packages + + -- Netdata Builder <bot@netdata.cloud> Mon, 13 Nov 2023 11:15:00 -0500 + netdata-repo (2-1) unstable; urgency=medium * Switched to new package hosting infrastructure diff --git a/packaging/repoconfig/netdata-repo.spec b/packaging/repoconfig/netdata-repo.spec index 6139e52bb..242178ba7 100644 --- a/packaging/repoconfig/netdata-repo.spec +++ b/packaging/repoconfig/netdata-repo.spec @@ -2,7 +2,7 @@ Name: netdata-repo Version: 2 -Release: 1 +Release: 2 Summary: Netdata stable repositories configuration. Group: System Environment/Base @@ -25,6 +25,10 @@ BuildArch: noarch Requires: yum-plugin-priorities %endif +%if 0%{?centos_ver} && 0%{!?amazon_linux:1} && 0%{!?oraclelinux:1} +Requires: epel-release +%endif + # Overlapping file installs Conflicts: netdata-repo-edge @@ -104,6 +108,8 @@ This package contains the official Netdata package repository configuration for %endif %changelog +* Mon Nov 13 2023 Austin Hemmelgarn <austin@netdata.cloud> 2-2 +- Add EPEL requirement for RHEL packages. * Wed Dec 7 2022 Austin Hemmelgarn <austin@netdata.cloud> 2-1 - Switch to new hosting at repo.netdata.cloud. * Mon Jun 6 2022 Austin Hemmelgarn <austin@netdata.cloud> 1-2 |