Update to 188-1
- React to superuser changes - Fix building with npm 7 - Switch release tarballs to tar.xz - Many translation updates (they did not happen since Feb 2020)
This commit is contained in:
parent
0b4dc60a7f
commit
1cd0a8f612
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
|||||||
/cockpit-ostree-185.tar.gz
|
/cockpit-ostree-185.tar.gz
|
||||||
/cockpit-ostree-186.tar.gz
|
/cockpit-ostree-186.tar.gz
|
||||||
/cockpit-ostree-187.tar.gz
|
/cockpit-ostree-187.tar.gz
|
||||||
|
/cockpit-ostree-188.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 187
|
Version: 188
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Name: cockpit-ostree
|
Name: cockpit-ostree
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
@ -12,7 +12,7 @@ Requires: cockpit-system >= 125
|
|||||||
Requires: rpm-ostree
|
Requires: rpm-ostree
|
||||||
|
|
||||||
# Download from https://github.com/cockpit-project/cockpit-ostree/releases
|
# Download from https://github.com/cockpit-project/cockpit-ostree/releases
|
||||||
Source: cockpit-ostree-%{version}.tar.gz
|
Source: cockpit-ostree-%{version}.tar.xz
|
||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
@ -31,6 +31,12 @@ Cockpit component for managing software updates for ostree based systems.
|
|||||||
%{_datadir}/cockpit/*
|
%{_datadir}/cockpit/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 19 2021 Martin Pitt <martin@piware.de> - 188-1
|
||||||
|
- React to superuser changes
|
||||||
|
- Fix building with npm 7
|
||||||
|
- Switch release tarballs to tar.xz
|
||||||
|
- Many translation updates (they did not happen since Feb 2020)
|
||||||
|
|
||||||
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 187-1
|
* Wed Aug 04 2021 Martin Pitt <martin@piware.de> - 187-1
|
||||||
- Port from moment to date-fns
|
- Port from moment to date-fns
|
||||||
- Translation updates
|
- Translation updates
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-ostree-187.tar.gz) = e71849423365c4b8f6d755dbec49581d1004a71c307fc97346f300f51a0fb50a604f903e060073c96de80468c9acbda93210ccdbc9e873b182bdf11687e61b07
|
SHA512 (cockpit-ostree-188.tar.xz) = d391c04d0be3e18f4452a943f6eb6709a2eb5668cf85a5311254b1e807d9b1adfecb6c02c489d8b8f8c0bfaf0277dbe314ee8115c255ab91ea4a3c3fe24054e9
|
||||||
|
Loading…
Reference in New Issue
Block a user