From 1a2fc0b0c841d54d3e38a99f13155a4b52d7fc2d Mon Sep 17 00:00:00 2001
From: grueni <andreas.grueninger@lgl.bwl.de>
Date: Mon, 07 Mar 2022 14:56:09 +0100
Subject: [PATCH] pcs: fix missing files in p5m

---
 components/cluster/pcs/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/cluster/pcs/Makefile b/components/cluster/pcs/Makefile
index 6ee4552..5990c02 100644
--- a/components/cluster/pcs/Makefile
+++ b/components/cluster/pcs/Makefile
@@ -10,14 +10,14 @@
 
 #
 # Copyright 2021 Gary Mills
-# Copyright 2019 Grueninger, Grueninger GmbH, (grueni). All rights reserved. 
+# Copyright 2022 Grueninger, Grueninger GmbH, (grueni). All rights reserved. 
 #
 
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME= pcs
 COMPONENT_VERSION= 0.10.1
-# COMPONENT_REVISION= 0
+COMPONENT_REVISION= 1
 COMPONENT_FMRI= application/cluster/$(COMPONENT_NAME)
 COMPONENT_CLASSIFICATION= System/Shells
 COMPONENT_PROJECT_URL= https://github.com/ClusterLabs/pcs

--
Gitblit v1.9.3