[libvirt PATCH 0/2] Drop some unnecessary files

Now that we've switched to Meson, we no longer need to keep these around. Andrea Bolognani (2): ChangeLog: Drop for good README: Drop symlink ChangeLog | 15 --------------- README | 1 - libvirt.spec.in | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 ChangeLog delete mode 120000 README -- 2.26.2

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@redhat.com> --- 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

Having a README file called "README" is necessary when using autotools, and for quite some time now we've been complying with that requirement by having a symlink with that name pointing to README.rst, where the actual contents live. Now that we've moved to Meson, we can drop the symlink. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- README | 1 - libvirt.spec.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 README diff --git a/README b/README deleted file mode 120000 index 92cacd2853..0000000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -README.rst \ No newline at end of file diff --git a/libvirt.spec.in b/libvirt.spec.in index 94b1450071..f024f7bfc4 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1487,7 +1487,7 @@ exit 0 %files %files docs -%doc AUTHORS NEWS.rst README README.rst +%doc AUTHORS NEWS.rst README.rst %doc libvirt-docs/* %files daemon -- 2.26.2
participants (2)
-
Andrea Bolognani
-
Erik Skultety