@@ -4,20 +4,16 @@ Distribution: Azure Linux
4
4
5
5
Name: spausedd
6
6
Summary: Utility to detect and log scheduler pause
7
- Version: 20201112
8
- Release: 3 %{?dist }
7
+ Version: 20210719
8
+ Release: 10 %{?dist }
9
9
License: ISC
10
10
URL: https://github.com/jfriesse/spausedd
11
11
Source0: https://github.com/jfriesse/%{name }/releases/download/%{version }/%{name }-%{version }.tar.gz
12
12
13
- # VMGuestLib exists only for x86 architectures
14
- %if %{with vmguestlib }
15
- %ifarch %{ix86 } x86_64
16
- %global use_vmguestlib 1
17
- %endif
18
- %endif
13
+ %global use_vmguestlib 0
19
14
20
15
BuildRequires: gcc
16
+ BuildRequires: make
21
17
%{?systemd_requires }
22
18
BuildRequires: systemd
23
19
@@ -33,16 +29,15 @@ Utility to detect and log scheduler pause
33
29
34
30
%build
35
31
%set_build_flags
36
- make \
32
+ % make_build \
37
33
%if %{defined use_vmguestlib }
38
34
WITH_VMGUESTLIB=1 \
39
35
%else
40
36
WITH_VMGUESTLIB=0 \
41
37
%endif
42
- %{?_smp_mflags }
43
38
44
39
%install
45
- make DESTDIR= " %{buildroot} " PREFIX=" %{_prefix}" install
40
+ % make_install PREFIX=" %{_prefix}"
46
41
47
42
mkdir -p %{buildroot }/%{_unitdir }
48
43
install -m 644 -p init/%{name }.service %{buildroot }/%{_unitdir }
@@ -64,20 +59,73 @@ install -m 644 -p init/%{name}.service %{buildroot}/%{_unitdir}
64
59
%systemd_postun spausedd.service
65
60
66
61
%changelog
67
- *
Thu Dec 16 2021 Pawel Winogrodzki <[email protected] > -
20201112-3
62
+ *
Fri Jan 10 2025 Archana Shettigar <[email protected] > -
20210719-10
63
+ - Initial Azure Linux import from Fedora 41 (license: MIT).
68
64
- Removing the explicit %%clean stage.
69
65
- License verified.
70
66
71
- *
Fri Oct 15 2021 Pawel Winogrodzki <[email protected] > -
20201112-2
72
- - Initial CBL-Mariner import from Fedora 32 (license: MIT).
67
+ *
Sat Jul 20 2024 Fedora Release Engineering <[email protected] > -
20210719-9
68
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
69
+
70
+ *
Sat Jan 27 2024 Fedora Release Engineering <[email protected] > -
20210719-8
71
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
72
+
73
+ *
Sat Jul 22 2023 Fedora Release Engineering <[email protected] > -
20210719-7
74
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
75
+
76
+ *
Tue Jun 06 2023 Jan Friesse <[email protected] > -
20210719-6
77
+ - migrated to SPDX license
78
+
79
+ *
Sat Jan 21 2023 Fedora Release Engineering <[email protected] > -
20210719-5
80
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
81
+
82
+ *
Sat Jul 23 2022 Fedora Release Engineering <[email protected] > -
20210719-4
83
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
84
+
85
+ *
Sat Jan 22 2022 Fedora Release Engineering <[email protected] > -
20210719-3
86
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
87
+
88
+ *
Fri Jul 23 2021 Fedora Release Engineering <[email protected] > -
20210719-2
89
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
90
+
91
+ *
Mon Jul 19 2021 Jan Friesse <[email protected] > -
20210719-1
92
+ - Add mode option for moving to root cgroup functionality
93
+
94
+ *
Thu May 20 2021 Jan Friesse <[email protected] > -
20210520-1
95
+ - Document cgroup v2 problems
96
+
97
+ *
Tue May 11 2021 Jan Friesse <[email protected] > -
20210511-1
98
+ - Support for cgroup v2
99
+
100
+ *
Fri Mar 26 2021 Jan Friesse <[email protected] > -
20210326-1
101
+ - Fix possible memory leak
102
+ - Check memlock rlimit
103
+
104
+ *
Wed Jan 27 2021 Fedora Release Engineering <[email protected] > -
20201112-2
105
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
73
106
74
107
*
Thu Nov 12 2020 Jan Friesse <[email protected] > -
20201112-1
75
108
- Add ability to move process into root cgroup
76
109
- Rebase to new version
77
110
78
111
*
Tue Nov 10 2020 Jan Friesse <[email protected] > -
20201110-1
79
112
- Fix log_perror
113
+ - Rebase to new version
114
+
115
+ *
Tue Sep 22 2020 Jan Friesse <[email protected] > -
20200323-4
116
+ - Fix build for ELN
117
+
118
+ *
Wed Jul 29 2020 Fedora Release Engineering <[email protected] > -
20200323-3
119
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
120
+
121
+ *
Wed Jul 22 2020 Jan Friesse <[email protected] > -
20200323-2
122
+ - Use make macros
123
+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
124
+
125
+ *
Mon Mar 23 2020 Jan Friesse <[email protected] > -
20200323-1
80
126
- Enhance man page
127
+ - Add CI tests
128
+ - Enable gating
81
129
- Rebase to new version
82
130
83
131
*
Thu Jan 30 2020 Fedora Release Engineering <[email protected] > -
20190807-2
0 commit comments