From d98f945df3c5da808c8866e09e7fa9cf0ebf3577a9375127e73884c4ba1ed990 Mon Sep 17 00:00:00 2001 From: Zoltan Balogh Date: Fri, 30 Aug 2024 18:12:03 +0000 Subject: [PATCH] Fixing bsc#1229242 - zypper-changelog-plugin lacks package names OBS-URL: https://build.opensuse.org/package/show/zypp:plugins/zypper-changelog-plugin?expand=0&rev=24 --- .gitattributes | 23 +++++++++++++ .gitignore | 1 + zypper-changelog-plugin-0.5.tar.gz | 3 ++ zypper-changelog-plugin-0.6.tar.gz | 3 ++ zypper-changelog-plugin.changes | 43 ++++++++++++++++++++++++ zypper-changelog-plugin.spec | 53 ++++++++++++++++++++++++++++++ 6 files changed, 126 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 zypper-changelog-plugin-0.5.tar.gz create mode 100644 zypper-changelog-plugin-0.6.tar.gz create mode 100644 zypper-changelog-plugin.changes create mode 100644 zypper-changelog-plugin.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/zypper-changelog-plugin-0.5.tar.gz b/zypper-changelog-plugin-0.5.tar.gz new file mode 100644 index 0000000..2cb94b5 --- /dev/null +++ b/zypper-changelog-plugin-0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3d76a3abac951848468372219f4f8243b844f2e3e5561b91346881a3377a50 +size 13019 diff --git a/zypper-changelog-plugin-0.6.tar.gz b/zypper-changelog-plugin-0.6.tar.gz new file mode 100644 index 0000000..092a3e5 --- /dev/null +++ b/zypper-changelog-plugin-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230443bf21afcfc681ef8c514f21d796f0befc338604e608acfcd78a9a9a5886 +size 13355 diff --git a/zypper-changelog-plugin.changes b/zypper-changelog-plugin.changes new file mode 100644 index 0000000..3685003 --- /dev/null +++ b/zypper-changelog-plugin.changes @@ -0,0 +1,43 @@ +------------------------------------------------------------------- +Fri Aug 30 18:00:33 UTC 2024 - Zoltan Balogh + +- Fixing bsc#1229242 - zypper-changelog-plugin lacks package names + +------------------------------------------------------------------- +Tue Jun 4 17:16:49 UTC 2024 - Zoltan Balogh + +- Fixing bsc#1213929 - zypper-changelog-plugin lacks dependencies (No module named 'rpm') + +------------------------------------------------------------------- +Fri May 24 12:26:41 UTC 2024 - Zoltan Balogh + +- Fixing bsc#1223985 - zypper-changelog-plugin exhausts all memory +- Fixing bsc#1217299 - zypp:plugins/zypper-changelog-plugin: Bug repodata is now using zstd compression +- Optimized memory usage, more error handling, better structure and + improved comments + +------------------------------------------------------------------- +Thu Dec 8 06:20:17 UTC 2022 - Zoltan Balogh + +- Fixing bsc#1206081 - The zypper changelog plugin fails for packages not installed + +------------------------------------------------------------------- +Wed Nov 16 06:35:11 UTC 2022 - Zoltan Balogh + +- Update with few fixes after testing on Leap and SLES + +------------------------------------------------------------------- +Sun Jan 17 16:46:17 UTC 2021 - Zoltan Balogh + +- Change the default repository to oss instead of repo-oss + +------------------------------------------------------------------- +Mon Jan 4 15:59:59 UTC 2021 - Zoltan Balogh + +- Added python3-requests to the dependencies + +------------------------------------------------------------------- +Sun May 31 16:43:10 UTC 2020 - Zoltan Balogh + +- 0.1 +- Initial commit with packaging improvements diff --git a/zypper-changelog-plugin.spec b/zypper-changelog-plugin.spec new file mode 100644 index 0000000..7225a34 --- /dev/null +++ b/zypper-changelog-plugin.spec @@ -0,0 +1,53 @@ +# +# spec file for package zypper-changelog-plugin +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: zypper-changelog-plugin +Version: 0.6 +Release: 0 +Summary: Changelog listing tool +License: GPL-2.0-only +Group: System/Packages +URL: https://github.com/bzoltan1/zypper-changelog-plugin.git +Source: zypper-changelog-plugin-0.6.tar.gz +Requires: /usr/bin/python3 +Requires: python3-requests +Requires: python3-rpm +Requires: zstd +BuildArch: noarch + +%description +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 +%license LICENSE +%doc README.md +%{_bindir}/zypper-changelog +%{_mandir}/man8/* + +%changelog