File project.diff of Package opensuse-migration-tool
--- _service.orig
+++ _service
@@ -1,9 +1,9 @@
<services>
<service name="obs_scm" mode="manual">
<param name="versionformat">%cd.%h</param>
- <param name="url">https://github.com/openSUSE/opensuse-migration-tool.git</param>
+ <param name="url">https://github.com/rhabacker/opensuse-migration-tool.git</param>
<param name="scm">git</param>
- <param name="revision">main</param>
+ <param name="revision">fix-69</param>
<param name="changesgenerate">enable</param>
<param name="filename">opensuse-migration-tool</param>
<param name="changesauthor">opensuse-releaseteam@opensuse.org</param>
--- _servicedata.orig
+++ _servicedata
@@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/opensuse-migration-tool.git</param>
- <param name="changesrevision">d2cfd39fd633a3108d9dc7737752922b04181f6d</param></service></servicedata>
\ No newline at end of file
+ <param name="changesrevision">d2cfd39fd633a3108d9dc7737752922b04181f6d</param></service><service name="tar_scm">
+ <param name="url">https://github.com/rhabacker/opensuse-migration-tool.git</param>
+ <param name="changesrevision">5678e221e209de5348bb01c762f5e795a04c92cc</param></service></servicedata>
\ No newline at end of file
--- opensuse-migration-tool.changes.orig
+++ opensuse-migration-tool.changes
@@ -1,4 +1,22 @@
-------------------------------------------------------------------
+Mon Jan 26 15:06:19 UTC 2026 - opensuse-releaseteam@opensuse.org
+
+- Update to version 20260124.5678e22:
+ * Explicitly disable SELinux when no Linux Security Module was selected
+
+-------------------------------------------------------------------
+Mon Jan 26 15:00:58 UTC 2026 - opensuse-releaseteam@opensuse.org
+
+- Update to version 20260108.f2c7490:
+ * don't install selinux-policy-targeted-gaming by default
+ * Update scripts/20_pulse2pipewire.sh
+ * Update scripts/20_ia32.sh
+ * Update scripts/20_pulse2pipewire.sh
+ * Consistent no-use of sudo in migration scripts
+ * Update scripts/10_keepapparmor.sh
+ * Update scripts/10_keepselinux.sh
+
+-------------------------------------------------------------------
Mon Jan 26 10:30:01 UTC 2026 - Lubos Kocman <lubos.kocman@suse.com>
- Add dependency on update-bootloader to fix boo#1255897
--- opensuse-migration-tool.obsinfo.orig
+++ opensuse-migration-tool.obsinfo
@@ -1,4 +1,4 @@
name: opensuse-migration-tool
-version: 20260106.d2cfd39
-mtime: 1767723341
-commit: d2cfd39fd633a3108d9dc7737752922b04181f6d
+version: 20260124.5678e22
+mtime: 1769255736
+commit: 5678e221e209de5348bb01c762f5e795a04c92cc
--- opensuse-migration-tool.spec.orig
+++ opensuse-migration-tool.spec
@@ -1,7 +1,7 @@
#
# spec file for package opensuse-migration-tool
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 Marcela Maslanova
# Copyright (c) 2025 Lubos Kocman
#
@@ -19,7 +19,7 @@
Name: opensuse-migration-tool
-Version: 20260106.d2cfd39
+Version: 20260124.5678e22
Release: 0
Summary: Migration and Upgrade tool for openSUSE
License: Apache-2.0
@@ -31,8 +31,8 @@ Requires: curl
Requires: dialog
Requires: gawk
Requires: jq
+Requires: perl-Bootloader
Requires: sed
-Requires: update-bootloader
BuildArch: noarch
%description