1
0

Accepting request 140160 from YaST:Head

- fixed installation of systemd units (crrodriguez)
- 2.23.3

OBS-URL: https://build.opensuse.org/request/show/140160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=240
This commit is contained in:
Stephan Kulow 2012-11-05 14:07:46 +00:00 committed by Git OBS Bridge
commit eaefc64a32
4 changed files with 15 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3fe2b2cc2ad9b4d13169f23a3976622bd52912fece97738deb776db72ec6ef4
size 285960

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f905397ebc283e635dfa06d8784d07a559e88f8ae633a6e0ac3e691f69e5206f
size 286459

View File

@ -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 Wed Oct 31 08:16:46 CET 2012 - jsuchome@suse.cz

View File

@ -17,7 +17,7 @@
Name: yast2-installation Name: yast2-installation
Version: 2.23.2 Version: 2.23.3
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 %suse_update_desktop_file $f
done done
mkdir -p $RPM_BUILD_ROOT/lib/systemd/system/ mkdir -p %{buildroot}%{_unitdir}
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/lib/systemd/system/ install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/lib/systemd/system/ install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
%clean %clean
rm -rf "$RPM_BUILD_ROOT" rm -rf "$RPM_BUILD_ROOT"
@ -215,8 +215,8 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/control/*.rnc /usr/share/YaST2/control/*.rnc
# systemd service files # systemd service files
/lib/systemd/system/YaST2-Second-Stage.service %{_unitdir}/YaST2-Second-Stage.service
/lib/systemd/system/YaST2-Firstboot.service %{_unitdir}/YaST2-Firstboot.service
/usr/share/YaST2/clients/*.ycp /usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/modules/*.ycp /usr/share/YaST2/modules/*.ycp