]> git.pld-linux.org Git - packages/OpenIPMI.git/commitdiff
- rpm doesn't like parenthesis in skip_post_check_so: auto/ti/OpenIPMI-2_0_18-8
authorhawk <hawk@pld-linux.org>
Wed, 24 Nov 2010 10:25:25 +0000 (10:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
    rpm-tmp.13245[148]: syntax error: `(' unexpected

Changed files:
    OpenIPMI.spec -> 1.68

OpenIPMI.spec

index b134411fd9d633779828794aea0da26a5f3fec09..4664e18319cafbe036bbb51f555eb167609d4d8c 100644 (file)
@@ -6,7 +6,7 @@ Summary:        IPMI abstraction layer
 Summary(pl.UTF-8):     Warstwa abstrakcji IPMI
 Name:          OpenIPMI
 Version:       2.0.18
 Summary(pl.UTF-8):     Warstwa abstrakcji IPMI
 Name:          OpenIPMI
 Version:       2.0.18
-Release:       7
+Release:       8
 License:       LGPL v2+ (library), GPL v2+ (ipmicmd)
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
 License:       LGPL v2+ (library), GPL v2+ (ipmicmd)
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/openipmi/%{name}-%{version}.tar.gz
@@ -35,7 +35,7 @@ BuildRequires:        swig-python >= 1.3.25
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # needs verification if really neccessary
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # needs verification if really neccessary
-%define                skip_post_check_so      libOpenIPMI(cmdlang|ui)\.so.*
+%define                skip_post_check_so      libOpenIPMIcmdlang\.so\..* libOpenIPMIui\.so\..*
 
 %description
 OpenIPMI project aims to develop an open code base to allow access to
 
 %description
 OpenIPMI project aims to develop an open code base to allow access to
This page took 0.076529 seconds and 4 git commands to generate.