Looks fine.
David Cantrell wrote:
We don't want these messages in the RPM changelog entries.
---
Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c530623..dac4335 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -111,7 +111,10 @@ api:
doxygen docs/api.cfg
rpmlog:
- @git log --pretty="format:- %s (%ae)" $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE).. | sed -e 's/@.*)/)/' | sed -e 's/%/%%/g'
+ @git log --pretty="format:- %s (%ae)" \
+ $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE).. | \
+ sed -e 's/@.*)/)/' | sed -e 's/%/%%/g' | \
+ grep -v "- Sending translation for "
@echo
bumpver:
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list