* Wed Dec 18 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- remove yum repo file [SME: 12830]
This commit is contained in:
parent
b9981beeb7
commit
10c0673a87
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user