Skip to content

Commit a917211

Browse files
committed
Fixed suse-migration-sle16-activation spec
All packages for the DMS must build from the same source tarball
1 parent 55d76ab commit a917211

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

package/suse-migration-sle16-activation-spec-template

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,27 @@ Url: https://github.com/SUSE/suse-migration-services
2323
Summary: SUSE Distribution SLE16 Migration Activation
2424
License: GPL-3.0+
2525
Group: System/Management
26-
Source: 99_migration
26+
Source: suse-migration-sle16-activation.tar.gz
2727
BuildRoot: %{_tmppath}/%{name}-%{version}-build
2828
BuildArch: noarch
2929
Conflicts: suse-migration-services
3030
BuildRequires: grub2
3131
Requires: SLES16-Migration >= 2.1.2
32-
3332
Requires: 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
3635
Requires: product(SLES) >= %{MinSLEVersion}
3736
Requires(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
4140
next 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

0 commit comments

Comments
 (0)