From 2a97c4d9e14da0c02150e4059c31d3ff720fd9c6 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Sun, 26 Jan 2025 17:19:19 -0500 Subject: [PATCH] * Sun Jan 26 2025 Jean-Philippe Pialasse 0.6.6-17.sme - add missing deps --- README.md | 10 +++++++++- repoview.spec | 12 +++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92697dd..f6b3541 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Template-for-SMEServer-Core-upstream +will require -Template to use for creating a repo for an SMEServer core upstream package (non perl) \ No newline at end of file +python2-kid +python2-rpmUtils +python2-rpm +python2-backports-lzma +python2-pycurl +python2-urlgrabber +python2-yum (yum srpm) +yum-metadata-parser diff --git a/repoview.spec b/repoview.spec index 2675fa7..3e4422f 100644 --- a/repoview.spec +++ b/repoview.spec @@ -1,6 +1,6 @@ Name: repoview Version: 0.6.6 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Creates a set of static HTML pages in a yum repository License: GPLv2+ @@ -11,6 +11,13 @@ BuildArch: noarch Requires: python2-kid >= 0.6.3, yum >= 3.0, python2 >= 2.5 Requires: python2-rpmUtils +# missing deps +Requires: python2-rpm +Requires: python2-backports-lzm +Requires: python2-pycurl +Requires: python2-urlgrabber +Requires: python2-yum +Requires: yum-metadata-parser %description RepoView creates a set of static HTML pages in a yum repository for easy @@ -54,6 +61,9 @@ cp -rp fedora-repoview $RPM_BUILD_ROOT/%{_datadir}/%{name}/fedora %changelog +* Sun Jan 26 2025 Jean-Philippe Pialasse 0.6.6-17.sme +- add missing deps + * Tue Dec 03 2024 Jean-Philippe Pialasse 0.6.6-16.sme - initial build for SME Server