Trigger rebuild
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmiutil?expand=0&rev=17
This commit is contained in:
parent
00c489b668
commit
84c6506ea4
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ipmiutil
|
Name: ipmiutil
|
||||||
Version: 2.8.2
|
Version: 2.8.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easy-to-use IPMI server management utilities
|
Summary: Easy-to-use IPMI server management utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -27,18 +27,17 @@ Group: System/Management
|
|||||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
Url: http://ipmiutil.sourceforge.net
|
Url: http://ipmiutil.sourceforge.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Patch0: oem_dell-void.patch
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
%define req_systemd 1
|
%define req_systemd 1
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?req_systemd}
|
%if 0%{?req_systemd}
|
||||||
BuildRequires: gcc gcc-c++ libtool openssl-devel systemd
|
BuildRequires: gcc gcc-c++ libtool openssl-devel systemd
|
||||||
%define systemd_fls %{_unitdir}
|
%define systemd_fls %{_unitdir}
|
||||||
# Requires: %{?systemd_requires}
|
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc gcc-c++ libtool openssl-devel
|
BuildRequires: gcc gcc-c++ libtool openssl-devel
|
||||||
%define systemd_fls %{_datadir}/%{name}
|
%define systemd_fls %{_datadir}/%{name}
|
||||||
%endif
|
%endif
|
||||||
# Suggests: cron or vixie-cron or cronie or similar
|
|
||||||
|
|
||||||
%define init_dir %{_initrddir}
|
%define init_dir %{_initrddir}
|
||||||
|
|
||||||
@ -65,6 +64,7 @@ useful for building custom IPMI applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
@ -153,7 +153,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/%{name}/ipmicmd.h
|
%{_includedir}/ipmicmd.h
|
||||||
%{_datadir}/%{name}/ipmi_sample.c
|
%{_datadir}/%{name}/ipmi_sample.c
|
||||||
%{_datadir}/%{name}/Makefile
|
%{_datadir}/%{name}/Makefile
|
||||||
%{_libdir}/libipmiutil.a
|
%{_libdir}/libipmiutil.a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user