2 Commits

Author SHA1 Message Date
2a97c4d9e1 * Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.6.6-17.sme
- add missing deps
2025-01-26 17:19:19 -05:00
b4435417b4 * Tue Dec 03 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.6.6-16.sme
- initial build for SME Server
2024-12-03 15:55:30 -05:00
3 changed files with 26 additions and 2 deletions

View File

@@ -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)
python2-kid
python2-rpmUtils
python2-rpm
python2-backports-lzma
python2-pycurl
python2-urlgrabber
python2-yum (yum srpm)
yum-metadata-parser

BIN
fedora-repoview-templates.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,6 +1,6 @@
Name: repoview
Version: 0.6.6
Release: 15%{?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,12 @@ cp -rp fedora-repoview $RPM_BUILD_ROOT/%{_datadir}/%{name}/fedora
%changelog
* Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.6.6-17.sme
- add missing deps
* Tue Dec 03 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.6.6-16.sme
- initial build for SME Server
* Sat Mar 14 2020 josef radinger <cheese@nosuchhost.net> - 0.6.6-15
- rebuild for fedora 31
- Require python2-rpmUtils