From ae46ec31b39870fa563c3a3018b1dff727e6b723 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Thu, 8 Jul 2010 11:31:05 +0000 Subject: [PATCH] - Move the LICENSE file to the -libs subpackage. --- opencryptoki.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/opencryptoki.spec b/opencryptoki.spec index b5ed3be..61d724b 100644 --- a/opencryptoki.spec +++ b/opencryptoki.spec @@ -1,7 +1,7 @@ Name: opencryptoki Summary: Implementation of the PKCS#11 (Cryptoki) specification v2.11 Version: 2.3.1 -Release: 6%{?dist} +Release: 7%{?dist} License: CPL Group: System Environment/Base URL: http://sourceforge.net/projects/opencryptoki @@ -130,7 +130,7 @@ exit 0 %files %defattr(-,root,root,-) -%doc FAQ README LICENSE doc/* +%doc FAQ README doc/* %{_initddir}/pkcsslotd %{_sbindir}/* %{_mandir}/man*/* @@ -141,6 +141,7 @@ exit 0 %files libs %defattr(-,root,root,-) +%doc LICENSE %{_sysconfdir}/ld.so.conf.d/* # Unversioned .so symlinks usually belong to -devel packages, but opencryptoki # needs them in the main package, because: @@ -155,6 +156,9 @@ exit 0 %changelog +* Thu Jul 08 2010 Michal Schmidt 2.3.1-7 +- Move the LICENSE file to the -libs subpackage. + * Tue Jun 29 2010 Dan HorĂ¡k 2.3.1-6 - rebuilt with CCA enabled (#604287) - fixed issues from #546274