Accepting request 213306 from YaST:Head
submit new version 3.1.4 OBS-URL: https://build.opensuse.org/request/show/213306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation-control?expand=0&rev=2
This commit is contained in:
parent
a6c28ea1db
commit
d4a6573629
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85fbd02581d4b61b094223442d46d06e31c5079a957eb2e8f54a79c864eba271
|
|
||||||
size 28873
|
|
3
yast2-installation-control-3.1.4.tar.bz2
Normal file
3
yast2-installation-control-3.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:205c4999ecb1c864e2a86339ec40624e82f66e8ad485c72c7103bd7c9f8b92ff
|
||||||
|
size 19145
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 07:29:31 UTC 2014 - lslezak@suse.cz
|
||||||
|
|
||||||
|
- move the control files to separate packages
|
||||||
|
(yast2-installation-control-openSUSE* and
|
||||||
|
yast2-installation-control-SLE*)
|
||||||
|
- 3.1.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 16 12:13:46 UTC 2013 - lslezak@suse.cz
|
Mon Dec 16 12:13:46 UTC 2013 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation-control
|
# spec file for package yast2-installation-control
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation-control
|
Name: yast2-installation-control
|
||||||
Version: 3.1.3
|
Version: 3.1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -30,17 +30,10 @@ Url: https://github.com/yast/yast-installation-control
|
|||||||
|
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 3.1.10
|
||||||
|
|
||||||
# xmllint for validation
|
|
||||||
BuildRequires: libxml2-tools
|
|
||||||
|
|
||||||
# xsltproc for generating some XML files
|
|
||||||
BuildRequires: libxslt-tools
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains RNG schema for validating the installation control files.
|
This package contains RNG schema for validating the installation control files.
|
||||||
Also the control files for some base products and a language add-on is present.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
@ -53,9 +46,9 @@ Also the control files for some base products and a language add-on is present.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /usr/share/YaST2/control
|
%dir %{yast_controldir}
|
||||||
/usr/share/YaST2/control/*.rng
|
%{yast_controldir}/*.rng
|
||||||
/usr/share/YaST2/control/*.rnc
|
%{yast_controldir}/*.rnc
|
||||||
|
|
||||||
%doc %{yast_docdir}
|
%doc %{yast_docdir}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user