Compare commits
No commits in common. "rawhide" and "f30" have entirely different histories.
2 changed files with 6 additions and 79 deletions
|
|
@ -1,20 +0,0 @@
|
|||
diff -ru mon-1.2.0-orig/mon.d/rpc.monitor.c mon-1.2.0/mon.d/rpc.monitor.c
|
||||
--- mon-1.2.0-orig/mon.d/rpc.monitor.c 2004-06-09 07:18:04.000000000 +0200
|
||||
+++ mon-1.2.0/mon.d/rpc.monitor.c 2025-01-28 10:50:58.646048623 +0100
|
||||
@@ -82,7 +82,7 @@
|
||||
int get_inet_address(struct sockaddr_in *, char *);
|
||||
#endif
|
||||
void usage();
|
||||
-void alarm_nop();
|
||||
+void alarm_nop(int signal);
|
||||
|
||||
/* global variables */
|
||||
int opt_all; /* test all registered programs */
|
||||
@@ -439,6 +439,6 @@
|
||||
exit(0);
|
||||
}
|
||||
|
||||
-void alarm_nop() {
|
||||
+void alarm_nop(int signal) {
|
||||
return;
|
||||
}
|
||||
65
mon.spec
65
mon.spec
|
|
@ -7,8 +7,8 @@
|
|||
Name: mon
|
||||
Summary: General-purpose resource monitoring system
|
||||
Version: 1.2.0
|
||||
Release: 42%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Release: 26%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.kernel.org/software/mon/
|
||||
|
||||
Source0: ftp://ftp.kernel.org/pub/software/admin/mon/mon-%{version}.tar.bz2
|
||||
|
|
@ -23,7 +23,6 @@ Patch0: mon-1.2.0-perl.patch
|
|||
Patch1: mon-1.2.0-uucp.patch
|
||||
# Use libtirpc instead of rpc/rpc.h from glibc, bug #1675405
|
||||
Patch2: mon-1.2.0-Port-to-libtirpc.patch
|
||||
Patch3: mon-1.2.0-fix_signal.patch
|
||||
|
||||
Requires: perl(Authen::PAM)
|
||||
Requires: iputils
|
||||
|
|
@ -33,7 +32,6 @@ Requires(post): systemd-units
|
|||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: perl-generators
|
||||
|
|
@ -59,10 +57,9 @@ required, the mon server will not need to be changed.
|
|||
|
||||
%prep
|
||||
%setup -q -a 1 -a 2
|
||||
%patch -P0 -p1
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
%patch -P3 -p1
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
# Filter out unwanted requires
|
||||
cat << \EOF > %{name}-req
|
||||
|
|
@ -164,8 +161,7 @@ fi
|
|||
|
||||
|
||||
%files
|
||||
%license COPYING COPYRIGHT
|
||||
%doc CHANGES CREDITS README TODO doc/README.*
|
||||
%doc CHANGES COPYING COPYRIGHT CREDITS README TODO doc/README.*
|
||||
%doc KNOWN-PROBLEMS utils/ VERSION
|
||||
%doc alerts/*/*.README mon.cgi-1.52/
|
||||
%doc clients/{skymon,batch-example} etc/*.cf etc/example.m4 etc/example.monshowrc
|
||||
|
|
@ -197,55 +193,6 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-42
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2025 Michal Josef Špaček <mspacek@redhat.com> - 1.2.0-41
|
||||
- Fix incompatible pointer type (rhbz#2340877)
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Dec 21 2022 Michal Josef Špaček <mspacek@redhat.com> - 1.2.0-34
|
||||
- Update license to SPDX format
|
||||
- Use %license macro
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-28
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Wed Jul 10 2019 Petr Pisar <ppisar@redhat.com> - 1.2.0-26
|
||||
- Use libtirpc instead of rpc/rpc.h from glibc (bug #1675405)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue