|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
# Copyright (c) 2003 FreeIPMI Core Team
|
|
|
|
|
|
|
|
|
|
Name: freeipmi
|
|
|
|
|
Version: 1.6.14
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.6.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: IPMI remote console and system management software
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: http://www.gnu.org/software/freeipmi/
|
|
|
|
@ -11,14 +11,10 @@ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: bmc-watchdog.service
|
|
|
|
|
Source2: ipmidetectd.service
|
|
|
|
|
Source3: ipmiseld.service
|
|
|
|
|
|
|
|
|
|
# https://github.com/chu11/freeipmi-mirror/commit/41d0d70f09b4becfceef0517543cbf335c0e927a
|
|
|
|
|
Patch1: 0001-ipmi-config-fix-incorrect-output-of-IPv6_Dynamic_Add.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: libgcrypt-devel texinfo systemd
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
|
|
|
@ -79,17 +75,6 @@ install -pm644 %SOURCE1 %SOURCE2 %SOURCE3 %{buildroot}%{_unitdir}/
|
|
|
|
|
# Remove initscripts
|
|
|
|
|
rm -frv %{buildroot}%{_initrddir} %{buildroot}%{_sysconfdir}/init.d
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
/sbin/install-info %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
|
/sbin/install-info --delete %{_infodir}/freeipmi-faq.info.gz %{_infodir}/dir &>/dev/null || :
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
%ldconfig_postun
|
|
|
|
|
|
|
|
|
|
%post bmc-watchdog
|
|
|
|
|
%systemd_post bmc-watchdog.service
|
|
|
|
|
|
|
|
|
@ -357,19 +342,52 @@ fi
|
|
|
|
|
%dir %{_localstatedir}/cache/ipmiseld
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 21 2024 Pavel Cahyna <pcahyna@redhat.com> - 1.6.14-2
|
|
|
|
|
- Apply upstream patch 41d0d70f
|
|
|
|
|
ipmi-config: fix incorrect output of IPv6_Dynamic_Address_Source_Type
|
|
|
|
|
* Mon Feb 7 2022 Pavel Cahyna <pcahyna@redhat.com> - 1.6.9-1
|
|
|
|
|
- Update to 1.6.9
|
|
|
|
|
Resolves: rhbz#1876409
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.7-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.7-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2021 Josef Ridky <jridky@redhat.com> - 1.6.7-1
|
|
|
|
|
- New upstream release 1.6.7 (#1928428)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Oct 07 2020 Josef Ridky <jridky@redhat.com> - 1.6.6-1
|
|
|
|
|
- New upstream release 1.6.6 (#1875941)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 22 2020 Václav Doležal <vdolezal@redhat.com> - 1.6.5-1
|
|
|
|
|
- New upstream release 1.6.5
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Sep 11 2019 Vaclav Dolezal <vdolezal@redhat.com> - 1.6.4-1
|
|
|
|
|
- New upstream release 1.6.4
|
|
|
|
|
|
|
|
|
|
* Fri Aug 02 2019 Vaclav Dolezal <vdolezal@redhat.com> - 1.6.3-1
|
|
|
|
|
- New upstream release 1.6.3
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Feb 20 2024 Pavel Cahyna <pcahyna@redhat.com> - 1.6.14-1
|
|
|
|
|
- Update to 1.6.14
|
|
|
|
|
Fixes segfault when exceeding 1024 file descriptors
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 28 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.6.8-1
|
|
|
|
|
- New upstream release 1.6.8 (#1923042)
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 18 2020 Josef Ridky <jridky@redhat.com> - 1.6.6-1
|
|
|
|
|
- New upstream release 1.6.6 (#1861627)
|
|
|
|
|
* Wed May 09 2018 Josef Ridky <jridky@redhat.com> - 1.6.2-1
|
|
|
|
|
- New upstream release 1.6.2 (#1574750)
|
|
|
|
|
|
|
|
|
|
* Tue Apr 10 2018 Josef Ridky <jridky@redhat.com> - 1.6.1-1
|
|
|
|
|
- New upstream release 1.6.1 (#1541578)
|
|
|
|
|