Commit 35fb59ba authored by Vitaly Lipatov's avatar Vitaly Lipatov

3.7.6-alt1

- prescription/chromium-gost.sh: fix removing - serv: use systemd by default for any system - chromium-gost-stable.sh: drop obsoleted menu file - epm play: add yandex-browser, improve repacking - epm play: add spotify install support - epm play: add tamtam messenger install support - distr_info: use /etc/os-release firstly, drop obsoleted code - distr_info: set rolling version for ArchLinux
parent 140b3496
Name: eepm Name: eepm
Version: 3.7.5 Version: 3.7.6
Release: alt1 Release: alt1
Summary: Etersoft EPM package manager Summary: Etersoft EPM package manager
...@@ -123,6 +123,16 @@ mkdir -p %buildroot/var/lib/eepm/ ...@@ -123,6 +123,16 @@ mkdir -p %buildroot/var/lib/eepm/
%endif %endif
%changelog %changelog
* Wed Jan 06 2021 Vitaly Lipatov <lav@altlinux.ru> 3.7.6-alt1
- prescription/chromium-gost.sh: fix removing
- serv: use systemd by default for any system
- chromium-gost-stable.sh: drop obsoleted menu file
- epm play: add yandex-browser, improve repacking
- epm play: add spotify install support
- epm play: add tamtam messenger install support
- distr_info: use /etc/os-release firstly, drop obsoleted code
- distr_info: set rolling version for ArchLinux
* Sun Dec 20 2020 Vitaly Lipatov <lav@altlinux.ru> 3.7.5-alt1 * Sun Dec 20 2020 Vitaly Lipatov <lav@altlinux.ru> 3.7.5-alt1
- microsoft-edge-dev.sh: add fix for missed alternatives in rpm package - microsoft-edge-dev.sh: add fix for missed alternatives in rpm package
- repack: microsoft-edge-dev add /usr/bin/microsoft-edge in spec if missed - repack: microsoft-edge-dev add /usr/bin/microsoft-edge in spec if missed
......
...@@ -11,5 +11,5 @@ version="$(get_version $SPECNAME)" ...@@ -11,5 +11,5 @@ version="$(get_version $SPECNAME)"
git add packed git add packed
git commit packed -m "commit packed $version" git commit packed -m "commit packed $version"
git tag -a "$version" -e -s -m "$(rpmlog --last-changelog)" git tag -a "$version" -e -s -m "$(rpmlog -q --last-changelog)"
git push pub.github $version git push pub.github $version
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment