generated from smedev/Template-for-SMEServer-Core-Package
* Sat Nov 30 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-16.sme
- remove smeupdates and add smecontribs-testing [SME: 12804]
This commit is contained in:
parent
ac0a7a9851
commit
5f44cf7d38
@ -1 +1 @@
|
|||||||
Rocky Linux $releasever - AppStream
|
Rocky Linux $releasever - PowerTools
|
||||||
|
@ -1 +1 @@
|
|||||||
https://mirrorlist.koozali.org/mirrorlist/smeaddons-10
|
https://mirrorlist.koozali.org/mirrorlist/smeaddons-11
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
https://mirrorlist.koozali.org/mirrorlist/smecontribs-testing-11
|
@ -0,0 +1 @@
|
|||||||
|
SME Server - contribs-testing
|
@ -0,0 +1 @@
|
|||||||
|
no
|
@ -0,0 +1 @@
|
|||||||
|
disabled
|
@ -1 +1 @@
|
|||||||
https://mirrorlist.koozali.org/mirrorlist/smecontribs-10
|
https://mirrorlist.koozali.org/mirrorlist/smecontribs-11
|
||||||
|
@ -1 +1 @@
|
|||||||
https://mirrorlist.koozali.org/mirrorlist/smedev-10
|
https://mirrorlist.koozali.org/mirrorlist/smedev-11
|
||||||
|
@ -1 +1 @@
|
|||||||
https://mirrorlist.koozali.org/mirrorlist/smeos-10
|
https://mirrorlist.koozali.org/mirrorlist/smeos-11
|
||||||
|
@ -1 +1 @@
|
|||||||
https://mirrorlist.koozali.org/mirrorlist/smetest-10
|
https://mirrorlist.koozali.org/mirrorlist/smetest-11
|
||||||
|
@ -1 +1 @@
|
|||||||
https://mirrorlist.koozali.org/mirrorlist/smeupdates-testing-10
|
https://mirrorlist.koozali.org/mirrorlist/smeupdates-testing-11
|
||||||
|
@ -1 +0,0 @@
|
|||||||
https://mirrorlist.koozali.org/mirrorlist/smeupdates-10
|
|
@ -1 +0,0 @@
|
|||||||
SME Server - updates
|
|
@ -1 +0,0 @@
|
|||||||
yes
|
|
@ -1 +0,0 @@
|
|||||||
enabled
|
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
for my $name ( qw(appstream baseos extras remi-safe remi-modular) )
|
for my $name ( qw(appstream baseos powertools extras remi-safe remi-modular) )
|
||||||
{
|
{
|
||||||
my $repo = $DB->get($name) or next;
|
my $repo = $DB->get($name) or next;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
for my $name ( qw(addons contrib dungog fws base centosplus fasttrack updates) )
|
for my $name ( qw(addons contrib dungog fws base centosplus fasttrack updates smeupdates) )
|
||||||
{
|
{
|
||||||
my $repo = $DB->get($name);
|
my $repo = $DB->get($name);
|
||||||
$repo->delete if $repo;
|
$repo->delete if $repo;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
for my $name ( qw(smeaddons smecontribs smedev smeextras smeos smetest
|
for my $name ( qw(smeaddons smecontribs smecontribs-testing smedev smeextras smeos smetest
|
||||||
smeupdates smeupdates-testing) )
|
smeupdates-testing) )
|
||||||
{
|
{
|
||||||
my $repo = $DB->get($name) or next;
|
my $repo = $DB->get($name) or next;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
Summary: Koozali SME Server rpm updater
|
Summary: Koozali SME Server rpm updater
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 11.0.0
|
%define version 11.0.0
|
||||||
%define release 15
|
%define release 16
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -68,6 +68,9 @@ mkdir -p root/etc/yum.smerepos.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 30 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-16.sme
|
||||||
|
- remove smeupdates and add smecontribs-testing [SME: 12804]
|
||||||
|
|
||||||
* Fri Nov 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-15.sme
|
* Fri Nov 15 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-15.sme
|
||||||
- add PowerTools repo needed for openldap-server [SME: 12790]
|
- add PowerTools repo needed for openldap-server [SME: 12790]
|
||||||
- add SME 11 gpg key
|
- add SME 11 gpg key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user