Actually install the HOWTO.md file

This commit is contained in:
Jan Grulich 2020-09-24 07:14:24 +02:00
parent 644edb454c
commit 6815db4039

View File

@ -1,6 +1,6 @@
Name: tigervnc Name: tigervnc
Version: 1.11.0 Version: 1.11.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: A TigerVNC remote display system Summary: A TigerVNC remote display system
%global _hardened_build 1 %global _hardened_build 1
@ -241,6 +241,8 @@ rm -f %{buildroot}%{_libdir}/xorg/modules/extensions/libvnc.la
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
install -m 644 %{SOURCE4} %{buildroot}/%{_docdir}/tigervnc/HOWTO.md
%post server %post server
%systemd_post xvnc@.service %systemd_post xvnc@.service
%systemd_post xvnc.socket %systemd_post xvnc.socket
@ -292,6 +294,7 @@ fi
%{_mandir}/man1/x0vncserver.1* %{_mandir}/man1/x0vncserver.1*
%{_mandir}/man8/vncserver.8* %{_mandir}/man8/vncserver.8*
%{_mandir}/man8/vncsession.8* %{_mandir}/man8/vncsession.8*
%{_docdir}/tigervnc/HOWTO.md
%files server-minimal %files server-minimal
%{_bindir}/vncconfig %{_bindir}/vncconfig
@ -315,6 +318,9 @@ fi
%{_datadir}/selinux/packages/vncsession.pp %{_datadir}/selinux/packages/vncsession.pp
%changelog %changelog
* Thu Sep 24 07:14:06 CEST 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-5
- Actually install the HOWTO.md file
* Wed Sep 23 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-4 * Wed Sep 23 2020 Jan Grulich <jgrulich@redhat.com> - 1.11.0-4
- Call systemd macros on correct service file - Call systemd macros on correct service file