forked from pool/yast2-installation
Accepting request 204023 from YaST:Head
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/204023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=272
This commit is contained in:
commit
cc74604dec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b885104de0f896fc946610f2545596e3c2940b61495c223bb8d209c2541458f
|
|
||||||
size 1224817
|
|
3
yast2-installation-3.1.1.tar.bz2
Normal file
3
yast2-installation-3.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d188e41e6e3ed106a672f2be0013447178241853b116f1210ef842605fe0115
|
||||||
|
size 1233376
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 14:15:31 CEST 2013 - locilka@suse.com
|
||||||
|
|
||||||
|
- Added support for ignore[d][_]feature[s] (FATE#314982) allowing
|
||||||
|
to skip some unwanted features of the installer
|
||||||
|
- 3.1.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 10 14:48:46 CEST 2013 - locilka@suse.com
|
Thu Oct 10 14:48:46 CEST 2013 - locilka@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 3.1.0
|
Version: 3.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -34,6 +34,7 @@ Source2: YaST2-Firstboot.service
|
|||||||
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: rubygem-rspec
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yast2-core-devel
|
BuildRequires: yast2-core-devel
|
||||||
BuildRequires: yast2-devtools >= 3.0.6
|
BuildRequires: yast2-devtools >= 3.0.6
|
||||||
@ -216,12 +217,10 @@ install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
|
|||||||
|
|
||||||
%dir %{yast_docdir}
|
%dir %{yast_docdir}
|
||||||
%{yast_docdir}/COPYING
|
%{yast_docdir}/COPYING
|
||||||
%readme %{yast_docdir}/README
|
|
||||||
|
|
||||||
%files devel-doc
|
%files devel-doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{yast_docdir}
|
%doc %{yast_docdir}
|
||||||
%exclude %{yast_docdir}/COPYING
|
%exclude %{yast_docdir}/COPYING
|
||||||
%exclude %{yast_docdir}/README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user