|
|
@ -1,11 +1,18 @@
|
|
|
|
%global _hardened_build 1
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
# Copyright (c) 2003 FreeIPMI Core Team
|
|
|
|
## (rpmautospec version 0.6.1)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 2;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
Name: freeipmi
|
|
|
|
Name: freeipmi
|
|
|
|
Version: 1.6.9
|
|
|
|
Version: 1.6.14
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: IPMI remote console and system management software
|
|
|
|
Summary: IPMI remote console and system management software
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
URL: http://www.gnu.org/software/freeipmi/
|
|
|
|
URL: http://www.gnu.org/software/freeipmi/
|
|
|
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source1: bmc-watchdog.service
|
|
|
|
Source1: bmc-watchdog.service
|
|
|
@ -15,6 +22,12 @@ BuildRequires: libgcrypt-devel texinfo systemd
|
|
|
|
%{?systemd_requires}
|
|
|
|
%{?systemd_requires}
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: automake
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: c99.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
|
|
|
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
|
|
@ -52,15 +65,16 @@ IPMI SEL syslog logging daemon.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
autoreconf -f -v -i
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
|
|
|
|
export CFLAGS="-D_GNU_SOURCE $RPM_OPT_FLAGS"
|
|
|
|
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
|
|
|
|
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
|
|
|
|
%{?_enable_debug} --disable-static
|
|
|
|
%{?_enable_debug} --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
%make_install
|
|
|
|
rm -rf %{buildroot}%{_infodir}/dir
|
|
|
|
rm -rf %{buildroot}%{_infodir}/dir
|
|
|
|
# kludge to get around rpmlint complaining about 0 length semephore file
|
|
|
|
# kludge to get around rpmlint complaining about 0 length semephore file
|
|
|
|
echo freeipmi > %{buildroot}%{_localstatedir}/lib/freeipmi/ipckey
|
|
|
|
echo freeipmi > %{buildroot}%{_localstatedir}/lib/freeipmi/ipckey
|
|
|
@ -342,16 +356,49 @@ rm -frv %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
|
|
|
|
%dir %{_localstatedir}/cache/ipmiseld
|
|
|
|
%dir %{_localstatedir}/cache/ipmiseld
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Feb 7 2022 Pavel Cahyna <pcahyna@redhat.com> - 1.6.9-1
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
- Update to 1.6.9
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.6.14-2
|
|
|
|
Resolves: rhbz#1876409
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 12 2024 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.6.14-1
|
|
|
|
|
|
|
|
- Update to 1.6.14 (rhbz#2260597)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.11-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.11-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Oct 21 2023 Philip Kovacs <pkfed@fedoraproject.org> - 1.6.11-1
|
|
|
|
|
|
|
|
- Update to 1.6.11 (#2213373)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.10-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.7-3
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.10-2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.7-2
|
|
|
|
* Sun Sep 25 2022 Philip Kovacs <pkfed@fedoraproject.org> - 1.6.10-1
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Update to 1.6.10 (#2123007)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.9-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 12 2022 Philip Kovacs <pkfed@fedoraproject.org> - 1.6.9-1
|
|
|
|
|
|
|
|
- Update to 1.6.9 (#2042620)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 20 2021 Philip Kovacs <pkfed@fedoraproject.org> - 1.6.8-1
|
|
|
|
|
|
|
|
- Update to 1.6.8 (#1962444)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.6.7-2
|
|
|
|
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2021 Josef Ridky <jridky@redhat.com> - 1.6.7-1
|
|
|
|
* Mon Feb 15 2021 Josef Ridky <jridky@redhat.com> - 1.6.7-1
|
|
|
|
- New upstream release 1.6.7 (#1928428)
|
|
|
|
- New upstream release 1.6.7 (#1928428)
|
|
|
@ -804,3 +851,5 @@ rm -frv %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
|
|
|
|
files for backwards compatibility.
|
|
|
|
files for backwards compatibility.
|
|
|
|
- More detailed release information can be found in the NEWS file.
|
|
|
|
- More detailed release information can be found in the NEWS file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|