summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZephyr Lykos <[email protected]>2023-06-04 16:20:47 +0800
committerZephyr Lykos <[email protected]>2023-06-04 16:20:47 +0800
commit4e53ce544879e99994eaaf50c16e8a214b1fc51e (patch)
treebe2183ee748f3bf65ee95060dee2620871ed5fe4 /scripts
parent37714319b52799cdb2816ab09da67a45bf5497da (diff)
scripts/rpmbuild: remove autochangelog
%autochangelog isn't available in openSUSE (provided by rpmautospec)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rpmbuild/xmake.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec
index 26bcb11cc..dd4f3b1af 100644
--- a/scripts/rpmbuild/xmake.spec
+++ b/scripts/rpmbuild/xmake.spec
@@ -100,7 +100,11 @@ cp -rp xmake \
%{_mandir}/man1/*.1*
%changelog
-%autochangelog
+* Sun Jun 04 2023 Zephyr Lykos <[email protected]> - 2.7.9-1
+- Switch to release tarball
+- Use system provided libs if possible
+- Fix docs & manpage installation
+- Install shell completions
* Sun Oct 18 2020 Ruki Wang <[email protected]> - 2.3.8-1
- v2.3.8 released