Commit 8db9d200 authored by Vitaly Lipatov's avatar Vitaly Lipatov

3.64.39-alt1

- epm whatprovides: allow work with path - epm repack.d/common-chromium-browser.sh: add provides /usr/bin/x-www-browser for browsers - epm desktop: update DE json's (eterbug #17617) - epm-repack-deb: make symlink if possible, fix repack - epm-repack: fix repack .Appimage and .snap on deb platforms - epm-play: fix to support low case package names on deb based systems - epm status: fix --thirdparty and --repacked status on deb systems - epm play: count thirdparty packages on deb systems for --list - epm-play: package list refactoring - epm play: add unreal-engine-stub (download and unpack Unreal Engine manually) - add stplr support - epm: add alias refresh for update command - epm: add apm support - epm repack: EPM_REPACK_SCRIPT will override repack rule (eterbug #18445) - epm install: install task package using task:package (eterbug #18647) - epm play popcorn time: added openssl3 check - epm repack spravki-bk: fixes - epm play max: replace appimage to deb and rpm (eterbug #18399) - epm install: allow short form for target backends - epm: add ALT Atomic support - epm repack max: add conflict to MAX, add MAX alias - epm check: add rpm --rebuilddb - epm download: fix EPM_BACKEND handling for alt - epm repack lunacy: fixes - epm play wps-office-cn: update configuration scripts and fix desktop file categories - epm set_sudo: use sudo if sudo and doas installed (eterbug #17987) - epm status: fixes for --original and --thirdparty (trueconf issue)
parent 47e9170d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%define _unpackaged_files_terminate_build 1 %define _unpackaged_files_terminate_build 1
Name: eepm Name: eepm
Version: 3.64.38 Version: 3.64.39
Release: alt1 Release: alt1
Summary: Etersoft EPM package manager Summary: Etersoft EPM package manager
...@@ -152,6 +152,39 @@ chmod 0755 %buildroot/%_bindir/rpmbasefix ...@@ -152,6 +152,39 @@ chmod 0755 %buildroot/%_bindir/rpmbasefix
%endif %endif
%changelog %changelog
* Mon Nov 17 2025 Vitaly Lipatov <lav@altlinux.ru> 3.64.39-alt1
- epm whatprovides: allow work with path
- epm repack.d/common-chromium-browser.sh: add provides /usr/bin/x-www-browser for browsers
- epm desktop: update DE json's (eterbug #17617)
- epm-repack-deb: make symlink if possible, fix repack
- epm-repack: fix repack .Appimage and .snap on deb platforms
- epm-play: fix to support low case package names on deb based systems
- epm status: fix --thirdparty and --repacked status on deb systems
- epm play: count thirdparty packages on deb systems for --list
- epm-play: package list refactoring
- epm play: add unreal-engine-stub (download and unpack Unreal Engine manually)
- add stplr support
- epm: add alias refresh for update command
- epm: add apm support
- epm repack: EPM_REPACK_SCRIPT will override repack rule (eterbug #18445)
- epm install: install task package using task:package (eterbug #18647)
- epm play popcorn time: added openssl3 check
- epm repack spravki-bk: fixes
- epm play max: replace appimage to deb and rpm (eterbug #18399)
- epm install: allow short form for target backends
- epm: add ALT Atomic support
- epm repack max: add conflict to MAX, add MAX alias
- epm check: add rpm --rebuilddb
- epm: add repo support for stplr
- epm download: fix EPM_BACKEND handling for alt
- epm repack lunacy: fixes
- epm: add function name to missed handles
- epm play minecraft-launcher: libcurl-openssl already in the repo
- epm play wps-office-cn: update configuration scripts and fix desktop file categories
- epm play wps-office-cn: small cleanup
- epm set_sudo: use sudo if sudo and doas installed (eterbug #17987)
- epm status: fixes for --original and --thirdparty (trueconf issue)
* Fri Nov 07 2025 Vitaly Lipatov <lav@altlinux.ru> 3.64.38-alt1 * Fri Nov 07 2025 Vitaly Lipatov <lav@altlinux.ru> 3.64.38-alt1
- epm: load configs from /etc/eepm/conf.d/*.conf too - epm: load configs from /etc/eepm/conf.d/*.conf too
- epm pack/repack: add sha256sum output for input files - epm pack/repack: add sha256sum output for input files
......
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