From fd74e45a7b12e988d8005ab62e5b20cb37195d8d Mon Sep 17 00:00:00 2001 From: Christopher Snyder Date: Thu, 19 May 2022 09:38:48 -0400 Subject: [PATCH] Add README.md to help keep things in sync --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..19807ac --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +subscription-manager +==================== + +The Subscription Manager package provides programs and libraries +to allow users to manage subscriptions and yum/dnf repositories +from the [Candlepin](http://candlepinproject.org/) server. + +- Project homepage: http://candlepinproject.org/ +- Upstream repository: https://github.com/candlepin/subscription-Manager + +## Contribution Guidelines + +If you want to do any changes to `subscription-manager.spec`, then please create pull request with same/similar change to upstream repository, because upstream repository manages its own .spec file. If the change would not be contributed to upstream repository, then there is risk that the change provided here could be reverted later by upstream.