From 90e7242cb69244677e9210f411ca9ee9ec2f6cee639ea5c4ada11abe63dd6dfe Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 4 Jun 2018 11:22:59 +0000 Subject: [PATCH] Accepting request 613914 from devel:CaaSP:Head:ControllerNode OBS-URL: https://build.opensuse.org/request/show/613914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=3 --- buildah.changes | 5 +++++ buildah.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/buildah.changes b/buildah.changes index a650e45..a0c47c2 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 4 08:54:58 UTC 2018 - dcassany@suse.com + +- Make use of %license macro + ------------------------------------------------------------------- Wed Apr 4 09:52:25 UTC 2018 - vrothberg@suse.com diff --git a/buildah.spec b/buildah.spec index 080c3df..d19febb 100644 --- a/buildah.spec +++ b/buildah.spec @@ -114,4 +114,10 @@ install -D -m 0644 contrib/completions/bash/buildah %{buildroot}/%{_sysconfdir}/ %{_mandir}/man1/buildah-* %config %{_sysconfdir}/bash_completion.d/buildah +%if 0%{?suse_version} < 1500 +%doc LICENSE +%else +%license LICENSE +%endif + %changelog