summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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