From: dave kormann Date: Mon, 28 Dec 2020 20:01:37 +0000 (-0500) Subject: FIX: bump RPM minor version X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fstorage.git;a=commitdiff_plain;h=9bd528813d498a97da5bd2ce032a8624e36a6c48 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 --- 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