From ced02c610d6f8430b4f212f9cd36ada849fa318c Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Mon, 24 Aug 2020 00:07:14 +0200 Subject: [PATCH] README: Drop symlink 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 Reviewed-by: Erik Skultety --- 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.47.2