mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 02:19:39 +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
|
EXTRA_DIST = lxc.spec
|
||||||
|
|
||||||
ChangeLog::
|
ChangeLog::
|
||||||
touch ChangeLog
|
@touch ChangeLog
|
||||||
|
|
||||||
|
dist-hook:
|
||||||
|
-@cvs2cl
|
||||||
|
@cp ChangeLog $(distdir)
|
||||||
|
|
||||||
rpm: dist
|
rpm: dist
|
||||||
rpmbuild --clean -ta ${distdir}.tar.gz
|
rpmbuild --clean -ta ${distdir}.tar.gz
|
||||||
|
|
||||||
release: rpm
|
release: rpm
|
||||||
@echo "Generating ChangeLog"
|
|
||||||
@cvs2cl
|
|
||||||
@sh ./release.sh $(PACKAGE_NAME) \
|
@sh ./release.sh $(PACKAGE_NAME) \
|
||||||
$(LXC_MAJOR_VERSION) \
|
$(LXC_MAJOR_VERSION) \
|
||||||
$(LXC_MINOR_VERSION) \
|
$(LXC_MINOR_VERSION) \
|
||||||
|
Loading…
Reference in New Issue
Block a user