Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion rust/agama-lib/src/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const DEFAULT_COMMANDS: [(&str, &str); 2] = [
("rpm -qa", "rpm-qa"),
];

const DEFAULT_PATHS: [&str; 16] = [
const DEFAULT_PATHS: [&str; 17] = [
// logs
"/var/log/build",
"/var/log/YaST2",
Expand All @@ -49,6 +49,7 @@ const DEFAULT_PATHS: [&str; 16] = [
"/var/log/messages",
"/var/log/boot.msg",
"/var/log/udev.log",
"/var/log/zypp/history",
"/run/agama/dbus.log",
"/run/agama/inst-scripts",
// config
Expand Down
6 changes: 6 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 18 12:09:15 UTC 2026 - Stefan Hundhammer <shundhammer@suse.com>

- Add /var/log/zypp/history to agama-logs tarball
(gh#agama-project/agama#3187)

-------------------------------------------------------------------
Wed Feb 18 11:33:59 UTC 2026 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
Loading