From c6c946441fbf9c11685ed3263b958c9e19f7458a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 15 Apr 2021 12:34:52 +0200 Subject: [PATCH] Have lowercase URLs, because Pagure d'oh Signed-off-by: Nils Philippsen --- python-rpmautospec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 855d0b3..abbad12 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -17,8 +17,8 @@ Release: 1%{?dist} Summary: Package and CLI tool to generate release fields and changelogs License: MIT -URL: https://pagure.io/Fedora-Infra/rpmautospec -Source0: https://releases.pagure.org/Fedora-Infra/rpmautospec/rpmautospec-%{version}.tar.gz +URL: https://pagure.io/fedora-infra/rpmautospec +Source0: https://releases.pagure.org/fedora-infra/rpmautospec/rpmautospec-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel >= 3.6.0 @@ -182,6 +182,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/ %endif %changelog +* Thu Apr 15 2021 Nils Philippsen +- Have lowercase URLs, because Pagure d'oh + * Thu Apr 15 2021 Nils Philippsen - 0.1.4-1 - Update to 0.1.4 - explicitly BR: python3-setuptools