From 3217e5685badc06bf433a4391329078e7dffd10a Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 30 Aug 2022 19:42:25 -0400 Subject: [PATCH] move Url: and License: to a saner spot higher up in spec file --- cracklib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index 62677f5..bba00ea 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -6,6 +6,8 @@ Summary: A password-checking library Name: cracklib Version: 2.9.7 Release: 30%{?dist} +URL: https://github.com/cracklib/cracklib +License: LGPLv2+ Source0: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-%{version}.tar.gz Source1: https://github.com/cracklib/cracklib/releases/download/v%{version}/cracklib-words-%{version}.gz @@ -26,8 +28,6 @@ Patch6: cracklib-2.9.7-simplistic.patch Patch7: cracklib-2.9.7-translation-updates.patch Patch9: cracklib-2.9.6-coverity.patch Patch10: cracklib-2.9.6-lookup.patch -URL: https://github.com/cracklib/cracklib -License: LGPLv2+ BuildRequires: gcc BuildRequires: words, gettext BuildRequires: gettext-autopoint