[tcplay] Fix dependency on lib subpackage (typo).

Eric Smith brouhaha at fedoraproject.org
Mon May 5 23:01:15 UTC 2014


commit 86a26a6d21f62ac04264d5a8da177ab5d7745f6e
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Mon May 5 17:01:38 2014 -0600

    Fix dependency on lib subpackage (typo).

 tcplay.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tcplay.spec b/tcplay.spec
index 50d18ad..1f66767 100644
--- a/tcplay.spec
+++ b/tcplay.spec
@@ -10,7 +10,7 @@
 Name:           tcplay
 Version:        2.0
 #Release:       0.2.%{git_date}git%{git_hash}%{?dist}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Utility to create/open/map TrueCrypt-compatible volumes
 Group:          Applications/System
 License:        BSD
@@ -44,7 +44,7 @@ TrueCrypt-compatible volumes.
 %package        devel
 Summary:        Development files for libtcplay
 Group:          Development/Libraries
-Requires:       %{name}_lib%{?_isa} = %{version}-%{release}
+Requires:       %{name}-lib%{?_isa} = %{version}-%{release}
 
 %description    devel
 Files necessary to develop applications that use the libtcplay.
@@ -87,6 +87,9 @@ install -p -m 644 tcplay_api.h %{buildroot}%{_includedir}
 %{_libdir}/libtcplay.so
 
 %changelog
+* Mon May 05 2014 Eric Smith <brouhaha at fedoraproject.org> - 2.0-3
+- Fix dependency on lib subpackage (typo).
+
 * Sat Apr 19 2014 Eric Smith <brouhaha at fedoraproject.org> - 2.0-2
 - Package libtcplay.
 


More information about the scm-commits mailing list