aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-11-28 23:55:06 +0000
committerBill Nottingham <notting@redhat.com>2006-11-28 23:55:06 +0000
commita689472cdb8e19b948d79de53033f505095771b0 (patch)
tree251ce834e83bd0ede4112661b88cae777821feaf /Makefile
parent6f233736fa8dfaabc83e4f77724453038e3dd7d0 (diff)
downloadinitscripts-a689472cdb8e19b948d79de53033f505095771b0.tar
initscripts-a689472cdb8e19b948d79de53033f505095771b0.tar.gz
initscripts-a689472cdb8e19b948d79de53033f505095771b0.tar.bz2
initscripts-a689472cdb8e19b948d79de53033f505095771b0.tar.xz
initscripts-a689472cdb8e19b948d79de53033f505095771b0.zip
fix changelog stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2289ba9a..c5382bf0 100644
--- a/Makefile
+++ b/Makefile
@@ -119,8 +119,7 @@ check:
done
changelog:
- @rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | sed "s|@.*redhat\.de|@redhat.com|" | sed "s|@redhat\.de|@redhat.com|" | sed "s|@@|@|" | \
- sed "s|/usr/local/CVS/initscripts/||g" | sed "s|/cvs/rhl/initscripts/||g" > changenew
+ @rcs2log -h redhat.com -r -b -r "-d>$(head -1 ChangeLog | awk '{ print $1 }')" > changenew
mv ChangeLog ChangeLog.old
cat changenew ChangeLog.old > ChangeLog
rm -f changenew