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
This commit is contained in:
Zoltan Balogh 2020-05-31 16:35:20 +00:00 committed by Git OBS Bridge
parent 05081c49d2
commit 348d3db57d
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b3ed1dfdff1505a63ae29db78224498641d123e4af55e13ca3fb9aeffe39e71
size 11706
oid sha256:5799f5897bfdaec5f1013e86f4a0ee5e77c3dab79b0cef74b38c8721afe76059
size 12097

View File

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