diff options
author | David Cantrell <dcantrell@redhat.com> | 2008-10-29 09:39:46 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2008-10-29 09:39:46 -1000 |
commit | dde11e88a5051709e797d18e641db2caca8ad85d (patch) | |
tree | 1cb9ef7c4b1e8601956b3a7154b075f8c058baa6 | |
parent | 11763414d0ae8be0fec746c93a2a543d0a2a0bcb (diff) | |
download | anaconda-dde11e88a5051709e797d18e641db2caca8ad85d.tar.gz anaconda-dde11e88a5051709e797d18e641db2caca8ad85d.tar.xz anaconda-dde11e88a5051709e797d18e641db2caca8ad85d.zip |
Crude attempt to ensure all % signs are %% in rpmlog.
Pumping lemma wins again. Damn computers. Who said this was fun
again?
You could end up seeing %%%%%%%%%%%%%%%%%%%% in an rpmlog, but who
cares? Blame rpm?
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -134,7 +134,7 @@ api: doxygen docs/api.cfg rpmlog: - @git log --pretty="format:- %s (%ae)" anaconda-$(VERSION)-$(RELEASE).. |sed -e 's/@.*)/)/' + @git log --pretty="format:- %s (%ae)" anaconda-$(VERSION)-$(RELEASE).. | sed -e 's/@.*)/)/' | sed -e 's/%/%%/g' @echo bumpver: |