diff --git a/yast2-installation-control-4.3.9.tar.bz2 b/yast2-installation-control-4.3.9.tar.bz2 deleted file mode 100644 index 6f776d4..0000000 --- a/yast2-installation-control-4.3.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6156f4e09aaeaea7c7c080ed669fb895888b0a8d66a929ae50575726a4925fbb -size 27544 diff --git a/yast2-installation-control-4.4.1.tar.bz2 b/yast2-installation-control-4.4.1.tar.bz2 new file mode 100644 index 0000000..2641610 --- /dev/null +++ b/yast2-installation-control-4.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd40530d14e687eb1a8ebf494feb1bb8bce9a7fdfd75d8d4a9827d4d630220b +size 27531 diff --git a/yast2-installation-control.changes b/yast2-installation-control.changes index 56346e4..e396d65 100644 --- a/yast2-installation-control.changes +++ b/yast2-installation-control.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 20 18:14:05 UTC 2021 - Dirk Müller + +- 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 + +- 4.4.0 + ------------------------------------------------------------------- Thu Feb 18 17:15:33 UTC 2021 - David Diaz diff --git a/yast2-installation-control.spec b/yast2-installation-control.spec index 73135f7..5ddc7ff 100644 --- a/yast2-installation-control.spec +++ b/yast2-installation-control.spec @@ -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