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.