Fix issue with invalid utf-8 chars in needs-restarting #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "jonathan/dnf-plugins-core:a8"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Jonathan Wright jonathan@almalinux.org
9690994bc3
to6ac15e99f4
6ac15e99f4
to8f50dadeaf
@ -35,3 +35,3 @@
Name: dnf-plugins-core
Version: 4.0.21
Release: 19%{?dist}
Release: 20%{?dist}.1.alma
Should be 19{?dist}.alma.1
.alma.1
or.1.alma
? In rpms/iperf3#1 we used.1.alma
.@ -844,6 +845,9 @@ ln -sf %{_mandir}/man1/%{yum_utils_subpackage_name}.1.gz %{buildroot}%{_mandir}/
%endif
%changelog
* Mon Aug 14 2023 Jonathan Wright <jonathan@almalinux.org> - 4.0.21-20
Same here
Agree. When we do own patching we keep original RHEL version-release and add our own .alma.1.
8f50dadeaf
to7358c8dd7b
.alma.1
or.1.alma
? In rpms/iperf3#1 we used.1.alma
..alma.1
Using
.1.alma
was a mistake7358c8dd7b
to465066425c
465066425c
to92498bde8a
@eabdullin fixed