From 2a2b60862803f128fb551a96b7779b25bcc54756 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 18 Mar 2014 16:39:41 +0200 Subject: Added Release Notes RELEASE_NOTES file is required to be included to the package by Tools release manager. They're automatically processed when release is published and added to the Tools release notes. Change-Id: Ifb392924c0e25aa845df6d1095ee4b4e5598a932 Signed-off-by: Ed Bartosh Reviewed-on: https://otctools.jf.intel.com/review/10687 Tested-by: OTC Tools Tester Reviewed-by: Markus Lehtonen Reviewed-by: Jian-feng Ding --- RELEASE_NOTES | 14 ++++++++++++++ packaging/repa.spec | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 RELEASE_NOTES diff --git a/RELEASE_NOTES b/RELEASE_NOTES new file mode 100644 index 0000000..b89330d --- /dev/null +++ b/RELEASE_NOTES @@ -0,0 +1,14 @@ +Release notes for repa 0.1.1 +============================ + +- Release Date: 2014-03 + +- New features and enhancements: + * Added --project command line option + * Added obs and download urls to 'repa list' output + +- Bugfixes: + * Updated man page regarding grouping. Fixes TINF-492 + * Added Committer and commit id into SR comment. Fixes TINF-468 + * Fixed crash when rejecting broken packages. + * Catch osc exceptions in obs.py:get_projects. Fixes TINF-480 diff --git a/packaging/repa.spec b/packaging/repa.spec index 3e9a535..3e78167 100644 --- a/packaging/repa.spec +++ b/packaging/repa.spec @@ -36,7 +36,7 @@ python ./setup.py install --root=%{buildroot} --prefix=%{_prefix} rm -rf %{buildroot} %files -%doc COPYING +%doc COPYING RELEASE_NOTES %defattr(-,root,root,-) %config %{_sysconfdir}/%{name}.conf %{_datadir}/doc/packages/%{name} -- cgit v1.2.3