- 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:
YaST Team Bot 2014-06-06 08:31:20 +00:00 committed by Git OBS Bridge
parent b8120ff462
commit 7cc12743aa
4 changed files with 16 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -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 Tue Jun 3 13:09:47 CEST 2014 - schubi@suse.de

View File

@ -17,7 +17,7 @@
Name: autoyast2 Name: autoyast2
Version: 3.1.30 Version: 3.1.31
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -114,6 +114,12 @@ generated with the autoyast2 package.
%install %install
%yast_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 # Class conf
install -d -m 700 $RPM_BUILD_ROOT/etc/autoinstall install -d -m 700 $RPM_BUILD_ROOT/etc/autoinstall
# Installation files # Installation files