From 6d1455766b981089e1f3779bc008f88a94828dce Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 2 Jul 2024 11:00:13 +0100 Subject: [PATCH] Version 1.26 Also updated a few copyright dates to 2024. And fixed some missing EXTRA_DIST entries, found by 'make dist && make maintainer-check-extra-dist': Checking for differences between EXTRA_DIST and git ... tests/alibaba-cloud-arm/sbin/timeout tests/alibaba-cloud-x86/sbin/timeout virt-what-cvm.pod --- Makefile.am | 8 ++++---- README | 2 +- configure.ac | 4 ++-- tests/Makefile.am | 2 +- tests/alibaba-cloud-arm/Makefile.am | 1 + tests/alibaba-cloud-x86/Makefile.am | 1 + virt-what.pod | 2 +- 7 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index b68540f..fdab435 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Makefile for virt-what -# Copyright (C) 2008-2011 Red Hat Inc. +# Copyright (C) 2008-2024 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ AM_CPPFLAGS = -Wall CLEANFILES = virt-what *~ -EXTRA_DIST = .gitignore virt-what.in virt-what.pod +EXTRA_DIST = .gitignore virt-what.in virt-what.pod virt-what-cvm.pod SUBDIRS = . tests @@ -64,8 +64,8 @@ maintainer-check-extra-dist: # Commit everything in the current directory and set the commit # message to the current version number. maintainer-commit: - git commit -a -m "Version $(VERSION)." + git commit -a -m "Version $(VERSION)" # Tag HEAD with the current version. maintainer-tag: - git tag -a v$(VERSION) -m "Version $(VERSION)." -f + git tag -a v$(VERSION) -m "Version $(VERSION)" -f diff --git a/README b/README index 6ff7299..69eb882 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ virt-what -Copyright (C) 2008-2011 Red Hat Inc. +Copyright (C) 2008-2024 Red Hat Inc. ---------------------------------------------------------------------- This is a collection of scripts which you can use to work out what diff --git a/configure.ac b/configure.ac index 1818c59..48b475b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # virt-what -# Copyright (C) 2008-2022 Red Hat Inc. +# Copyright (C) 2008-2024 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([virt-what],[1.25]) +AC_INIT([virt-what],[1.26]) AM_INIT_AUTOMAKE([foreign]) dnl Check for basic C environment. diff --git a/tests/Makefile.am b/tests/Makefile.am index 36bf918..55d11be 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ # Makefile for virt-what -# Copyright (C) 2008-2011 Red Hat Inc. +# Copyright (C) 2008-2024 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/alibaba-cloud-arm/Makefile.am b/tests/alibaba-cloud-arm/Makefile.am index 09ce078..55f27de 100644 --- a/tests/alibaba-cloud-arm/Makefile.am +++ b/tests/alibaba-cloud-arm/Makefile.am @@ -24,5 +24,6 @@ EXTRA_DIST = \ proc/cpuinfo \ proc/self/status \ sbin/dmidecode \ + sbin/timeout \ sbin/uname \ sbin/virt-what-cpuid-helper diff --git a/tests/alibaba-cloud-x86/Makefile.am b/tests/alibaba-cloud-x86/Makefile.am index b748df8..f4b30e4 100644 --- a/tests/alibaba-cloud-x86/Makefile.am +++ b/tests/alibaba-cloud-x86/Makefile.am @@ -24,5 +24,6 @@ EXTRA_DIST = \ proc/cpuinfo \ proc/self/status \ sbin/dmidecode \ + sbin/timeout \ sbin/uname \ sbin/virt-what-cpuid-helper diff --git a/virt-what.pod b/virt-what.pod index 8d30cf4..d5eeb76 100644 --- a/virt-what.pod +++ b/virt-what.pod @@ -430,7 +430,7 @@ Richard W.M. Jones =head1 COPYRIGHT -(C) Copyright 2008-2022 Red Hat Inc., +(C) Copyright 2008-2024 Red Hat Inc., L This program is free software; you can redistribute it and/or modify -- 1.8.3.1