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@xxxxxxxxxx> --- 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