Release 2019.1
This commit is contained in:
parent
97346cf780
commit
ae9474c945
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
|||||||
/rpm-ostree-2018.8.tar.xz
|
/rpm-ostree-2018.8.tar.xz
|
||||||
/rpm-ostree-2018.9.tar.xz
|
/rpm-ostree-2018.9.tar.xz
|
||||||
/rpm-ostree-2018.10.tar.xz
|
/rpm-ostree-2018.10.tar.xz
|
||||||
|
/rpm-ostree-2019.1.tar.xz
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
From 48aae521ca6a6e8098fe85f71dd8ee146e4863c7 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jonathan Lebon <jonathan@jlebon.com>
|
|
||||||
Date: Fri, 14 Dec 2018 16:31:13 -0500
|
|
||||||
Subject: [PATCH] Revert "compose: Print devino cache hits on commit"
|
|
||||||
|
|
||||||
This reverts commit 0abfcecd3854ce218857bf1071d365dbd351cd4d.
|
|
||||||
---
|
|
||||||
src/app/rpmostree-composeutil.c | 4 ----
|
|
||||||
1 file changed, 4 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/src/app/rpmostree-composeutil.c b/src/app/rpmostree-composeutil.c
|
|
||||||
index 5c478691..544a4790 100644
|
|
||||||
--- a/src/app/rpmostree-composeutil.c
|
|
||||||
+++ b/src/app/rpmostree-composeutil.c
|
|
||||||
@@ -395,10 +395,6 @@ rpmostree_composeutil_write_composejson (OstreeRepo *repo,
|
|
||||||
g_variant_builder_add (builder, "{sv}", "ostree-n-content-written",
|
|
||||||
g_variant_new_uint32 (stats->content_objects_written));
|
|
||||||
|
|
||||||
- g_print ("Content Cache Hits: %u\n", stats->devino_cache_hits);
|
|
||||||
- g_variant_builder_add (builder, "{sv}", "ostree-n-cache-hits",
|
|
||||||
- g_variant_new_uint32 (stats->devino_cache_hits));
|
|
||||||
-
|
|
||||||
g_print ("Content Bytes Written: %" G_GUINT64_FORMAT "\n", stats->content_bytes_written);
|
|
||||||
g_variant_builder_add (builder, "{sv}", "ostree-content-bytes-written",
|
|
||||||
g_variant_new_uint64 (stats->content_bytes_written));
|
|
||||||
--
|
|
||||||
2.17.2
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Hybrid image/package system
|
Summary: Hybrid image/package system
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2018.10
|
Version: 2019.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#VCS: https://github.com/cgwalters/rpm-ostree
|
#VCS: https://github.com/cgwalters/rpm-ostree
|
||||||
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
# This tarball is generated via "cd packaging && make -f Makefile.dist-packaging dist-snapshot"
|
||||||
@ -9,8 +9,6 @@ Source0: rpm-ostree-%{version}.tar.xz
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/projectatomic/rpm-ostree
|
URL: https://github.com/projectatomic/rpm-ostree
|
||||||
|
|
||||||
Patch0: 0001-Revert-compose-Print-devino-cache-hits-on-commit.patch
|
|
||||||
|
|
||||||
%if !%{defined rust_arches}
|
%if !%{defined rust_arches}
|
||||||
# It's not defined yet in the base CentOS7 root
|
# It's not defined yet in the base CentOS7 root
|
||||||
%define rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x
|
%define rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x
|
||||||
@ -182,6 +180,9 @@ $PYTHON autofiles.py > files.devel \
|
|||||||
%files devel -f files.devel
|
%files devel -f files.devel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 22 2019 Jonathan Lebon <jonathan@jlebon.com> - 2019.1-1
|
||||||
|
- New upstream version
|
||||||
|
|
||||||
* Fri Dec 14 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.10-1
|
* Fri Dec 14 2018 Jonathan Lebon <jonathan@jlebon.com> - 2018.10-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (rpm-ostree-2018.10.tar.xz) = 7db3327f375bebf6ce1c2a2cf8fab19cf270b90fbf95e7221e63a50e204b8aef153e7df43c792af563a6d586d4d176ee90f51e5807be1eec1199edd60744bd90
|
SHA512 (rpm-ostree-2019.1.tar.xz) = a3282ce8c7c9653330059e656ee3d0ea877ba67b7bf4e46d83905fd8b0274ad75312b9b6d42e1fe50c202567938a079ab91dc5040d547e52c64e76095a3465ba
|
||||||
|
Loading…
Reference in New Issue
Block a user