Compare commits
5 Commits
11_0_0-2_e
...
master
Author | SHA1 | Date | |
---|---|---|---|
10c0673a87 | |||
b9981beeb7 | |||
6ddbfdbe27 | |||
9dfc42c634 | |||
de0e3e8cf3 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
*.log
|
*.log
|
||||||
*spec-20*
|
*spec-20*
|
||||||
*.tar.xz
|
*.tar.xz
|
||||||
|
*.bak
|
||||||
|
@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-devtools smeserver
|
|||||||
<br />https://wiki.koozali.org/
|
<br />https://wiki.koozali.org/
|
||||||
|
|
||||||
## Bugzilla
|
## Bugzilla
|
||||||
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-devtools&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)\
|
Show list of outstanding bugs:
|
||||||
|
[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&cf_package=smeserver-devtools&classification=SME+Server&list_id=105756&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&cf_package=smeserver-devtools&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&cf_package=smeserver-devtools&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Need info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&cf_package=smeserver-devtools&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[In progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&cf_package=smeserver-devtools&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&cf_package=smeserver-devtools&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
|
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&cf_package=smeserver-devtools&classification=SME+Server&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&query_format=advanced)
|
||||||
And a list of outstanding Legacy bugs: (e-smith-devtools) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-devtools&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
And a list of outstanding Legacy bugs: (e-smith-devtools) [here](https://bugs.koozali.org/buglist.cgi?component=e-smith-devtools&product=SME%20Server%2010.X&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
@@ -1,40 +0,0 @@
|
|||||||
[e-smith-devtools]
|
|
||||||
enabled=1
|
|
||||||
mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeos-10
|
|
||||||
name=SME Server - os e-smith-devtools
|
|
||||||
gpgcheck=1
|
|
||||||
enablegroups=1
|
|
||||||
includepkgs=e-smith-devtools
|
|
||||||
|
|
||||||
[e-smith-devtools-updates]
|
|
||||||
enabled=1
|
|
||||||
mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeupdates-10
|
|
||||||
name=SME Server - updates e-smith-devtools
|
|
||||||
gpgcheck=1
|
|
||||||
enablegroups=1
|
|
||||||
includepkgs=e-smith-devtools
|
|
||||||
|
|
||||||
[e-smith-devtools-test]
|
|
||||||
enabled=0
|
|
||||||
mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smetest-10
|
|
||||||
name=SME Server - test e-smith-devtools
|
|
||||||
gpgcheck=1
|
|
||||||
enablegroups=0
|
|
||||||
includepkgs=e-smith-devtools
|
|
||||||
|
|
||||||
[e-smith-devtools-dev]
|
|
||||||
enabled=0
|
|
||||||
mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smedev-10
|
|
||||||
name=SME Server - dev e-smith-devtools
|
|
||||||
gpgcheck=1
|
|
||||||
enablegroups=0
|
|
||||||
includepkgs=e-smith-devtools
|
|
||||||
|
|
||||||
[e-smith-devtools-updates-testing]
|
|
||||||
enabled=0
|
|
||||||
mirrorlist=http://mirrorlist.contribs.org/mirrorlist/smeupdates-testing-10
|
|
||||||
name=SME Server - updates-testing e-smith-devtools
|
|
||||||
gpgcheck=1
|
|
||||||
enablegroups=0
|
|
||||||
includepkgs=e-smith-devtools
|
|
||||||
|
|
@@ -4,7 +4,7 @@ Summary: smeserver tools for building RPMs
|
|||||||
%define name smeserver-devtools
|
%define name smeserver-devtools
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 2
|
%define release 3
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@@ -19,6 +19,9 @@ Requires: perl(Pod::Tests)
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
|
||||||
|
- remove yum repo file [SME: 12830]
|
||||||
|
|
||||||
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-2.sme
|
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-2.sme
|
||||||
- Set license file to GPL2.0 [SME: 12577]
|
- Set license file to GPL2.0 [SME: 12577]
|
||||||
|
|
||||||
@@ -481,7 +484,6 @@ cp generate-lexicons $RPM_BUILD_ROOT/sbin/e-smith
|
|||||||
cp update-po $RPM_BUILD_ROOT/sbin/e-smith
|
cp update-po $RPM_BUILD_ROOT/sbin/e-smith
|
||||||
cp CreateLinks.pm $RPM_BUILD_ROOT/usr/share/perl5/vendor_perl/esmith/Build
|
cp CreateLinks.pm $RPM_BUILD_ROOT/usr/share/perl5/vendor_perl/esmith/Build
|
||||||
cp Backup.pm $RPM_BUILD_ROOT/usr/share/perl5/vendor_perl/esmith/Build
|
cp Backup.pm $RPM_BUILD_ROOT/usr/share/perl5/vendor_perl/esmith/Build
|
||||||
cp e-smith-devtools.repo $RPM_BUILD_ROOT/etc/yum.repos.d/
|
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@@ -501,6 +503,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(0755,root,root) /sbin/e-smith/update-po
|
%attr(0755,root,root) /sbin/e-smith/update-po
|
||||||
%attr(0644,root,root) /usr/share/perl5/vendor_perl/esmith/Build/CreateLinks.pm
|
%attr(0644,root,root) /usr/share/perl5/vendor_perl/esmith/Build/CreateLinks.pm
|
||||||
%attr(0644,root,root) /usr/share/perl5/vendor_perl/esmith/Build/Backup.pm
|
%attr(0644,root,root) /usr/share/perl5/vendor_perl/esmith/Build/Backup.pm
|
||||||
%attr(0755,root,root) /etc/yum.repos.d/e-smith-devtools.repo
|
|
||||||
%attr(0755,root,root) /etc/e-smith/events/%{name}-update
|
%attr(0755,root,root) /etc/e-smith/events/%{name}-update
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
Reference in New Issue
Block a user