diff --git a/yast2-installation-2.23.2.tar.bz2 b/yast2-installation-2.23.2.tar.bz2 deleted file mode 100644 index f7c8e9c..0000000 --- a/yast2-installation-2.23.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3fe2b2cc2ad9b4d13169f23a3976622bd52912fece97738deb776db72ec6ef4 -size 285960 diff --git a/yast2-installation-2.23.3.tar.bz2 b/yast2-installation-2.23.3.tar.bz2 new file mode 100644 index 0000000..e8645f1 --- /dev/null +++ b/yast2-installation-2.23.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f905397ebc283e635dfa06d8784d07a559e88f8ae633a6e0ac3e691f69e5206f +size 286459 diff --git a/yast2-installation.changes b/yast2-installation.changes index 9e5d2c5..26907d3 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 5 08:21:41 CET 2012 - jsuchome@suse.cz + +- fixed installation of systemd units (crrodriguez) +- 2.23.3 + ------------------------------------------------------------------- Wed Oct 31 08:16:46 CET 2012 - jsuchome@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 54c9304..7396ac1 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 2.23.2 +Version: 2.23.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -181,9 +181,9 @@ for f in `find %{buildroot}%{_datadir}/autoinstall/modules -name "*.desktop"`; d %suse_update_desktop_file $f done -mkdir -p $RPM_BUILD_ROOT/lib/systemd/system/ -install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/lib/systemd/system/ -install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/lib/systemd/system/ +mkdir -p %{buildroot}%{_unitdir} +install -m 644 %{SOURCE1} %{buildroot}%{_unitdir} +install -m 644 %{SOURCE2} %{buildroot}%{_unitdir} %clean rm -rf "$RPM_BUILD_ROOT" @@ -215,8 +215,8 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/control/*.rnc # systemd service files -/lib/systemd/system/YaST2-Second-Stage.service -/lib/systemd/system/YaST2-Firstboot.service +%{_unitdir}/YaST2-Second-Stage.service +%{_unitdir}/YaST2-Firstboot.service /usr/share/YaST2/clients/*.ycp /usr/share/YaST2/modules/*.ycp