Accepting request 1035959 from home:bzoltan1:branches:zypp:plugins
Update with few fixes after testing on Leap and SLES OBS-URL: https://build.opensuse.org/request/show/1035959 OBS-URL: https://build.opensuse.org/package/show/zypp:plugins/zypper-changelog-plugin?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ceef27dda0363505986dc1fb62133dafc87bc3814fd30984002b217bb4e4c99
|
|
||||||
size 12216
|
|
3
zypper-changelog-plugin-0.2.tar.gz
Normal file
3
zypper-changelog-plugin-0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:415c8f0a1c2533cc57cdbdf50fa334c9cb055093a88a0ba5ef90bd4a42a5df1f
|
||||||
|
size 12938
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 16 06:35:11 UTC 2022 - Zoltan Balogh <zbalogh@suse.com>
|
||||||
|
|
||||||
|
- Update with few fixes after testing on Leap and SLES
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 17 16:46:17 UTC 2021 - Zoltan Balogh <zbalogh@suse.com>
|
Sun Jan 17 16:46:17 UTC 2021 - Zoltan Balogh <zbalogh@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zypper-changelog-plugin
|
# spec file for package zypper-changelog-plugin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,19 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: zypper-changelog-plugin
|
Name: zypper-changelog-plugin
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Changelog listing tool
|
Summary: Changelog listing tool
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
URL: https://github.com/bzoltan1/zypper-changelog-plugin.git
|
URL: https://github.com/bzoltan1/zypper-changelog-plugin.git
|
||||||
Source: zypper-changelog-plugin-0.1.tar.gz
|
Source: zypper-changelog-plugin-0.2.tar.gz
|
||||||
Requires: /usr/bin/python3
|
Requires: /usr/bin/python3
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This tool is to show the changelog of packages in the repository
|
This tool is to show the changelog of packages in the repository
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user