mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Keep packaging scripts in sync across all of the packages were maintaining here
Merge of master-melb:xfs-cmds:24301a by kenmcd.
This commit is contained in:
@@ -111,7 +111,7 @@ AC_DEFUN([AC_PACKAGE_UTILITIES],
|
||||
|
||||
dnl .. and what version is rpm
|
||||
rpm_version=0
|
||||
test -x "$RPM" && rpm_version=`$RPM --version \
|
||||
test -n "$RPM" && test -x "$RPM" && rpm_version=`$RPM --version \
|
||||
| awk '{print $NF}' | awk -F. '{V=1; print $V}'`
|
||||
AC_SUBST(rpm_version)
|
||||
dnl At some point in rpm 4.0, rpm can no longer build rpms, and
|
||||
|
||||
Reference in New Issue
Block a user