From df254d6dedb61b40cb28cae7ad2115937d41a7a5 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Wed, 20 Mar 2024 14:30:36 -0400 Subject: [PATCH 1/2] Make a new release for initoverlayfs for RPM packaging in Fedora and CentOS Stream. Signed-off-by: Stephen Smoogen --- initoverlayfs.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/initoverlayfs.spec.in b/initoverlayfs.spec.in index 84d9a73..8f8f3d5 100644 --- a/initoverlayfs.spec.in +++ b/initoverlayfs.spec.in @@ -47,6 +47,9 @@ install -D -m755 lib/kernel/install.d/94-initoverlayfs.install ${RPM_BUILD_ROOT} %{_prefix}/lib/kernel/install.d/94-initoverlayfs.install %changelog +* Wed Mar 20 2024 Stephen Smoogen - 0.995-1 +- Create tag for new RPM release. + * Tue Mar 12 2024 Eric Curtin - 0.994-1 - Automatically rebuild initoverlayfs on kernel update. From 6cd798210a9739be60ef1959bd3785ed595fa6ae Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Thu, 21 Mar 2024 10:03:36 -0400 Subject: [PATCH 2/2] Remember to git add version.sh so it gets included in this PR Signed-off-by: Stephen Smoogen --- build-scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/version.sh b/build-scripts/version.sh index 6c8c217..69e2a16 100755 --- a/build-scripts/version.sh +++ b/build-scripts/version.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later # Current version of initoverlayfs -VERSION=0.994 +VERSION=0.995 # Specify if build is a official release or a snapshot build IS_RELEASE=false # Used for official releases. Increment if necessary