[cfitsio/f14/master] Fully versioned requires of cfitsio for fpack.

Matthew D Truch mtruch at fedoraproject.org
Tue Aug 31 19:27:51 UTC 2010


commit 5444cff66ba3b459ba0fc0d5eff2e8427dda1c07
Author: Matthew D Truch <matt at truch.net>
Date:   Tue Aug 31 15:27:16 2010 -0400

    Fully versioned requires of 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