Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

openSUSE/salt-packaging

mcepl created a review comment on a pull request on openSUSE/salt-packaging
I would much prefer some kind of shim, that would be more robust: ```rpm # Compat stub for python3_fix_shebang_path %{?!python3_fix_shebang_path:%define python3_fix_shebang_path(+abcdefghijklm...

View on GitHub

meaksh created a review comment on a pull request on openSUSE/salt-packaging
We use this exact spec file for building different the "salt" package for different OSes, including old SLE15 versions and CentOS8/RES8, as you can see here: https://build.opensuse.org/package/s...

View on GitHub

meaksh created a review on a pull request on openSUSE/salt-packaging
Thanks for your contribution @pgajdos, and sorry for the delay on a review here! Unfortunately, we need some adjustments here to avoid breaking the build for other OSes that are using this same ...

View on GitHub

meaksh created a review on a pull request on openSUSE/salt-packaging
Thanks for your contribution @pgajdos, and sorry for the delay on a review here! Unfortunately, we need some adjustments here to avoid breaking the build for other OSes that are using this same ...

View on GitHub

vzhestkov created a comment on a pull request on openSUSE/salt-packaging
There is a list of the modules which are shipped with the salt, but are not intended to be used on all possible systems, for example there are windows related modules which dont make any sense in l...

View on GitHub

m-czernek pushed 1 commit to release/3006.0 openSUSE/salt-packaging
  • Handle logger exception when flushing already closed file e1eca52

View on GitHub

m-czernek closed a pull request on openSUSE/salt-packaging
Handle logger exception when flushing already closed file
Porting: https://github.com/openSUSE/salt/pull/686
m-czernek opened a pull request on openSUSE/salt-packaging
Handle logger exception when flushing already closed file
Porting: https://github.com/openSUSE/salt/pull/686
m-czernek pushed 1 commit to release/3006.0 openSUSE/salt-packaging
  • Include passlib as a recommended dependency 264aade

View on GitHub

m-czernek closed a pull request on openSUSE/salt-packaging
Include passlib as a dependency
We added passlib to Salt bundle, but not here; WDYT?
asdil12 created a comment on a pull request on openSUSE/salt-packaging
I think that if a package contains a file that imports a module, the package should require all the dependencies. It is such a huge improvement on user experience. It is beyond annoying to figure...

View on GitHub

vzhestkov opened a draft pull request on openSUSE/salt-packaging
Use update-alternatives for salt-call and fix builing on EL8
Addition to https://github.com/openSUSE/salt-packaging/pull/96 by @danigm to make it possible to use `salt-call` with Python 3.11 using `update-alternatives`. Additionally fixes the builds for E...
vzhestkov created a branch on openSUSE/salt-packaging

singlespec-py311 - Stuff which makes a Salt packager's life easier

vzhestkov created a comment on a pull request on openSUSE/salt-packaging
It's not a crash of the service, it's just the debug message that the module can't be loaded. This message is not visible with the default logging level. Better to use `Recommends: python3-cr...

View on GitHub

vzhestkov created a comment on a pull request on openSUSE/salt-packaging
For the bundle it's in the BuildRequires as it should be available while building the package to include to the resulting, but with the classic salt packages we are not including anything during th...

View on GitHub

vzhestkov created a review on a pull request on openSUSE/salt-packaging
Not fully sure about EL8 clones, some of them has no such package at all, maybe better to move up inside such section: ``` %if 0%{?suse_version} ... %endif ``` but with `Recommends` it should...

View on GitHub

m-czernek created a comment on a pull request on openSUSE/salt-packaging
Changed - I used buildrequires because that's what we use in Bundle, but you're right, it's not a build dep for non-bundle Salt. WDYT now? Also, please double check the location of the recommends -...

View on GitHub

vzhestkov created a review on a pull request on openSUSE/salt-packaging
Are you sure it's a build requirement? I suppose it should be the requirement for the package installation, so `Requires: python3-passlib`, and I'm not sure if it should be a strict requireme...

View on GitHub

m-czernek opened a pull request on openSUSE/salt-packaging
Include passlib as a dependency
We added passlib to Salt bundle, but not here; WDYT?