From 79ff4156ef515102de10a63e7611d4f68253a835 Mon Sep 17 00:00:00 2001 From: Matthew D Truch Date: Aug 31 2010 19:18:35 +0000 Subject: Include a fully versioned dependancy on cfitsio for fpack. --- 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 - 3.250-5 +- Require fully versioned cfitsio for fpack as cfitsio doesn't properly soname itself. + * Mon Jul 26 2010 Matthew Truch - 3.250-4 - Re-fix cfitsio.pc file (BZ 618291) - Fix typo in date of previous changelog entry.