SHA256
1
0
forked from cockpit/cockpit

Accepting request 711871 from home:bmanojlovic:admin

- updated to latest release 195  
- New upstream version - 189
- New upstream version - 186
- New upstream version - 180
- New upstream version - 177
- First build. Version - 176.
- Update to 0.79
  * Vagrant file for Cockpit development
  * Use libvirt for testing
  * Display only last lines of Kubernetes container logs
  See https://github.com/cockpit-project/cockpit/releases
- Add branding-symlinks.patch, SUSE doesn't carry Fedora pixmaps
- Initial release 0.38

OBS-URL: https://build.opensuse.org/request/show/711871
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=25
This commit is contained in:
Klaus Kämpf
2019-06-25 12:44:15 +00:00
committed by Git OBS Bridge
parent 8ed811c5af
commit 64c45561f6
9 changed files with 797 additions and 520 deletions

9
cockpit-rpmlintrc Normal file
View File

@@ -0,0 +1,9 @@
# False positive
addFilter('explicit-lib-dependency.*libvirt-client');
# Do not break build in home:
setBadness('polkit-untracked-privilege', 100);
setBadness('invalid-filepath-dependency', 100);
setBadness('non-ghost-in-run', 100);
setBadness('permissions-file-setuid-bit', 100);
# hmh...
setBadness('non-position-independent-executable', 100);