From 663e9b918c88baa5cdc3cfd4ede96fb9c09adea1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 11 Jul 2014 16:52:43 -0400 Subject: [PATCH 1/2] fix license handling --- cracklib.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cracklib.spec b/cracklib.spec index 867b084..93ae3eb 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -5,7 +5,7 @@ Summary: A password-checking library Name: cracklib Version: 2.9.1 -Release: 3%{?dist} +Release: 4%{?dist} Group: System Environment/Libraries Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz @@ -229,7 +229,9 @@ EOF %files -f %{name}.lang %defattr(-,root,root) -%doc README README-WORDS NEWS README-LICENSE AUTHORS COPYING.LIB +%doc README README-WORDS NEWS README-LICENSE AUTHORS +%{!?_licensedir:%global license %%doc} +%license COPYING.LIB %{_libdir}/libcrack.so.* %dir %{_datadir}/cracklib %{_datadir}/cracklib/cracklib.magic @@ -256,6 +258,9 @@ EOF %{_libdir}/python*/site-packages/*.py* %changelog +* Fri Jul 11 2014 Tom Callaway - 2.9.1-4 +- fix license handling + * Sat Jun 07 2014 Fedora Release Engineering - 2.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 9cf17650fcf14a01bb49ef5848db89b3017b2f1c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 01:32:14 +0000 Subject: [PATCH 2/2] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- cracklib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cracklib.spec b/cracklib.spec index 93ae3eb..ade5cfa 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -5,7 +5,7 @@ Summary: A password-checking library Name: cracklib Version: 2.9.1 -Release: 4%{?dist} +Release: 5%{?dist} Group: System Environment/Libraries Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz @@ -258,6 +258,9 @@ EOF %{_libdir}/python*/site-packages/*.py* %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 2.9.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Fri Jul 11 2014 Tom Callaway - 2.9.1-4 - fix license handling