- readded suse_update_desktop_file call in spec file (bnc#877671)
- 3.1.31 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=525
This commit is contained in:
parent
b8120ff462
commit
7cc12743aa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d146bcf2bb59b04177a16b4504b333982518991fbdb37dd6fc1aa4b52f868d86
|
||||
size 621915
|
3
autoyast2-3.1.31.tar.bz2
Normal file
3
autoyast2-3.1.31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93315b13231b8d5d42b5914613e32d49bc8d1fa2443e27f9e1fba85a99925c43
|
||||
size 621999
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 05 17:36:47 CEST 2014 - aschnell@suse.de
|
||||
|
||||
- readded suse_update_desktop_file call in spec file (bnc#877671)
|
||||
- 3.1.31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 13:09:47 CEST 2014 - schubi@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: autoyast2
|
||||
Version: 3.1.30
|
||||
Version: 3.1.31
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -114,6 +114,12 @@ generated with the autoyast2 package.
|
||||
%install
|
||||
%yast_install
|
||||
|
||||
# Do not *blindly* remove the suse_update_desktop_file calls here. It is
|
||||
# different from the code in the yast_install macro.
|
||||
for d in $RPM_BUILD_ROOT/usr/share/autoinstall/modules/*.desktop ; do
|
||||
%suse_update_desktop_file $d
|
||||
done
|
||||
|
||||
# Class conf
|
||||
install -d -m 700 $RPM_BUILD_ROOT/etc/autoinstall
|
||||
# Installation files
|
||||
|
Loading…
Reference in New Issue
Block a user