[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 4/5] Remove ChangeLog (#512502)
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 4/5] Remove ChangeLog (#512502)
- Date: Mon, 27 Jul 2009 11:36:25 -1000
As stated in the bug report, the ChangeLog is huge. We include the
highlights of the ChangeLog in the rpm changelog anyway, so skip
shipping the big git ChangeLog.
---
Makefile.am | 7 ++-----
anaconda.spec.in | 1 -
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index c2c6577..5a5f047 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ SUBDIRS = isys po loader booty storage textw utils scripts bootdisk \
installclasses iw command-stubs ui docs pixmaps tests fonts \
gptsync liveinst
-EXTRA_DIST = ChangeLog config.rpath COPYING pychecker-false-positives \
+EXTRA_DIST = config.rpath COPYING pychecker-false-positives \
pycheckrc-for-anaconda runpychecker.sh lang-table \
anaconda.spec.in
@@ -31,7 +31,7 @@ MAINTAINERCLEANFILES = Makefile.in config.guess config.h.in config.sub \
depcomp install-sh ltmain.sh missing ABOUT-NLS \
INSTALL aclocal.m4 configure *.pyc py-compile
-CLEANFILES = *~ ChangeLog lang-names anaconda.spec
+CLEANFILES = *~ lang-names anaconda.spec
MOSTLYCLEANDIRS = m4
@@ -95,9 +95,6 @@ src: archive
@rpmbuild -ts --nodeps $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2 || exit 1
@rm -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2
-ChangeLog:
- (GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
-
pycheck:
PYTHONPATH=$(PYCHECKERPATH) pychecker $(PYCHECKEROPTS) *.py textw/*.py iw/*.py installclasses/*.py storage/*.py | grep -v "__init__() not called"
diff --git a/anaconda.spec.in b/anaconda.spec.in
index 81adcd6..7dfa5c8 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -186,7 +186,6 @@ update-desktop-database &> /dev/null || :
%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING
-%doc ChangeLog
%doc docs/command-line.txt
%doc docs/install-methods.txt
%doc docs/kickstart-docs.txt
--
1.6.2.5
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]