Compare commits
No commits in common. "master" and "1.1.19-5.el8.sme" have entirely different histories.
master
...
1.1.19-5.e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,4 +2,3 @@
|
|||||||
*.log
|
*.log
|
||||||
*spec-20*
|
*spec-20*
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.tar.xz
|
|
||||||
|
@ -7,14 +7,7 @@ SMEServer Koozali developed git repo for smeserver-cacti smecontribs
|
|||||||
<br />https://wiki.koozali.org/Cacti/fr
|
<br />https://wiki.koozali.org/Cacti/fr
|
||||||
|
|
||||||
## Bugzilla
|
## Bugzilla
|
||||||
Show list of outstanding bugs:
|
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-cacti&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||||
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-cacti&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
|
||||||
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-cacti&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
|
||||||
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-cacti&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
|
||||||
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-cacti&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
|
||||||
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-cacti&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
|
||||||
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-cacti&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
|
||||||
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-cacti&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
|
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ Summary: Cacti for smeserver
|
|||||||
%define name smeserver-cacti
|
%define name smeserver-cacti
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 1.1.19
|
%define version 1.1.19
|
||||||
%define release 6
|
%define release 5
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: Freely distributable
|
License: Freely distributable
|
||||||
@ -27,9 +27,6 @@ Requires: php-gmp
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Sep 08 2024 Brian Read <brianr@koozali.org> 1.1.19-6.sme
|
|
||||||
- Add -f to rm in spec so it builds
|
|
||||||
|
|
||||||
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.1.19-5.sme
|
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.1.19-5.sme
|
||||||
- Fix e-smith references in smeserver-cacti [SME: 12732]
|
- Fix e-smith references in smeserver-cacti [SME: 12732]
|
||||||
|
|
||||||
@ -110,8 +107,8 @@ SME server - Cacti
|
|||||||
%setup
|
%setup
|
||||||
mkdir -p root/var/log/php/cacti
|
mkdir -p root/var/log/php/cacti
|
||||||
mkdir -p root/var/lib/php/cacti/{opcache,session,tmp}
|
mkdir -p root/var/lib/php/cacti/{opcache,session,tmp}
|
||||||
rm -f root/etc/e-smith/db/configuration/migrate/80cacti_sme.sql
|
rm root/etc/e-smith/db/configuration/migrate/80cacti_sme.sql
|
||||||
rm -f root/etc/e-smith/templates/etc/cacti/db.php/40DB
|
rm root/etc/e-smith/templates/etc/cacti/db.php/40DB
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl createlinks
|
perl createlinks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user