Skip to content

Commit

Permalink
make .rst well-formed
Browse files Browse the repository at this point in the history
Before this change, rst2man would print the diagnostics:

 doc/release_notes.rst:358: WARNING: Bullet list ends without a blank line; unexpected unindent.
 doc/release_notes.rst:629: WARNING: Bullet list ends without a blank line; unexpected unindent.

I inserted a blank line to prevent the first diagnostic.

I combined the second dangling line with the line above it, as surely was intended.
  • Loading branch information
HughR authored and m-blaha committed Apr 8, 2019
1 parent 457b5fe commit 1b50c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release_notes.rst
Expand Up @@ -355,6 +355,7 @@ API additions in 2.6.2:
* :attr:`dnf.conf.Conf.ignorearch`
* Introduced new configuration option ``autocheck_running_kernel``
* :meth:`dnf.subject.Subject.get_best_selector` can use three additional key words: ``obsoletes``, ``reports``, and ``reponame``.

From commandline it is possible to use new option ``--noautoremove`` to disable removal of dependencies that are no longer used.

Bugs fixed in 2.6.2:
Expand Down Expand Up @@ -625,8 +626,7 @@ DNF command changes in 2.0.0:
* ``--releasever`` :doc:`command line argument <command_ref>` now doesn't detect release number from running system.
* ``--repofrompath`` :doc:`command line argument <command_ref>` can now be combined with ``--repo`` instead of ``--enablerepo``.
* Alternative of yum's ``deplist`` changes from ``dnf repoquery --requires`` to ``dnf repoquery --deplist``.
* New systemd units `dnf-automatic-notifyonly`, `dnf-automatic-download`, `dnf-automatic-download`
were added for a better customizability of :doc:`dnf-automatic <automatic>`.
* New systemd units `dnf-automatic-notifyonly`, `dnf-automatic-download`, `dnf-automatic-download` were added for a better customizability of :doc:`dnf-automatic <automatic>`.

DNF command additions in 2.0.0:

Expand Down

0 comments on commit 1b50c40

Please sign in to comment.