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
7 changes: 7 additions & 0 deletions package/yast2-core.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 28 15:36:19 UTC 2026 - Martin Vidner <mvidner@suse.com>

- Immutable packaging fix: Do not package the log directory
under /var (jsc#PED-14910)
- 5.0.4

-------------------------------------------------------------------
Mon Jan 20 10:41:17 UTC 2025 - Martin Vidner <mvidner@suse.com>

Expand Down
5 changes: 2 additions & 3 deletions package/yast2-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
%bcond_with werror

Name: yast2-core
Version: 5.0.3
Version: 5.0.4
Release: 0
Url: https://github.com/yast/yast-core

Expand Down Expand Up @@ -112,7 +112,6 @@ CXXFLAGS="${CXXFLAGS/-grecord-gcc-switches/}"
%install
%yast_install

mkdir -p "$RPM_BUILD_ROOT"%{yast_logdir}
%perl_process_packlist

%post
Expand All @@ -129,7 +128,7 @@ mkdir -p "$RPM_BUILD_ROOT"%{yast_logdir}
%endif
%dir /usr/share/YaST2

%dir %attr(0700,root,root) %{yast_logdir}
%ghost %dir %attr(0700,root,root) %{yast_logdir}
%dir %{yast_ybindir}
%dir %{yast_plugindir}
%dir %{yast_scrconfdir}
Expand Down