From: Thomas Jarosch Date: Thu, 23 Sep 2010 13:57:06 +0000 (+0200) Subject: Don't depend on the boost meta package as this would require all boost packages to... X-Git-Tag: v1.1~93 X-Git-Url: http://developer.intra2net.com/git/?p=bpdyndnsd;a=commitdiff_plain;h=b3018745c50a15bf0d69dc75bf3553b64e54612f Don't depend on the boost meta package as this would require all boost packages to be installed --- diff --git a/bpdyndnsd.spec b/bpdyndnsd.spec index b97ebac..7917124 100644 --- a/bpdyndnsd.spec +++ b/bpdyndnsd.spec @@ -14,7 +14,7 @@ BuildPreReq: cmake >= 2.6 BuildRequires: boost-devel >= 1.37.0 BuildRequires: curl-devel >= 7.19.6 BuildRequires: openssl-devel >= 0.9.8k -Requires: boost >= 1.37.0 +Requires: boost-serialization >= 1.37.0 Requires: curl >= 7.19.6 Requires: openssl >= 0.9.8k