import make-4.4.1-9.el10

i10cs changed/i10cs/make-4.4.1-9.el10
MSVSphere Packaging Team 3 months ago
parent d714afc62a
commit 7f0e91ec9f
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -5,14 +5,14 @@
Name: make
Epoch: 1
Version: 4.4.1
Release: 8%{?dist}
Release: 9%{?dist}
License: GPL-3.0-or-later AND LGPL-2.1-or-later AND GFDL-1.3-or-later AND FSFULLR
URL: http://www.gnu.org/software/make/
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
%if "%{name}" != "make"
# Set this to the sub-package base name, for "make-latest"
%global make make441
%global make %(echo make%{version} | tr -d .)
%if 0%{?rhel} > 0
%global _prefix /opt/rh/%{make}
%else
@ -24,6 +24,8 @@ Summary: Meta package to include latest version of make
%else
%global make %{name}
Summary: A GNU tool which simplifies the build process for users
Provides: make-latest = %{version}-%{release}
Provides: %(echo make%{version} | tr -d .) = %{version}-%{release}
%endif
%if 0%{?rhel} > 0
@ -134,6 +136,9 @@ echo ============END TESTING===========
%{_includedir}/gnumake.h
%changelog
* Tue Nov 5 2024 DJ Delorie <dj@redhat.com> - 1:4.4.1-9
- Ensure that we can upgrade from make-latest to make (RHEL-33540)
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:4.4.1-8
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018

Loading…
Cancel
Save