]> git.pld-linux.org Git - packages/corosync.git/commitdiff
- added explanation to skip_post_check_so
authoralucard <alucard@pld-linux.org>
Fri, 22 Apr 2011 14:32:11 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    corosync.spec -> 1.15

corosync.spec

index c4c70fc6a865e5dc8585055263a1f08122ff26c6..aec0cf4234e40f4f52986b5793fc7b6ea2d382ac 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Corosync - OSI Certified implementation of a complete cluster engine
 Summary(pl.UTF-8):     Corosync - implementacja silnika klastrowego certyfikowana przez OSI
 Name:          corosync
 Version:       1.3.0
-Release:       0.1
+Release:       1
 License:       BSD
 Group:         Base
 Source0:       ftp://ftp:downloads@corosync.org/downloads/%{name}-%{version}/%{name}-%{version}.tar.gz
@@ -25,8 +25,9 @@ BuildRequires:        pkgconfig
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# REASON TO SKIP SO CHECK IS MISSING
-#%%define              skip_post_check_so      libtotem_pg.so.4.0.0
+# "Unresolved symbols found: clock_gettime" however -lrt is properly
+# passed (or seems to me - alucard), corosync works well anyway
+%define                skip_post_check_so      libtotem_pg.so.4.0.0
 
 %description
 The Corosync Cluster Engine is an OSI Certified implementation of a
This page took 0.108703 seconds and 4 git commands to generate.