Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
1
SOURCES/freeipmi-ipmiseld.tmpfiles.conf
Normal file
1
SOURCES/freeipmi-ipmiseld.tmpfiles.conf
Normal file
@ -0,0 +1 @@
|
||||
d /var/cache/ipmiseld 0755 root root -
|
||||
3
SOURCES/freeipmi.tmpfiles.conf
Normal file
3
SOURCES/freeipmi.tmpfiles.conf
Normal file
@ -0,0 +1,3 @@
|
||||
d /var/lib/freeipmi 0755 root root -
|
||||
f /var/lib/freeipmi/ipckey 0644 root root - freeipmi\n
|
||||
d /var/cache/ipmimonitoringsdrcache 0755 root root -
|
||||
@ -3,7 +3,7 @@
|
||||
|
||||
Name: freeipmi
|
||||
Version: 1.6.18
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: IPMI remote console and system management software
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/freeipmi/
|
||||
@ -11,10 +11,12 @@ Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
|
||||
Source1: bmc-watchdog.service
|
||||
Source2: ipmidetectd.service
|
||||
Source3: ipmiseld.service
|
||||
Source4: freeipmi.tmpfiles.conf
|
||||
Source5: freeipmi-ipmiseld.tmpfiles.conf
|
||||
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
|
||||
@ -72,20 +74,13 @@ find %{buildroot} -name '*.la' -delete -print
|
||||
install -m755 -d %{buildroot}%{_unitdir}
|
||||
install -pm644 %SOURCE1 %SOURCE2 %SOURCE3 %{buildroot}%{_unitdir}/
|
||||
|
||||
# Install tmpfiles configs
|
||||
install -m0644 -D %{SOURCE4} %{buildroot}%{_tmpfilesdir}/freeipmi.conf
|
||||
install -m0644 -D %{SOURCE5} %{buildroot}%{_tmpfilesdir}/freeipmi-ipmiseld.conf
|
||||
|
||||
# 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
|
||||
|
||||
@ -268,6 +263,7 @@ fi
|
||||
%{_mandir}/man5/libipmiconsole.conf.5*
|
||||
%{_mandir}/man7/freeipmi.7*
|
||||
%dir %{_localstatedir}/cache/ipmimonitoringsdrcache
|
||||
%{_tmpfilesdir}/freeipmi.conf
|
||||
|
||||
%files devel
|
||||
%dir %{_datadir}/doc/%{name}/contrib/libipmimonitoring
|
||||
@ -351,8 +347,12 @@ fi
|
||||
%{_mandir}/man5/ipmiseld.conf.5*
|
||||
%{_mandir}/man8/ipmiseld.8*
|
||||
%dir %{_localstatedir}/cache/ipmiseld
|
||||
%{_tmpfilesdir}/freeipmi-ipmiseld.conf
|
||||
|
||||
%changelog
|
||||
* Wed Jul 08 2026 Lukáš Zaoral <lzaoral@redhat.com> - 1.6.18-2
|
||||
- add tmpfiles configs for image mode (RHEL-182169)
|
||||
|
||||
* Wed Jun 17 2026 Pavel Cahyna <pcahyna@redhat.com> - 1.6.18-1
|
||||
- Update to 1.6.18, fixes CVE-2026-50031
|
||||
|
||||
@ -367,11 +367,52 @@ fi
|
||||
- Update to 1.6.14
|
||||
Fixes segfault when exceeding 1024 file descriptors
|
||||
|
||||
* Mon Jun 28 2021 Pavel Cahyna <pcahyna@redhat.com> - 1.6.8-1
|
||||
- New upstream release 1.6.8 (#1923042)
|
||||
* Mon Feb 7 2022 Pavel Cahyna <pcahyna@redhat.com> - 1.6.9-1
|
||||
- Update to 1.6.9
|
||||
Resolves: rhbz#1876409
|
||||
|
||||
* Wed Nov 18 2020 Josef Ridky <jridky@redhat.com> - 1.6.6-1
|
||||
- New upstream release 1.6.6 (#1861627)
|
||||
* 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
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* 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 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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user