fix changelog filename is various source files

This commit is contained in:
Jerome Charaoui 2021-01-21 16:19:35 -05:00
parent d20fa446bf
commit 9e8c50c4c7
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# vi: noexpandtab softtabstop=0 # vi: noexpandtab softtabstop=0
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
EXTRA_DIST = FAQ.md README.md COPYING AUTHORS INSTALL.md NEWS ChangeLog \ EXTRA_DIST = FAQ.md README.md COPYING AUTHORS INSTALL.md NEWS CHANGELOG.md \
backupninja.spec backupninja.spec.in autogen.sh backupninja.spec backupninja.spec.in autogen.sh
SUBDIRS = etc examples handlers lib man src SUBDIRS = etc examples handlers lib man src

View File

@ -17,7 +17,7 @@ Upstream
* commit, tag and create the tarball: * commit, tag and create the tarball:
git commit configure.ac ChangeLog \ git commit configure.ac CHANGELOG.md \
-m "Releasing backupninja $VERSION" && \ -m "Releasing backupninja $VERSION" && \
git clean -fdx && \ git clean -fdx && \
git tag -s "backupninja-$VERSION" \ git tag -s "backupninja-$VERSION" \

View File

@ -50,7 +50,7 @@ rm -fr %{buildroot}
%ghost %{_localstatedir}/log/backupninja.log %ghost %{_localstatedir}/log/backupninja.log
%doc AUTHORS COPYING ChangeLog INSTALL.md NEWS README.md %doc AUTHORS COPYING CHANGELOG.md INSTALL.md NEWS README.md
%{_mandir}/man1/* %{_mandir}/man1/*
%{_mandir}/man5/* %{_mandir}/man5/*