Accepting request 427916 from YaST:Head
submit new version 3.1.215 OBS-URL: https://build.opensuse.org/request/show/427916 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=367
This commit is contained in:
commit
ae5187a190
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1b5dd903b3161e21883cddbd7bc8ce6b63a6f416a5a21cb8ed57120e6b91430
|
|
||||||
size 438037
|
|
3
yast2-installation-3.1.215.tar.bz2
Normal file
3
yast2-installation-3.1.215.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f19f92c725b09c8612e098a08eea410337c8c28c598fa2ea849521b29b55080c
|
||||||
|
size 429145
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 14 13:53:41 UTC 2016 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- reduce time needed for building this package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 13 12:37:57 UTC 2016 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- fix skipping of proposal returning empty hash otherwise it
|
||||||
|
creates non sense proposal entry in UI (bnc#994127)
|
||||||
|
- 3.1.215
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 30 06:55:13 UTC 2016 - lslezak@suse.cz
|
Tue Aug 30 06:55:13 UTC 2016 - lslezak@suse.cz
|
||||||
|
|
||||||
@ -6,7 +18,7 @@ Tue Aug 30 06:55:13 UTC 2016 - lslezak@suse.cz
|
|||||||
server (bsc#996179)
|
server (bsc#996179)
|
||||||
- Do not contact the registration server in self-update when
|
- Do not contact the registration server in self-update when
|
||||||
network is not running, skip self-update completely
|
network is not running, skip self-update completely
|
||||||
- 3.1.124
|
- 3.1.214
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 25 14:23:20 UTC 2016 - lslezak@suse.cz
|
Thu Aug 25 14:23:20 UTC 2016 - lslezak@suse.cz
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 3.1.214
|
Version: 3.1.215
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -33,20 +33,16 @@ Group: System/YaST
|
|||||||
Source1: YaST2-Second-Stage.service
|
Source1: YaST2-Second-Stage.service
|
||||||
Source2: YaST2-Firstboot.service
|
Source2: YaST2-Firstboot.service
|
||||||
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
|
||||||
BuildRequires: libxslt
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2-core-devel
|
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 3.1.10
|
||||||
BuildRequires: yast2-packager >= 3.1.113
|
# needed for xml agent reading about products
|
||||||
|
BuildRequires: yast2-xml
|
||||||
BuildRequires: rubygem(rspec)
|
BuildRequires: rubygem(rspec)
|
||||||
|
BuildRequires: rubygem(yast-rake)
|
||||||
|
|
||||||
# Moved proc_modules.scr
|
# Moved proc_modules.scr
|
||||||
BuildRequires: yast2 >= 3.1.180
|
BuildRequires: yast2 >= 3.1.180
|
||||||
|
|
||||||
# Yast::Remote
|
|
||||||
BuildRequires: yast2-network
|
|
||||||
|
|
||||||
# AutoinstSoftware.SavePackageSelection()
|
# AutoinstSoftware.SavePackageSelection()
|
||||||
Requires: autoyast2-installation >= 3.1.105
|
Requires: autoyast2-installation >= 3.1.105
|
||||||
|
|
||||||
@ -112,7 +108,6 @@ Requires: gzip
|
|||||||
Requires: tar
|
Requires: tar
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
BuildRequires: systemd-devel
|
|
||||||
%{systemd_requires}
|
%{systemd_requires}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -145,17 +140,27 @@ System installation code as present on installation media.
|
|||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
|
|
||||||
|
%check
|
||||||
|
rake test:unit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%yast_install
|
rake install DESTDIR="%{buildroot}"
|
||||||
|
|
||||||
for f in `find %{buildroot}%{_datadir}/autoinstall/modules -name "*.desktop"`; do
|
for f in `find %{buildroot}%{_datadir}/autoinstall/modules -name "*.desktop"`; do
|
||||||
%suse_update_desktop_file $f
|
%suse_update_desktop_file $f
|
||||||
done
|
done
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{yast_vardir}/hooks/installation
|
mkdir -p %{buildroot}%{yast_vardir}/hooks/installation
|
||||||
|
mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/preFirstCall
|
||||||
|
mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/preSecondCall
|
||||||
|
mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/postFirstCall
|
||||||
|
mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/postSecondCall
|
||||||
|
mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/preFirstStage
|
||||||
|
mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/preSecondStage
|
||||||
|
mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/postFirstStage
|
||||||
|
mkdir -p %{buildroot}%{yast_ystartupdir}/startup/hooks/postSecondStage
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_unitdir}
|
mkdir -p %{buildroot}%{_unitdir}
|
||||||
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
|
install -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
|
||||||
@ -228,6 +233,8 @@ systemctl enable YaST2-Firstboot.service
|
|||||||
%dir %{yast_vardir}/hooks/installation
|
%dir %{yast_vardir}/hooks/installation
|
||||||
|
|
||||||
%dir %{yast_docdir}
|
%dir %{yast_docdir}
|
||||||
%{yast_docdir}/COPYING
|
%doc %{yast_docdir}/COPYING
|
||||||
|
%doc %{yast_docdir}/README.md
|
||||||
|
%doc %{yast_docdir}/CONTRIBUTING.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user