import cockpit-275-1.el8
This commit is contained in:
parent
4c85683613
commit
84e22cbfb6
@ -1,2 +1,2 @@
|
|||||||
78c4ad32f25fa609f2b5073ab3c5bd3806b8a10a SOURCES/cockpit-273.tar.xz
|
966f5b12e230d08d7ffe35ffbbcf882153454430 SOURCES/cockpit-275.tar.xz
|
||||||
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
|
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/cockpit-273.tar.xz
|
SOURCES/cockpit-275.tar.xz
|
||||||
SOURCES/cockpit.css.gz
|
SOURCES/cockpit.css.gz
|
||||||
|
@ -49,8 +49,8 @@ Summary: Web Console for Linux servers
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 273
|
Version: 275
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||||
Source1: cockpit.css.gz
|
Source1: cockpit.css.gz
|
||||||
|
|
||||||
@ -279,13 +279,7 @@ rm -f %{buildroot}/%{_prefix}/share/metainfo/org.cockpit-project.cockpit-storage
|
|||||||
|
|
||||||
sed -i "s|%{buildroot}||" *.list
|
sed -i "s|%{buildroot}||" *.list
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%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
|
|
||||||
%global _debugsource_packages 1
|
%global _debugsource_packages 1
|
||||||
%global _debuginfo_subpackages 0
|
%global _debuginfo_subpackages 0
|
||||||
|
|
||||||
@ -667,6 +661,9 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%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
|
* Thu Jul 21 2022 Martin Pitt <mpitt@redhat.com> - 273-2
|
||||||
- Re-disable BaseOS package builds
|
- Re-disable BaseOS package builds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user