forked from pool/cockpit
update to 330, fix suse_docs.patch #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ldragon/cockpit:330"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
suse_docs.patch inserted some trailing commas which broke the files. this has been fixed.
Cockpit has been updated to 330. I've also cleaned up some left overs of cockpit-pcp in the spec file, these wouldn't run for us since they should only run on rhel but our spec file shouldn't have references to cockpit-pcp.
This update has a notable change:
Sandboxing and dropping of setuid are useful for us, bootc currently is not
2ae8961317
toed0dc3be9e
ed0dc3be9e
to35649f4a13
35649f4a13
tod26d5019d5
So, the build is actually is failing on15.6
https://build.opensuse.org/project/show/home:autogits_obs_staging_bot:cockpit:XObsPrj:PR:10
maybe needs
autoreconf -fvi
we call
autoreconf -fvi -I tools
so thats not the issue i believe?Installable binary .RPM packages where ?__?
openSUSE Leap 15.6:
Version 321...
8192786306
todaf2b8bd6f
are you asking for the devel project or in general for leap?
for leap running
zypper in cockpit
should pull in everything required however i would also recommend pulling incockpit-storaged
,cockpit-packagekit
and should you use networkmanagercockpit-networkmanager
daf2b8bd6f
to8a6c640ec4
I mean:
Where to download
.src.rpm
or.rpm
packages from these builds? They are nowhere to be found and PKGS.org list only version Cockpit 309 for Leap and 322 for TumbleWeed . . .Another question:
Does it work with Wicked connectivity or it explicitly requires Network Manager to ever start the
cockpit.socket
?_?Thanks!
So, downloading the build is a little complicated. You need
osc
get get binaries from OBS. The location,osc getbinaries home:autogits_obs_staging_bot:cockpit:XObsPrj:PR:10 <repository> <arch>
so, to get binaries for 15.6 x86_64,osc getbinaries home:autogits_obs_staging_bot:cockpit:XObsPrj:PR:10 15.6 x86_64
This probably will get improved as we work on this integration between source git and OBS and build results.
434277a5aa
toeefcb8a61f
@ -232,3 +234,4 @@
%patch -P 201 -p1
%if 0%{?suse_version} != 1500
Do we really want comparisons like these? It's better to use
suse_version > 1500
if we are to match everything than SLE15. As-is, this will also match non-suse builds.@ -556,7 +556,9 @@ Suggests: sssd-dbus >= 2.6.2
%if 0%{?suse_version}
Requires(pre): permissions
Requires: distribution-logos
%if 0%{?suse_version} != 1500
here too
node_modules.sums
file should also be removed as it's not used.5e282dc881
to23892eda9a