File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,28 +23,27 @@ Url: https://github.com/SUSE/suse-migration-services
2323Summary: SUSE Distribution SLE16 Migration Activation
2424License: GPL-3.0+
2525Group: System/Management
26- Source: 99_migration
26+ Source: suse-migration-sle16-activation.tar.gz
2727BuildRoot: %{_tmppath}/%{name}-%{version}-build
2828BuildArch: noarch
2929Conflicts: suse-migration-services
3030BuildRequires: grub2
3131Requires: SLES16-Migration >= 2.1.2
32-
3332Requires: grub2
34- Requires(post): util-linux-systemd
35- Requires(postun): util-linux-systemd
33+ Requires(post): util-linux-systemd
34+ Requires(postun): util-linux-systemd
3635Requires: product(SLES) >= %{MinSLEVersion}
3736Requires(pre): sed
3837
3938%description -n suse-migration-sle16-activation
40- Script code to activate the SLE15 migration image to be booted at
39+ Script code to activate the SLE16 migration image to be booted at
4140next reboot of the machine.
4241
4342%prep
43+ %setup -q -n suse_migration_services-%{version}
4444
4545%install
46-
47- install -D -m 755 %{S:0} \
46+ install -D -m 755 grub.d/99_migration \
4847 %{buildroot}/etc/grub.d/99_migration
4948
5049%pre
You can’t perform that action at this time.
0 commit comments