From c57898cb580a0fbeb0f6f8ab8b573bfc90d08df0 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Fri, 5 Nov 2021 07:44:12 -0400 Subject: [PATCH] Fixing release version: --- .ksmtuned.metadata | 1 + README.rst | 19 +++++++++++++++++++ ksmtuned.spec | 2 +- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .ksmtuned.metadata create mode 100644 README.rst diff --git a/.ksmtuned.metadata b/.ksmtuned.metadata new file mode 100644 index 0000000..0b65b31 --- /dev/null +++ b/.ksmtuned.metadata @@ -0,0 +1 @@ +ec65e8cc44fdd9c09bdab038aaa61bd3cbb7ba91 ksmtuned-0.1.0.tar.gz diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..dd2abba --- /dev/null +++ b/README.rst @@ -0,0 +1,19 @@ +=================== +ksmtuned development +=================== + +ksmtuned is maintained in a `source tree`_ rather than directly in dist-git. +This provides way to develope using regular source code structure and provides +way to generate SRPM and build using koji service. In addition, local build using +CentOS 9 Stream specific configuration. + +Developers deliver all changes to source-git using merge request. Only maintainers +will be pushing changes sent to source-git to dist-git. + +Each release in dist-git is tagged in the source repository so you can easily +check out the source tree for a build. The tags are in the format +name-version-release, but note release doesn't contain the dist tag since the +source can be built in different build roots (Fedora, CentOS, etc.) + +.. _source tree: https://gitlab.com/redhat/centos-stream/src/ksmtuned + diff --git a/ksmtuned.spec b/ksmtuned.spec index fbfb632..8dbc46a 100644 --- a/ksmtuned.spec +++ b/ksmtuned.spec @@ -1,6 +1,6 @@ Name: ksmtuned Version: 0.1.0 -Release: 1%{?dist}.mrezanin202111050600 +Release: 1%{?dist} Summary: Kernel Samepage Merging services License: GPLv2+