Skip to content
Snippets Groups Projects
Commit 9e8c50c4 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

fix changelog filename is various source files

parent d20fa446
Branches
No related tags found
No related merge requests found
# 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
......
...@@ -17,7 +17,7 @@ Upstream ...@@ -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" \
......
...@@ -50,7 +50,7 @@ rm -fr %{buildroot} ...@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment