- Replace old module registry with newer code that is easier to
maintain and better test covered (bsc#1173699) - 4.3.21 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=901
This commit is contained in:
parent
db94b4f957
commit
eef22baa67
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a577976243b0d629d8d7526889fbe6270167a520a61796217a7cc6f14c35b9b0
|
|
||||||
size 709868
|
|
3
autoyast2-4.3.21.tar.bz2
Normal file
3
autoyast2-4.3.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e12862bcb68bfdc9647dabf9595a4a2ae48544c72f6cc5eab02f8161e77c2c37
|
||||||
|
size 707849
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 3 15:04:28 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Replace old module registry with newer code that is easier to
|
||||||
|
maintain and better test covered (bsc#1173699)
|
||||||
|
- 4.3.21
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 2 15:18:39 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
Thu Jul 2 15:18:39 UTC 2020 - Knut Anderssen <kanderssen@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 4.3.20
|
Version: 4.3.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -236,7 +236,6 @@ done
|
|||||||
%{yast_moduledir}/AutoinstScripts.rb
|
%{yast_moduledir}/AutoinstScripts.rb
|
||||||
%{yast_moduledir}/AutoinstGeneral.rb
|
%{yast_moduledir}/AutoinstGeneral.rb
|
||||||
%{yast_moduledir}/AutoinstImage.rb
|
%{yast_moduledir}/AutoinstImage.rb
|
||||||
%{yast_moduledir}/Y2ModuleConfig.rb
|
|
||||||
%{yast_moduledir}/Profile.rb
|
%{yast_moduledir}/Profile.rb
|
||||||
%{yast_moduledir}/AutoinstFile.rb
|
%{yast_moduledir}/AutoinstFile.rb
|
||||||
%{yast_moduledir}/AutoinstConfig.rb
|
%{yast_moduledir}/AutoinstConfig.rb
|
||||||
@ -281,6 +280,9 @@ done
|
|||||||
%dir %{yast_libdir}/autoinstall/clients
|
%dir %{yast_libdir}/autoinstall/clients
|
||||||
%{yast_libdir}/autoinstall/clients/*.rb
|
%{yast_libdir}/autoinstall/clients/*.rb
|
||||||
|
|
||||||
|
%dir %{yast_libdir}/autoinstall/entries
|
||||||
|
%{yast_libdir}/autoinstall/entries/*.rb
|
||||||
|
|
||||||
# scripts
|
# scripts
|
||||||
%{yast_ybindir}/fetch_image.sh
|
%{yast_ybindir}/fetch_image.sh
|
||||||
%{yast_ybindir}/autoyast-initscripts.sh
|
%{yast_ybindir}/autoyast-initscripts.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user