From 9bd528813d498a97da5bd2ce032a8624e36a6c48 Mon Sep 17 00:00:00 2001 From: dave kormann Date: Mon, 28 Dec 2020 15:01:37 -0500 Subject: [PATCH] FIX: bump RPM minor version prior change failed to increment the rpm minor version - this change moves it to a more obvious place and increments it. signed-off-by: dave kormann Change-Id: I09df4200c0923b9683e6264e99c3c015ee5271a3 --- partfs_rootdisk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/partfs_rootdisk.spec b/partfs_rootdisk.spec index 5568878..9698333 100644 --- a/partfs_rootdisk.spec +++ b/partfs_rootdisk.spec @@ -11,9 +11,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + +%define RPM_MINOR_VERSION 2 + Name: partfs_rootdisk Version: %{_version} -Release: 1%{?dist} +Release: %{RPM_MINOR_VERSION}%{?dist} Summary: partfs_rootdisk License: %{_platform_license} Source0: %{name}-%{version}.tar.gz -- 2.16.6