From a6be1848b72f47606deeda1ff655a098b72bbc4a Mon Sep 17 00:00:00 2001 From: Miroslav Suchý Date: May 22 2020 07:43:38 +0000 Subject: mention DNF in description --- diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index 964e4ba..c6d5b0c 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -17,7 +17,7 @@ sabotaging them so they are broken in controlled ways.\ \ It is intended for use when validating package analysis tools such as RPM lint.\ It can also be used to construct test cases for package management software\ -such as rpm and yum. +such as RPM, YUM, and DNF. %description %{_description} diff --git a/setup.py b/setup.py index 3d2ad77..2053261 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ sabotaging them so they are broken in controlled ways. It is intended for use when validating package analysis tools such as RPM lint. It can also be used to construct test cases for package management software -such as rpm and yum. +such as RPM, YUM, and DNF. """ VERSION = get_ver()