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:
Dominique Leuenberger 2021-04-23 15:50:30 +00:00 committed by Git OBS Bridge
parent afaddbf1cb
commit 2910a8b2b2
4 changed files with 23 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6156f4e09aaeaea7c7c080ed669fb895888b0a8d66a929ae50575726a4925fbb
size 27544

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddd40530d14e687eb1a8ebf494feb1bb8bce9a7fdfd75d8d4a9827d4d630220b
size 27531

View File

@ -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>

View File

@ -17,28 +17,23 @@
Name: yast2-installation-control
Version: 4.3.9
Version: 4.4.1
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Summary: YaST2 - RNG schema for installation control files
License: GPL-2.0-only
Group: System/YaST
URL: https://github.com/yast/yast-installation-control
BuildRequires: yast2-devtools >= 3.1.10
Source0: %{name}-%{version}.tar.bz2
# smoke test during build
BuildRequires: libxml2-tools
BuildRequires: yast2-devtools >= 4.4.0
BuildArch: noarch
%description
This package contains RNG schema for validating the installation control files.
%prep
%setup -n %{name}-%{version}
%setup -q
%build
%yast_build
@ -47,14 +42,11 @@ This package contains RNG schema for validating the installation control files.
%yast_install
%files
%defattr(-,root,root)
%license COPYING
%dir %{yast_controldir}
%{yast_controldir}/*.rng
%{yast_controldir}/*.rnc
%dir /etc/rpm
/etc/rpm/macros.skelcd
%license COPYING
%doc %{yast_docdir}
%dir %{_sysconfdir}/rpm
%{_sysconfdir}/rpm/macros.skelcd
%changelog