Skip to content

Commit c3b0b2c

Browse files
authored
Upgrade: spausedd version to 20210719 (#11843)
1 parent 79d53ba commit c3b0b2c

File tree

3 files changed

+66
-18
lines changed

3 files changed

+66
-18
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"spausedd-20201112.tar.gz": "974b6d24cdb2ae1bd1175a513bb6544c820ebd06457adabd6277395b8ad7f6f0"
3+
"spausedd-20210719.tar.gz": "1f6d51b0b4ccb98c0bc5bcf9339b721a7a82851b9af399b0c90eaa998de286cd"
44
}
5-
}
5+
}

SPECS-EXTENDED/spausedd/spausedd.spec

Lines changed: 62 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,16 @@ Distribution: Azure Linux
44

55
Name: spausedd
66
Summary: Utility to detect and log scheduler pause
7-
Version: 20201112
8-
Release: 3%{?dist}
7+
Version: 20210719
8+
Release: 10%{?dist}
99
License: ISC
1010
URL: https://github.com/jfriesse/spausedd
1111
Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
1212

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
1914

2015
BuildRequires: gcc
16+
BuildRequires: make
2117
%{?systemd_requires}
2218
BuildRequires: systemd
2319

@@ -33,16 +29,15 @@ Utility to detect and log scheduler pause
3329

3430
%build
3531
%set_build_flags
36-
make \
32+
%make_build \
3733
%if %{defined use_vmguestlib}
3834
WITH_VMGUESTLIB=1 \
3935
%else
4036
WITH_VMGUESTLIB=0 \
4137
%endif
42-
%{?_smp_mflags}
4338

4439
%install
45-
make DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install
40+
%make_install PREFIX="%{_prefix}"
4641

4742
mkdir -p %{buildroot}/%{_unitdir}
4843
install -m 644 -p init/%{name}.service %{buildroot}/%{_unitdir}
@@ -64,20 +59,73 @@ install -m 644 -p init/%{name}.service %{buildroot}/%{_unitdir}
6459
%systemd_postun spausedd.service
6560

6661
%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).
6864
- Removing the explicit %%clean stage.
6965
- License verified.
7066

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
73106

74107
* Thu Nov 12 2020 Jan Friesse <[email protected]> - 20201112-1
75108
- Add ability to move process into root cgroup
76109
- Rebase to new version
77110

78111
* Tue Nov 10 2020 Jan Friesse <[email protected]> - 20201110-1
79112
- 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
80126
- Enhance man page
127+
- Add CI tests
128+
- Enable gating
81129
- Rebase to new version
82130

83131
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 20190807-2

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28246,8 +28246,8 @@
2824628246
"type": "other",
2824728247
"other": {
2824828248
"name": "spausedd",
28249-
"version": "20201112",
28250-
"downloadUrl": "https://github.com/jfriesse/spausedd/releases/download/20201112/spausedd-20201112.tar.gz"
28249+
"version": "20210719",
28250+
"downloadUrl": "https://github.com/jfriesse/spausedd/releases/download/20210719/spausedd-20210719.tar.gz"
2825128251
}
2825228252
}
2825328253
},

0 commit comments

Comments
 (0)