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
1 change: 0 additions & 1 deletion rust/agama-software/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ impl Service {
SoftwareState::build_from(&product, &state.config, &state.system, &self.selection)
};

tracing::info!("Wanted software state: {new_state:?}");
self.update_selinux(&new_state);

let model = self.model.clone();
Expand Down
5 changes: 5 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 13 12:49:15 UTC 2026 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Do not leak the registration codes (gh#agama-project/agama#3167).

-------------------------------------------------------------------
Fri Feb 13 09:21:12 UTC 2026 - José Iván López González <jlopez@suse.com>

Expand Down
Loading