2009-03-13 09:35:36 +00:00
|
|
|
Summary: Software and/or Hardware watchdog daemon
|
|
|
|
Name: watchdog
|
2013-05-16 11:00:11 +00:00
|
|
|
Version: 5.13
|
2013-11-07 10:40:33 +00:00
|
|
|
Release: 6%{?dist}
|
2013-08-09 13:07:26 +00:00
|
|
|
License: GPLv2+
|
2009-03-13 09:35:36 +00:00
|
|
|
|
|
|
|
URL: http://sourceforge.net/projects/watchdog/
|
2010-01-13 15:24:57 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/watchdog/watchdog-%{version}.tar.gz
|
2009-03-13 09:35:36 +00:00
|
|
|
Source1: watchdog.init
|
|
|
|
Source2: README.watchdog.ipmi
|
|
|
|
Source3: README.Fedora
|
2011-01-17 13:54:42 +00:00
|
|
|
Source4: watchdog.service
|
2009-03-13 09:35:36 +00:00
|
|
|
|
2013-05-16 12:03:37 +00:00
|
|
|
# Documentation fixes (RHBZ#948883).
|
|
|
|
# Sent upstream on 2013-05-16.
|
|
|
|
Patch1: 0001-watchdog-Clearer-help-output.patch
|
|
|
|
Patch2: 0002-wd_identify-wd_keepalive-Document-c-config-file-in-h.patch
|
2013-10-24 14:39:13 +00:00
|
|
|
Patch3: 0003-watchdog-5.13-rhsel.patch
|
2013-11-07 10:40:33 +00:00
|
|
|
Patch4: 0004-watchdog-5.13-rhseldoc.patch
|
2013-05-16 12:03:37 +00:00
|
|
|
|
2013-07-30 09:26:08 +00:00
|
|
|
BuildRequires: systemd-units
|
|
|
|
|
2012-03-14 16:59:04 +00:00
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
2009-03-13 09:35:36 +00:00
|
|
|
|
2012-07-06 08:05:46 +00:00
|
|
|
|
2009-03-13 09:35:36 +00:00
|
|
|
%description
|
|
|
|
The watchdog program can be used as a powerful software watchdog daemon
|
|
|
|
or may be alternately used with a hardware watchdog device such as the
|
|
|
|
IPMI hardware watchdog driver interface to a resident Baseboard
|
|
|
|
Management Controller (BMC). watchdog periodically writes to /dev/watchdog;
|
|
|
|
the interval between writes to /dev/watchdog is configurable through settings
|
|
|
|
in the watchdog sysconfig file. This configuration file is also used to
|
|
|
|
set the watchdog to be used as a hardware watchdog instead of its default
|
|
|
|
software watchdog operation. In either case, if the device is open but not
|
|
|
|
written to within the configured time period, the watchdog timer expiration
|
|
|
|
will trigger a machine reboot. When operating as a software watchdog, the
|
|
|
|
ability to reboot will depend on the state of the machine and interrupts.
|
|
|
|
When operating as a hardware watchdog, the machine will experience a hard
|
|
|
|
reset (or whatever action was configured to be taken upon watchdog timer
|
|
|
|
expiration) initiated by the BMC.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
2013-05-16 12:03:37 +00:00
|
|
|
%patch1 -p1
|
|
|
|
%patch2 -p1
|
2013-10-24 14:39:13 +00:00
|
|
|
%patch3 -p1
|
2013-11-07 10:40:33 +00:00
|
|
|
%patch4 -p1
|
2009-03-13 09:35:36 +00:00
|
|
|
|
|
|
|
cp %{SOURCE2} .
|
|
|
|
cp %{SOURCE3} .
|
2013-08-08 10:01:03 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
mv README.Fedora README.RHEL
|
|
|
|
%endif
|
2009-03-13 09:35:36 +00:00
|
|
|
|
|
|
|
mv README README.orig
|
|
|
|
iconv -f ISO-8859-1 -t UTF-8 < README.orig > README
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m0755 ${RPM_BUILD_ROOT}%{_sysconfdir}
|
2013-07-30 09:13:53 +00:00
|
|
|
install -d -m0755 ${RPM_BUILD_ROOT}%{_sysconfdir}/watchdog.d
|
2009-03-13 09:35:36 +00:00
|
|
|
make DESTDIR=${RPM_BUILD_ROOT} install
|
|
|
|
install -Dp -m0644 %{name}.sysconfig ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/watchdog
|
2012-03-14 16:59:04 +00:00
|
|
|
install -Dp -m0644 %{SOURCE4} ${RPM_BUILD_ROOT}%{_unitdir}/watchdog.service
|
2013-11-07 10:40:33 +00:00
|
|
|
install -Dd -m0755 ${RPM_BUILD_ROOT}%{_libexecdir}/watchdog/scripts
|
2011-01-17 13:54:42 +00:00
|
|
|
|
2009-03-13 09:35:36 +00:00
|
|
|
|
|
|
|
%post
|
2012-03-14 16:59:04 +00:00
|
|
|
if [ $1 -eq 1 ] ; then
|
|
|
|
# Initial installation
|
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
2009-03-13 09:35:36 +00:00
|
|
|
fi
|
|
|
|
|
2012-07-06 08:05:46 +00:00
|
|
|
|
2009-03-13 09:35:36 +00:00
|
|
|
%preun
|
2012-03-14 16:59:04 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
# Package removal, not upgrade
|
|
|
|
/bin/systemctl --no-reload disable watchdog.service > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop watchdog.service > /dev/null 2>&1 || :
|
2009-03-13 09:35:36 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
%postun
|
2012-03-14 16:59:04 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
if [ $1 -ge 1 ] ; then
|
|
|
|
# Package upgrade, not uninstall
|
|
|
|
/bin/systemctl try-restart watchdog.service >/dev/null 2>&1 || :
|
2009-03-13 09:35:36 +00:00
|
|
|
fi
|
|
|
|
|
2012-03-14 16:59:04 +00:00
|
|
|
%triggerun -- watchdog < 5.9-4
|
|
|
|
# Save the current service runlevel info
|
|
|
|
# User must manually run systemd-sysv-convert --apply watchdog
|
|
|
|
# to migrate them to systemd targets
|
|
|
|
/usr/bin/systemd-sysv-convert --save watchdog >/dev/null 2>&1 ||:
|
|
|
|
|
|
|
|
# Run these because the SysV package being removed won't do them
|
|
|
|
/sbin/chkconfig --del watchdog >/dev/null 2>&1 || :
|
|
|
|
/bin/systemctl try-restart watchdog.service >/dev/null 2>&1 || :
|
|
|
|
|
2009-03-13 09:35:36 +00:00
|
|
|
|
|
|
|
%files
|
2013-08-08 10:01:03 +00:00
|
|
|
%doc AUTHORS ChangeLog COPYING examples/ IAFA-PACKAGE NEWS README TODO README.watchdog.ipmi
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%doc README.RHEL
|
|
|
|
%else
|
|
|
|
%doc README.Fedora
|
|
|
|
%endif
|
2009-03-13 09:35:36 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/watchdog.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/watchdog
|
2013-07-30 09:13:53 +00:00
|
|
|
%{_sysconfdir}/watchdog.d
|
2009-03-13 09:35:36 +00:00
|
|
|
%{_sbindir}/watchdog
|
2011-01-17 13:54:42 +00:00
|
|
|
%{_sbindir}/wd_identify
|
2009-03-13 09:35:36 +00:00
|
|
|
%{_sbindir}/wd_keepalive
|
|
|
|
%{_mandir}/man5/watchdog.conf.5*
|
|
|
|
%{_mandir}/man8/watchdog.8*
|
2011-01-17 13:54:42 +00:00
|
|
|
%{_mandir}/man8/wd_identify.8*
|
2009-03-13 09:35:36 +00:00
|
|
|
%{_mandir}/man8/wd_keepalive.8*
|
2012-03-14 16:59:04 +00:00
|
|
|
%{_unitdir}/watchdog.service
|
2013-11-07 10:40:33 +00:00
|
|
|
%{_libexecdir}/watchdog/scripts
|
2009-03-13 09:35:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2013-11-07 10:40:33 +00:00
|
|
|
* Wed Nov 6 2013 Ales Ledvinka <aledvink@redhat.com> - 5.13-6
|
|
|
|
- Selinux: Add /usr/libexec/watchdog/scripts/ for test-bin and repair-bin to inherit from.
|
|
|
|
|
2013-10-24 14:39:13 +00:00
|
|
|
* Thu Oct 24 2013 Ales Ledvinka <aledvink@redhat.com> - 5.13-5
|
|
|
|
- Selinux: do not reopen descriptors for reading when only appending.
|
|
|
|
|
2013-08-09 13:07:26 +00:00
|
|
|
* Fri Aug 9 2013 Richard W.M. Jones <rjones@redhat.com> - 5.13-4
|
|
|
|
- Fix License field (software is GPLv2+, not "GPL+").
|
|
|
|
|
2013-08-08 10:01:03 +00:00
|
|
|
* Thu Aug 8 2013 Richard W.M. Jones <rjones@redhat.com> - 5.13-3
|
|
|
|
- Rename README.Fedora to README.RHEL on RHEL.
|
|
|
|
|
2013-07-30 09:13:53 +00:00
|
|
|
* Tue Jul 30 2013 Richard W.M. Jones <rjones@redhat.com> - 5.13-2
|
|
|
|
- Enable /etc/watchdog.d directory for storing test binaries
|
|
|
|
(RHBZ#657750, RHBZ#831190).
|
2013-07-30 09:26:08 +00:00
|
|
|
- Missing BR systemd-units.
|
2013-07-30 09:13:53 +00:00
|
|
|
- Update .gitignore.
|
|
|
|
- Drop Group line, not required by modern RPM.
|
|
|
|
|
2013-05-16 11:00:11 +00:00
|
|
|
* Thu May 16 2013 Richard W.M. Jones <rjones@redhat.com> - 5.13-1
|
|
|
|
- New upstream version 5.13.
|
2013-05-16 12:03:37 +00:00
|
|
|
- Various documentation fixes (RHBZ#948883).
|
2013-05-16 11:00:11 +00:00
|
|
|
|
2013-02-15 02:58:59 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-22 03:14:24 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-06 08:05:46 +00:00
|
|
|
* Fri Jul 06 2012 Richard W.M. Jones <rjones@redhat.com> - 5.12-1
|
|
|
|
- New upstream version 5.12 (RHBZ#837949).
|
|
|
|
- Bring specfile up to modern standards.
|
|
|
|
- Remove commented sections from previous commit.
|
|
|
|
- Remove both patches (equivalent changes now upstream).
|
|
|
|
|
2012-03-14 16:59:04 +00:00
|
|
|
* Wed Mar 14 2012 Jon Ciesla <limburgher@gmail.com> - 5.9-4
|
|
|
|
- Migrate to systemd, BZ 661220.
|
|
|
|
|
2012-01-14 08:09:24 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 02:06:40 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-17 13:54:42 +00:00
|
|
|
* Mon Jan 17 2011 Richard W.M. Jones <rjones@redhat.com> - 5.9-1
|
|
|
|
- New upstream version 5.9 (RHBZ#645541).
|
|
|
|
- Package new wd_identify program.
|
|
|
|
- Drop old cleanup patch, most of it is now upstream.
|
|
|
|
- Add newer cleanup patch, sent upstream.
|
|
|
|
- Fix some problems with the initscript (RHBZ#523391).
|
|
|
|
- Add systemd service (file installed but not used) (RHBZ#661220).
|
|
|
|
|
2010-01-13 15:24:57 +00:00
|
|
|
* Wed Jan 13 2010 Richard W.M. Jones <rjones@redhat.com> - 5.5-7
|
|
|
|
- Fix Source0 URL.
|
|
|
|
|
2009-07-27 07:03:21 +00:00
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-13 10:46:14 +00:00
|
|
|
* Fri Mar 13 2009 Richard W.M. Jones <rjones@redhat.com> - 5.5-5
|
2009-03-13 10:44:58 +00:00
|
|
|
- Updated the cleanup patch and sent upstream.
|
|
|
|
|
2009-03-13 09:46:32 +00:00
|
|
|
* Fri Mar 13 2009 Richard W.M. Jones <rjones@redhat.com> - 5.5-3
|
|
|
|
- Remove dubious "cleanup-nfs" patch.
|
|
|
|
|
2009-03-13 09:35:36 +00:00
|
|
|
* Thu Mar 5 2009 Richard W.M. Jones <rjones@redhat.com> - 5.5-2
|
|
|
|
- Use '-' in defattr line instead of explicit file mode.
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Richard W.M. Jones <rjones@redhat.com> - 5.5-1
|
|
|
|
- New upstream version 5.5.
|
|
|
|
- Prepared the package for Fedora review.
|
|
|
|
|
|
|
|
* Mon Jun 11 2007 Lon Hohberger <lhh@redhat.com> - 5.3.1-7
|
|
|
|
- Rebuild for RHEL5 Update 1 - Resolves: 227401
|
|
|
|
|
|
|
|
* Wed May 30 2007 Konrad Rzeszutek <konradr@redhat.com> - 5.3.1-6
|
|
|
|
- Fixed the init script file.
|
|
|
|
|
|
|
|
* Tue May 29 2007 Konrad Rzeszutek <konradr@redhat.com> - 5.3.1-5
|
|
|
|
- Fixed a compile warning in nfsmount_xdr file.
|
|
|
|
|
|
|
|
* Wed May 23 2007 Konrad Rzeszutek <konradr@redhat.com> - 5.3.1-4
|
|
|
|
- Fixed rpmlint warnings.
|
|
|
|
|
|
|
|
* Wed May 16 2007 Konrad Rzeszutek <konradr@redhat.com> - 5.3.1-3
|
|
|
|
- Changes to spec, init script and README file per Carol Hebert recommendation.
|
|
|
|
|
|
|
|
* Thu Apr 19 2007 Konrad Rzeszutek <konradr@redhat.com> - 5.3.1-2
|
|
|
|
- Added README.watchdog.ipmi
|
|
|
|
|
|
|
|
* Mon Apr 16 2007 Konrad Rzeszutek <konradr@redhat.com> - 5.3.1-1
|
|
|
|
- Initial copy.
|