104384
Fix changelogs and bump the version so we can do a new build
@@ -43,7 +43,7 @@ Name: systemd
|
|
43
43
|
Url: https://pagure.io/centos-sig-hyperscale/systemd
|
44
44
|
%if %{without inplace}
|
45
45
|
Version: 252.4
|
46
|
-
Release: 598.
|
46
|
+
Release: 598.8%{?dist}
|
47
47
|
%else
|
48
48
|
# determine the build information from local checkout
|
49
49
|
Version: %(tools/meson-vcs-tag.sh . error | sed -r 's/-([0-9])/.^\1/; s/-g/_g/')
|
@@ -1156,7 +1156,10 @@ fi
|
|
1156
1156
|
|
1157
1157
|
%changelog
|
1158
1158
|
|
1159
|
-
*
|
1159
|
+
* Fri Feb 17 2023 Daan De Meyer <daan.j.demeyer@gmail.com> - 252.4-598.8
|
1160
|
+
- Fix changelog
|
1161
|
+
|
1162
|
+
* Fri Feb 17 2023 Daan De Meyer <daan.j.demeyer@gmail.com> - 252.4-598.7
|
1160
1163
|
- Backport udev rules fix
|
1161
1164
|
- Fix selinux module
|
1162
1165
|
|