mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 15:05:48 +00:00
Generate a ChangeLog, if possible, and copy it to the dist directory in order
to be shipped with the release
This commit is contained in:
parent
732db53f60
commit
f04d36bf47
@ -5,14 +5,16 @@ DIST_SUBDIRS = config src test etc
|
||||
EXTRA_DIST = lxc.spec
|
||||
|
||||
ChangeLog::
|
||||
touch ChangeLog
|
||||
@touch ChangeLog
|
||||
|
||||
dist-hook:
|
||||
-@cvs2cl
|
||||
@cp ChangeLog $(distdir)
|
||||
|
||||
rpm: dist
|
||||
rpmbuild --clean -ta ${distdir}.tar.gz
|
||||
|
||||
release: rpm
|
||||
@echo "Generating ChangeLog"
|
||||
@cvs2cl
|
||||
@sh ./release.sh $(PACKAGE_NAME) \
|
||||
$(LXC_MAJOR_VERSION) \
|
||||
$(LXC_MINOR_VERSION) \
|
||||
|
Loading…
Reference in New Issue
Block a user