Skip to content

Commit fb3643d

Browse files
committed
Use date "+%a %b %d %Y" for RPM changelog entries
See https://bgstack15.wordpress.com/2016/11/29/date-format-for-rpm-changelog/
1 parent 7367867 commit fb3643d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ice/rpm/ice-aix.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ mv %{buildroot}%{_bindir}/icebox32 %{buildroot}%{_bindir}/icebox_32
588588
%endif
589589

590590
%changelog
591-
* Tue March 14 2023 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.9
591+
* Tue Mar 14 2023 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.9
592592
- 3.7.9 release
593593

594594
* Tue Jun 27 2022 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.8

ice/rpm/ice.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ exit 0
899899
%endif #%{_host_cpu}
900900

901901
%changelog
902-
* Tue March 14 2023 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.9
902+
* Tue Mar 14 2023 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.9
903903
- 3.7.9 release
904904

905905
* Mon Jun 27 2022 José Gutiérrez de la Concha <jose@zeroc.com> 3.7.8

0 commit comments

Comments
 (0)