From 0385852186889536285c976c5100f465acc6baa6b45700110d3991040f4320d6 Mon Sep 17 00:00:00 2001 From: Darin Perusich Date: Thu, 3 Jul 2014 16:50:35 +0000 Subject: [PATCH] fix requires due to rename OBS-URL: https://build.opensuse.org/package/show/security/libtomcrypt?expand=0&rev=4 --- libtomcrypt.changes | 5 +++++ libtomcrypt.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libtomcrypt.changes b/libtomcrypt.changes index 32649f8..5ee8509 100644 --- a/libtomcrypt.changes +++ b/libtomcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 3 16:50:28 UTC 2014 - darin@darins.net + +- fix requires due to rename + ------------------------------------------------------------------- Thu Jul 3 16:38:47 UTC 2014 - darin@darins.net diff --git a/libtomcrypt.spec b/libtomcrypt.spec index 9e9a18f..bb21044 100644 --- a/libtomcrypt.spec +++ b/libtomcrypt.spec @@ -45,7 +45,7 @@ generators, public key cryptography and a plethora of other routines. %package devel Summary: Development Files for LibTomCrypt Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} +Requires: %{soname} = %{version} %description devel Headers and other development files for TomCrypt library. @@ -57,7 +57,7 @@ Author: %package examples Summary: Example Files for LibTomCrypt Group: Development/Libraries/Other -Requires: %{name} = %{version} +Requires: %{soname} = %{version} %description examples Example *.c files showing how to use TomCrypt library.