mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
fix changelog filename is various source files
This commit is contained in:
parent
d20fa446bf
commit
9e8c50c4c7
@ -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
|
||||||
|
@ -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}
|
|||||||
|
|
||||||
%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/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user