Update to 233-1
- Update to upstream 233 release
This commit is contained in:
parent
e229288441
commit
7f229eb5e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -192,3 +192,4 @@
|
||||
/cockpit-230.tar.xz
|
||||
/cockpit-231.tar.xz
|
||||
/cockpit-232.tar.xz
|
||||
/cockpit-233.tar.xz
|
||||
|
11
cockpit.spec
11
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 232
|
||||
Version: 233
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||
@ -194,14 +194,14 @@ rm -f %{buildroot}/%{_libdir}/cockpit/*.so
|
||||
install -D -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/cockpit/
|
||||
|
||||
# only ship deprecated PatternFly API for stable releases
|
||||
%if 0%{?fedora} > 33 || 0%{?rhel} > 8
|
||||
rm %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css
|
||||
%if 0%{?fedora} <= 33 || 0%{?rhel} <= 8
|
||||
ln -s cockpit.css.gz %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css.gz
|
||||
%endif
|
||||
|
||||
# Build the package lists for resource packages
|
||||
echo '%dir %{_datadir}/cockpit/base1' > base.list
|
||||
echo '%dir %{_datadir}/cockpit/base1/fonts' >> base.list
|
||||
find %{buildroot}%{_datadir}/cockpit/base1 -type f >> base.list
|
||||
find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list
|
||||
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
||||
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
||||
echo '%dir %{_datadir}/cockpit/ssh' >> base.list
|
||||
@ -703,6 +703,9 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Nov 26 2020 Cockpit Project <cockpituous@gmail.com> - 233-1
|
||||
- Update to upstream 233 release
|
||||
|
||||
* Wed Nov 11 2020 Katerina Koukiou <kkoukiou@redhat.com> - 232-1
|
||||
|
||||
- Improved host editing
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-232.tar.xz) = ff9b4a2db73dc5d1654ab951a9a8b2ec251f75d126037f6c10b64f1cf9f01e4088d2afe93b7c661a1816188d9cef080b8ae856225080c28a68de389518f2df46
|
||||
SHA512 (cockpit-233.tar.xz) = dca1bb87c257709ff613ce21c67f9998e16ce0137c2989a8223beceef7e43e4487437c3d2a29e0b180a8f97fe51d3b28b2762f1fff9dbb85da7dde3327161bbf
|
||||
|
Loading…
Reference in New Issue
Block a user