Having a ChangeLog file is necessary when using autotools, but now that we've moved to Meson we are no longer required to keep it around. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- ChangeLog | 15 --------------- libvirt.spec.in | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 897f38e56d..0000000000 --- a/ChangeLog +++ /dev/null @@ -1,15 +0,0 @@ -libvirt ChangeLog -================= - -The libvirt project doesn't include a detailed ChangeLog in its release -archives. - -If you're interested in the full list of changes made to libvirt since -the project was started, you can clone the git repository from - - https://gitlab.com/libvirt/libvirt/ - -and browse them locally using your favorite git history viewer or, -alternatively, browse them online at - - https://gitlab.com/libvirt/libvirt/-/commits/master diff --git a/libvirt.spec.in b/libvirt.spec.in index e64cfdb561..94b1450071 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1487,7 +1487,7 @@ exit 0 %files %files docs -%doc AUTHORS ChangeLog NEWS.rst README README.rst +%doc AUTHORS NEWS.rst README README.rst %doc libvirt-docs/* %files daemon -- 2.26.2