Remove empty changelog entry

OBS-URL: https://build.opensuse.org/package/show/devel:tools/ctags?expand=0&rev=38
This commit is contained in:
Adam Majer 2023-01-18 13:24:07 +00:00 committed by Git OBS Bridge
parent c41c03bfd5
commit 03f7cb56b7
2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Wed Jan 18 13:15:03 UTC 2023 - Adam Majer <adam.majer@suse.de>
-
-------------------------------------------------------------------
Wed Jan 18 13:06:30 UTC 2023 - Adam Majer <adam.majer@suse.de>

View File

@ -85,7 +85,7 @@ ln -s %{_mandir}/man1/ctags.1%{ext_man} %{buildroot}%{_sysconfdir}/
%post
test -L %{_bindir}/ctags || rm -f %{_bindir}/ctags
update-alternatives --install %{_bindir}/ctags ctags %{_bindir}/ctags-exuberant 20 \
update-alternatives --install %{_bindir}/ctags ctags %{_bindir}/ctags-exuberant 20 \
--slave %{_mandir}/man1/ctags.1.gz ctags.1 %{_mandir}/man1/ctags-exuberant.1.gz
%preun