From 348d3db57ddac23e836ec1cb678359a1cce3971a084018a2423459ec1c4bca50 Mon Sep 17 00:00:00 2001
From: Zoltan Balogh <zbalogh@suse.com>
Date: Sun, 31 May 2020 16:35:20 +0000
Subject: [PATCH] Accepting request 810485 from
 home:bzoltan1:branches:zypp:plugins

Change hashbang

OBS-URL: https://build.opensuse.org/request/show/810485
OBS-URL: https://build.opensuse.org/package/show/zypp:plugins/zypper-changelog-plugin?expand=0&rev=2
---
 zypper-changelog-plugin-0.1.tar.gz | 4 ++--
 zypper-changelog-plugin.spec       | 9 +++++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/zypper-changelog-plugin-0.1.tar.gz b/zypper-changelog-plugin-0.1.tar.gz
index 9d5d68d..8e556cf 100644
--- a/zypper-changelog-plugin-0.1.tar.gz
+++ b/zypper-changelog-plugin-0.1.tar.gz
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:4b3ed1dfdff1505a63ae29db78224498641d123e4af55e13ca3fb9aeffe39e71
-size 11706
+oid sha256:5799f5897bfdaec5f1013e86f4a0ee5e77c3dab79b0cef74b38c8721afe76059
+size 12097
diff --git a/zypper-changelog-plugin.spec b/zypper-changelog-plugin.spec
index 15a44a4..ccb1084 100644
--- a/zypper-changelog-plugin.spec
+++ b/zypper-changelog-plugin.spec
@@ -20,7 +20,7 @@ Name:           zypper-changelog-plugin
 Version:        0.1 
 Release:        1%{?dist}
 Summary:        Changelog listing tool
-License:        GPL-2.0-or-later 
+License:        GPL-2.0 
 URL:            https://github.com/bzoltan1/zypper-changelog-plugin.git
 Source:         zypper-changelog-plugin-0.1.tar.gz
 Requires:       python3
@@ -31,13 +31,18 @@ This tool is to show the changelog of packages in the repository
 %prep
 %setup -q
 
+%build
+
 %install
 mkdir -p %{buildroot}%{_bindir}/
 install -m 755 zypper-changelog %{buildroot}%{_bindir}/zypper-changelog
+mkdir -p %{buildroot}/usr/lib/zypper/commands %{buildroot}/%{_mandir}/man8
+install -m 644 zypper-changelog.8 %{buildroot}/%{_mandir}/man8/
 
 %files
+%defattr(-,root,root,-)
 %doc README.md
-#%license LICENSE
 %{_bindir}/zypper-changelog
+%{_mandir}/man8/*
 
 %changelog