From 3e0eae99eb6b4caac6426fd48ff6e2eb89b1f80c Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 12 2014 14:53:47 +0000 Subject: fix license handling --- diff --git a/fipscheck.spec b/fipscheck.spec index cd99989..951fb94 100644 --- a/fipscheck.spec +++ b/fipscheck.spec @@ -1,7 +1,7 @@ Summary: A library for integrity verification of FIPS validated modules Name: fipscheck Version: 1.4.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: System Environment/Libraries # This is a Red Hat maintained package which is specific to @@ -80,7 +80,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc ChangeLog COPYING README AUTHORS +%{!?_licensedir:%global license %%doc} +%license COPYING +%doc ChangeLog README AUTHORS %{_bindir}/fipscheck %{_bindir}/fipshmac %{_libdir}/fipscheck/fipscheck.hmac @@ -101,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sat Jul 12 2014 Tom Callaway - 1.4.1-6 +- fix license handling + * Sat Jun 07 2014 Fedora Release Engineering - 1.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild