forked from pool/yast2-installation
2,7d1
< Mon Nov 5 08:21:41 CET 2012 - jsuchome@suse.cz < < - fixed installation of systemd units (crrodriguez) < - 2.23.3 < < ------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=208
This commit is contained in:
parent
5cfd0797b5
commit
ff0f9d9240
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3fe2b2cc2ad9b4d13169f23a3976622bd52912fece97738deb776db72ec6ef4
|
||||
size 285960
|
3
yast2-installation-2.23.3.tar.bz2
Normal file
3
yast2-installation-2.23.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f905397ebc283e635dfa06d8784d07a559e88f8ae633a6e0ac3e691f69e5206f
|
||||
size 286459
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user