Compare commits
5 Commits
11_0_0-2_e
...
11_0_0-3_e
Author | SHA1 | Date | |
---|---|---|---|
10c0673a87 | |||
b9981beeb7 | |||
6ddbfdbe27 | |||
9dfc42c634 | |||
de0e3e8cf3 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
||||
*.log
|
||||
*spec-20*
|
||||
*.tar.xz
|
||||
*.bak
|
||||
|
@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-devtools smeserver
|
||||
<br />https://wiki.koozali.org/
|
||||
|
||||
## 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)
|
||||
|
||||
## 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
|
||||
Name: %{name}
|
||||
%define version 11.0.0
|
||||
%define release 2
|
||||
%define release 3
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}
|
||||
License: GPL
|
||||
@@ -19,6 +19,9 @@ Requires: perl(Pod::Tests)
|
||||
AutoReqProv: no
|
||||
|
||||
%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
|
||||
- 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 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 e-smith-devtools.repo $RPM_BUILD_ROOT/etc/yum.repos.d/
|
||||
|
||||
|
||||
%clean
|
||||
@@ -501,6 +503,5 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%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/Backup.pm
|
||||
%attr(0755,root,root) /etc/yum.repos.d/e-smith-devtools.repo
|
||||
%attr(0755,root,root) /etc/e-smith/events/%{name}-update
|
||||
%doc COPYING
|
||||
|
Reference in New Issue
Block a user