Content
You are here:
[SOLVED] Update from 8.1.0 to 8.2.0 on Suse Enterprise 12
Added by Tobias Braun about 6 years ago
Hi,
I try to do the update from 8.1.0 to 8.2.0 with zypper and geht the following result:
sudo zypper update openproject
Refreshing service 'spacewalk'.
Retrieving repository 'SLE-Module-Toolchain12-Updates for x86_64 SP2' metadata ...................................................................................................................[done]
Building repository 'SLE-Module-Toolchain12-Updates for x86_64 SP2' cache ........................................................................................................................[done]
Retrieving repository 'SLES12-SP2-LTSS-Updates for x86_64' metadata ..............................................................................................................................[done]
Building repository 'SLES12-SP2-LTSS-Updates for x86_64' cache ...................................................................................................................................[done]
Loading repository data...
Reading installed packages...
No update candidate for 'openproject-8.1.0-1540557635.e408d148.sles12.x86_64'. The highest available version is already installed.
Resolving package dependencies...
Here is the content of the repo file in /etc/zypp/repos.d/openproject-ce.repo
[openproject-ce]
name=Repository for opf/openproject-ce (stable/8) packages.
enabled=1
autorefresh=0
baseurl=https://dl.packager.io/srv/rpm/opf/openproject-ce/stable/8/sles/12/$basearch
type=NONE
gpgcheck=0
repo_gpgcheck=1
gpgkey=https://dl.packager.io/srv/opf/openproject-ce/key
keeppackages=0
Is there something wrong on my site?
Thanks,
Tobias
Replies (4)
Hi Tobias,
according to packager.io,
openproject-8.2.0-1545059549.9474629b.sles12.x86_64.rpm
was built and pushed correctly. (cf., the log output from it: https://packager.io/gh/opf/openproject-ce/builds/1169/logs/sles-12).Your repo file also looks correct. I'll relay this to the packager support.
Best,
Oliver
Any update on this topic available? It seems still to be 8.1.0 in the repo.
Thanks,
Tobias
Hello, it seems your
type
is incorrect. It should betype=rpm-md
instead ofNONE
Can you fix and retry?
Thank you,
Cyril
This solved the issue. I wonder why this was not set correct.