From 8535a17a669784710103dd3938d17656c16e48a6 Mon Sep 17 00:00:00 2001 From: Breno Brand Fernandes Date: Wed, 7 Jul 2021 17:23:50 -0400 Subject: [PATCH] Updated puppet url --- puppet.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/puppet.spec b/puppet.spec index 2383930..a732e59 100644 --- a/puppet.spec +++ b/puppet.spec @@ -3,10 +3,10 @@ Name: puppet Version: 7.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Network tool for managing many disparate systems License: ASL 2.0 -URL: https://puppetlabs.com +URL: https://puppet.com Source0: https://downloads.puppetlabs.com/puppet/%{name}-%{version}.tar.gz Source1: https://downloads.puppetlabs.com/puppet/%{name}-%{version}.tar.gz.asc Source2: RPM-GPG-KEY-puppet-20250406 @@ -191,6 +191,9 @@ useradd -r -u 52 -g puppet -s /sbin/nologin \ %systemd_postun_with_restart puppet.service %changelog +* Wed Jul 07 2021 Breno Brand Fernandes - 7.7.0-2 +- Updated puppet url + * Mon Jul 05 2021 Breno Brand Fernandes - 7.7.0-2 - Cleaning up the spec file, adding suggestions from ekohl (Ewoud Kohl van Wijngaarden)