Auto sync2gitlab import of cockpit-275-1.el8.src.rpm
This commit is contained in:
parent
be2baabd76
commit
d9c5e9a441
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/cockpit-272.tar.xz
|
||||
/cockpit-273.tar.xz
|
||||
/cockpit.css.gz
|
||||
/cockpit-275.tar.xz
|
||||
|
15
cockpit.spec
15
cockpit.spec
@ -49,8 +49,8 @@ Summary: Web Console for Linux servers
|
||||
License: LGPLv2+
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 273
|
||||
Release: 2%{?dist}
|
||||
Version: 275
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
Source1: cockpit.css.gz
|
||||
|
||||
@ -279,13 +279,7 @@ rm -f %{buildroot}/%{_prefix}/share/metainfo/org.cockpit-project.cockpit-storage
|
||||
|
||||
sed -i "s|%{buildroot}||" *.list
|
||||
|
||||
%if 0%{?suse_version}
|
||||
# remove brandings with stale symlinks. Means they don't match
|
||||
# the distro.
|
||||
pushd %{buildroot}/%{_datadir}/cockpit/branding
|
||||
find -L * -type l -printf "%H\n" | sort -u | xargs rm -rv
|
||||
popd
|
||||
%else
|
||||
%if ! 0%{?suse_version}
|
||||
%global _debugsource_packages 1
|
||||
%global _debuginfo_subpackages 0
|
||||
|
||||
@ -667,6 +661,9 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Aug 25 2022 Matej Marusak <mmarusak@redhat.com> - 275-1
|
||||
- shell: Support for alternatives to sudo (rhbz#2091034)
|
||||
|
||||
* Thu Jul 21 2022 Martin Pitt <mpitt@redhat.com> - 273-2
|
||||
- Re-disable BaseOS package builds
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-273.tar.xz) = 5e6c6cc70f2a2b89ae80873716fe245f7a0a517e2d6da5de5d2a255d2b1102f80c17621863547773ac6adb101c0df9f59e048950110f6a1c0fed2e67fa5249ae
|
||||
SHA512 (cockpit-275.tar.xz) = eb3236afef0ef6d87bd0f65bd5955d797bda6d2fb87627cbfbce6a1a4aa24223e5bcc3db620b58cee0ac48081ffc455044e68c7e2cdd0805789df0a81fcd781b
|
||||
SHA512 (cockpit.css.gz) = 1851e890e49141c17e498f1472c3bc307439cefaa0f1dccecbfc87b04087af03ca42199c86116c1fcf8890b58ca98f8aecfb01cc8b3c03a76e2685f7bd610568
|
||||
|
Loading…
Reference in New Issue
Block a user