Accepting request 887224 from YaST:Head
submit new version 4.4.1 OBS-URL: https://build.opensuse.org/request/show/887224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation-control?expand=0&rev=39
This commit is contained in:
parent
afaddbf1cb
commit
2910a8b2b2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6156f4e09aaeaea7c7c080ed669fb895888b0a8d66a929ae50575726a4925fbb
|
|
||||||
size 27544
|
|
3
yast2-installation-control-4.4.1.tar.bz2
Normal file
3
yast2-installation-control-4.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ddd40530d14e687eb1a8ebf494feb1bb8bce9a7fdfd75d8d4a9827d4d630220b
|
||||||
|
size 27531
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 20 18:14:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- stop packaging docdir, it only contained the license which
|
||||||
|
is now in licensedir (bsc#1184897)
|
||||||
|
- spec file cleanups
|
||||||
|
- 4.4.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 20 13:51:55 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
|
||||||
|
|
||||||
|
- 4.4.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 18 17:15:33 UTC 2021 - David Diaz <dgonzalez@suse.com>
|
Thu Feb 18 17:15:33 UTC 2021 - David Diaz <dgonzalez@suse.com>
|
||||||
|
|
||||||
|
@ -17,28 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation-control
|
Name: yast2-installation-control
|
||||||
Version: 4.3.9
|
Version: 4.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
|
||||||
|
|
||||||
Summary: YaST2 - RNG schema for installation control files
|
Summary: YaST2 - RNG schema for installation control files
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
URL: https://github.com/yast/yast-installation-control
|
URL: https://github.com/yast/yast-installation-control
|
||||||
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: yast2-devtools >= 3.1.10
|
|
||||||
# smoke test during build
|
# smoke test during build
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
|
BuildRequires: yast2-devtools >= 4.4.0
|
||||||
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%yast_build
|
%yast_build
|
||||||
@ -47,14 +42,11 @@ This package contains RNG schema for validating the installation control files.
|
|||||||
%yast_install
|
%yast_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%dir %{yast_controldir}
|
%dir %{yast_controldir}
|
||||||
%{yast_controldir}/*.rng
|
%{yast_controldir}/*.rng
|
||||||
%{yast_controldir}/*.rnc
|
%{yast_controldir}/*.rnc
|
||||||
%dir /etc/rpm
|
%dir %{_sysconfdir}/rpm
|
||||||
/etc/rpm/macros.skelcd
|
%{_sysconfdir}/rpm/macros.skelcd
|
||||||
%license COPYING
|
|
||||||
|
|
||||||
%doc %{yast_docdir}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user