summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-07-27 10:51:58 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-07-28 14:27:53 -1000
commitff0c3ca0990ed45422d1ff48452a42de9cc3eda2 (patch)
tree2aea6a986861e25358dab7d8f6c569d31481f5c2
parent271c9c31aebf20fe4504b1dd5e55679e58c97acf (diff)
downloadanaconda-ff0c3ca0990ed45422d1ff48452a42de9cc3eda2.tar.gz
anaconda-ff0c3ca0990ed45422d1ff48452a42de9cc3eda2.tar.xz
anaconda-ff0c3ca0990ed45422d1ff48452a42de9cc3eda2.zip
Remove ChangeLog (#512502)
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.
-rw-r--r--Makefile.am7
-rw-r--r--anaconda.spec.in1
2 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index c2c657702..5a5f04730 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 81adcd678..7dfa5c8c7 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