generated from smedev/Template-for-SMEServer-Core-upstream
* Sun Jan 26 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.6.6-17.sme
- add missing deps
This commit is contained in:
parent
b4435417b4
commit
2a97c4d9e1
10
README.md
10
README.md
@ -1,3 +1,11 @@
|
|||||||
# Template-for-SMEServer-Core-upstream
|
# 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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: repoview
|
Name: repoview
|
||||||
Version: 0.6.6
|
Version: 0.6.6
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Summary: Creates a set of static HTML pages in a yum repository
|
Summary: Creates a set of static HTML pages in a yum repository
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -11,6 +11,13 @@ BuildArch: noarch
|
|||||||
|
|
||||||
Requires: python2-kid >= 0.6.3, yum >= 3.0, python2 >= 2.5
|
Requires: python2-kid >= 0.6.3, yum >= 3.0, python2 >= 2.5
|
||||||
Requires: python2-rpmUtils
|
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
|
%description
|
||||||
RepoView creates a set of static HTML pages in a yum repository for easy
|
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
|
%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
|
* Tue Dec 03 2024 Jean-Philippe Pialasse <jpp@koozali.org> 0.6.6-16.sme
|
||||||
- initial build for SME Server
|
- initial build for SME Server
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user