[cfitsio: 1/2] Include a fully versioned dependancy on cfitsio for fpack.

Matthew D Truch mtruch at fedoraproject.org
Tue Aug 31 19:20:12 UTC 2010


commit 79ff4156ef515102de10a63e7611d4f68253a835
Author: Matthew D Truch <matt at truch.net>
Date:   Tue Aug 31 15:16:48 2010 -0400

    Include a fully versioned dependancy on cfitsio for fpack.

 cfitsio.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cfitsio.spec b/cfitsio.spec
index 428befa..6fdd96b 100644
--- a/cfitsio.spec
+++ b/cfitsio.spec
@@ -1,6 +1,6 @@
 Name:           cfitsio
 Version:        3.250
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Library for manipulating FITS data files
 
 Group:          Development/Libraries
@@ -53,6 +53,7 @@ Stand-alone documentation for cfitsio.
 %package -n fpack
 Summary: FPACK FITS image compression and decompression utilites
 Group: Applications/Engineering
+Requires: %{name} = %{version}-%{release}
 
 %description -n fpack
 fpack optimally compresses FITS format images and funpack restores them
@@ -145,6 +146,9 @@ rm -rf %{buildroot}
 %{_bindir}/funpack
 
 %changelog
+* Tue Aug 31 2010 Matthew Truch <matt at truch.net> - 3.250-5
+- Require fully versioned cfitsio for fpack as cfitsio doesn't properly soname itself.
+
 * Mon Jul 26 2010 Matthew Truch <matt at truch.net> - 3.250-4
 - Re-fix cfitsio.pc file (BZ 618291)
 - Fix typo in date of previous changelog entry.


More information about the scm-commits mailing list