Compare commits
No commits in common. "a8-beta" and "c8" have entirely different histories.
@ -25,7 +25,7 @@ function check_rhl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function check_rhel {
|
function check_rhel {
|
||||||
egrep -q "(Enterprise|Advanced|AlmaLinux)" $RELEASEFILE && echo $DISTNUM
|
egrep -q "(Enterprise|Advanced)" $RELEASEFILE && echo $DISTNUM
|
||||||
}
|
}
|
||||||
|
|
||||||
function check_fedora {
|
function check_fedora {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 131
|
Version: 131
|
||||||
Release: 1%{?dist}.alma
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -268,14 +268,13 @@ install -p -m 755 %{SOURCE21} %{buildroot}%{_rpmconfigdir}/kabi.sh
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 29 2023 Eduard Abdullin <eabdullin@almalinux.org> - 131-1.alma
|
|
||||||
- AlmaLinux changes
|
|
||||||
|
|
||||||
* Wed Feb 08 2023 Nick Clifton <nickc@redhat.com> - 131-1
|
* Wed Feb 08 2023 Nick Clifton <nickc@redhat.com> - 131-1
|
||||||
- Fix triggers for the installation and removal of gcc-plugin-annobin. (#2168233)
|
- Fix triggers for the installation and removal of gcc-plugin-annobin. (#2168233)
|
||||||
|
|
||||||
* Tue Apr 05 2022 Nick Clifton <nickc@redhat.com> = 130-1
|
* Tue Apr 05 2022 Nick Clifton <nickc@redhat.com> = 130-1
|
||||||
- Select between gcc-built and annobin-built versions of the annobin plugin.
|
- Select between gcc-built and annobin-built versions of the annobin plugin.
|
||||||
(#2067153)
|
(#2067153)
|
||||||
|
|
||||||
* Wed Mar 23 2022 Michal Domonkos <mdomonko@redhat.com> - 129-1
|
* Wed Mar 23 2022 Michal Domonkos <mdomonko@redhat.com> - 129-1
|
||||||
- Fix handling of files without newlines in brp-mangle-shebang (#2063036)
|
- Fix handling of files without newlines in brp-mangle-shebang (#2063036)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user