Commit Graph

204 Commits

Author SHA1 Message Date
Jonathan Lebon
84d72b131b Revert support for devicetrees
https://github.com/ostreedev/ostree/issues/2154
https://bugzilla.redhat.com/show_bug.cgi?id=1880499
2020-09-18 17:13:56 -04:00
Colin Walters
11dd7e2e90 https://github.com/ostreedev/ostree/releases/tag/v2020.6 2020-09-03 18:50:26 +00:00
Colin Walters
1823db4ada https://github.com/ostreedev/ostree/releases/tag/v2020.5 2020-08-18 18:51:46 +00:00
Colin Walters
16071e2213 Backport patch for https://bugzilla.redhat.com/show_bug.cgi?id=1862568 2020-08-01 17:35:06 +00:00
Fedora Release Engineering
fcbcd6373b - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 12:58:20 +00:00
Colin Walters
b602926e03 Update to 2020.4 2020-07-22 20:57:49 +00:00
Jeff Law
ee98012f22 Disable LTO. 2020-06-30 13:53:09 -06:00
Jonathan Lebon
8edaaf8791 Backport patch to handle EOPNOTSUPP on NFS
https://gitlab.gnome.org/GNOME/libglnx/-/merge_requests/18
2020-06-18 15:04:28 -04:00
Jonathan Lebon
0bcba51896 Backport patch to neuter sysroot.readonly for FCOS
https://github.com/coreos/fedora-coreos-tracker/issues/488
https://github.com/ostreedev/ostree/pull/2108
2020-05-21 14:59:36 -04:00
Dusty Mabe
4d36d36a60
Backport patchset that should help us with concurrently pulling
https://github.com/ostreedev/ostree/pull/2077
2020-04-17 15:36:52 -04:00
Colin Walters
e61f1ecd0c https://github.com/ostreedev/ostree/releases/tag/v2020.3 2020-03-14 15:35:53 +00:00
Colin Walters
2fe30d9d5a https://github.com/ostreedev/ostree/releases/tag/v2020.2 2020-02-21 15:57:28 +00:00
Colin Walters
89e0854ba4 https://github.com/ostreedev/ostree/releases/tag/v2020.1 2020-02-20 18:48:09 +00:00
Fedora Release Engineering
4a3d25542b - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-29 20:37:46 +00:00
Colin Walters
5a20b3a206 https://github.com/ostreedev/ostree/releases/tag/v2019.6 2019-12-10 20:24:51 +00:00
Colin Walters
c99d7c2cbb https://github.com/ostreedev/ostree/releases/tag/v2019.5 2019-10-30 21:03:26 +00:00
Jonathan Lebon
fa1bf93c89 Revert "grub2: Exit gracefully if the configuration has BLS enabled"
This reverts commit 985a14100295c99d0c6d712bfbee0ec52a3a1601.

Reverting for now due to some users experiencing no boot entries after
upgrading. See for background:

https://github.com/ostreedev/ostree/pull/1929
https://discussion.fedoraproject.org/t/boot-entries-gone-after-upgrade/8026

---

Seems silly to revert this by an additional patch, instead of dropping
the patch that enabled it in the first place. Though I think this
approach has a higher chance of the revert not being accidentally
dropped when doing the next rebase.
2019-10-07 10:40:51 -04:00
Jonathan Lebon
e23212d24d Backport patch to fix duplicate GRUB2 entries when using BLS
https://bugzilla.redhat.com/show_bug.cgi?id=1751272#c27
2019-09-26 14:03:27 -04:00
Jonathan Lebon
7b532a956a Release 2019.4 2019-09-25 11:18:06 -04:00
Colin Walters
57ab307bf3 https://github.com/ostreedev/ostree/releases/tag/v2019.3 2019-08-22 19:24:57 +00:00
Fedora Release Engineering
6b0371b74c - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 23:47:32 +00:00
Jonathan Lebon
aa46a7f5c0 Release 2019.2 2019-04-26 12:27:11 -04:00
Dusty Mabe
70f390c04a
spec: re-enable http2 for rawhide
I believe this is a solved problem now. Let's enable for rawhide
to see if we start seeing any problems.
2019-02-09 13:13:37 -05:00
Fedora Release Engineering
bcbd1d97af - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 17:43:06 +00:00
Sinny Kumari
8cbd7fc123 Backport patch to fix bare → bare imports
Fixes regression from https://github.com/ostreedev/ostree/pull/1771
2019-01-17 21:40:41 +05:30
Colin Walters
aa172840e9 https://github.com/ostreedev/ostree/releases/tag/v2019.1 2019-01-11 18:45:09 +00:00
Colin Walters
cc5874bb72 Work around https://src.fedoraproject.org/rpms/nfs-utils/pull-request/7 2019-01-11 14:05:40 +00:00
Colin Walters
77c4c6b31d https://github.com/ostreedev/ostree/releases/tag/v2018.9 2018-10-25 14:48:47 +00:00
Jonathan Lebon
b94f5cb216 spec: Add requires from subpackages to libs
Got rpmdiff complaining that the `ostree` and `ostree-tests` packages do
not have an explicit `Requires` on the libraries. Now, symbol versioning
assures us that e.g. the -libs version that we pull for a given `ostree`
package will have the symbols we need, but it doesn't guarantee that
they'll be the exact same version. Let's add the explicit `Requires` to
make this clear since in practice we don't want to have to think about
such mismatches.

I've also taken the opportunity to normalize on the usage of `_isa` and
`epoch` in all the `Requires`.
2018-10-17 12:10:49 -04:00
Jonathan Lebon
fe4dbeb071 spec: Generalize glob to match new path unit
Doing this before the upstream PR[1] gets merged because upstream CI
needs to be able to build RPMs, which uses this. Anyway, the glob is
kept general so it's equally valid even without path.

[1] https://github.com/ostreedev/ostree/pull/1740
2018-10-17 11:34:08 -04:00
Jonathan Lebon
f497dc3063 spec: Default to not shipping tests on RHEL > 7
We weren't shipping it in RHEL7 either. It also brings in a dependency
on Python, which is tricky there. (And anyway
`gnome-desktop-testing-runner` isn't even packaged there).

Make it a bcond though so one can still build it if one desires. (And
symmetrically, to *not* build it on Fedora if one desires).
2018-10-17 10:23:51 -04:00
Colin Walters
5bb0359caf https://github.com/ostreedev/ostree/releases/tag/v2018.8 2018-08-22 14:40:25 +00:00
Peter Robinson
3955fffbfe Bump Release 2018-08-11 17:07:31 +01:00
Peter Robinson
2a1c733423 Enable grub2 support on ARMv7 2018-08-11 17:06:46 +01:00
Colin Walters
f49e3f995d https://github.com/ostreedev/ostree/releases/tag/v2018.7 2018-07-20 20:48:17 +00:00
Fedora Release Engineering
678379a298 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 15:19:51 +00:00
Jonathan Lebon
61448e46ae Backport patch to fix /var mountpoints
See https://github.com/ostreedev/ostree/issues/1667 for details.
2018-07-04 12:18:27 -04:00
Colin Walters
4ef1b4e46f https://github.com/ostreedev/ostree/releases/tag/v2018.6 2018-06-21 14:19:02 +00:00
Colin Walters
9f3e894bb9 https://github.com/ostreedev/ostree/releases/tag/v2018.6 2018-06-21 14:10:34 +00:00
Colin Walters
3271865c0e https://github.com/ostreedev/ostree/releases/tag/v2018.5 2018-05-11 13:36:48 -04:00
Kalev Lember
7e10c8905e Backport a patch to avoid writing to parent repo
This fixes installing via flatpak system helper on systems where the
host fs supports reflinks.

https://github.com/ostreedev/ostree/pull/1524
2018-04-03 11:08:32 +02:00
Colin Walters
b5cdce8150 https://github.com/ostreedev/ostree/releases/tag/v2018.3 2018-03-21 18:45:22 +00:00
Colin Walters
c41230714c Extend glob for new helper binaries
Prep for https://github.com/ostreedev/ostree/pull/1503 which will
add `/usr/lib/ostree/ostree-deploy-staged`.
2018-03-20 17:12:59 -04:00
Jonathan Lebon
82d1f941ed Drop ostree-remount systemd service preset, already in fedora-release
https://bugzilla.redhat.com/show_bug.cgi?id=1550799
https://pagure.io/fedora-release/blob/f224fba/f/90-default.preset#_220
2018-03-02 14:41:18 +00:00
Colin Walters
5133df2746 https://github.com/ostreedev/ostree/releases/tag/v2018.2 2018-02-15 10:24:35 -05:00
Fedora Release Engineering
250f7d1564 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 18:02:11 +00:00
Colin Walters
33c7dc02bc Release 2018.1 2018-01-15 10:46:27 -05:00
Colin Walters
d8d5832f74 Release 2017.15 2017-12-20 11:10:24 +01:00
Jonathan Lebon
263e4d5e7a Backport patch to build without HTTP2
It's causing problems for people. For more information, see:
https://src.fedoraproject.org/rpms/ostree/pull-request/6
2017-12-18 17:27:31 +00:00
Jonathan Lebon
7198ec08c4 Disable HTTP2 for now
I'm beating Colin to the punch here and making use of the new
`--disable-http2`. What pushed me over the edge was the fact that I
literally could not upgrade my Atomic Workstation with a simple
`rpm-ostree upgrade` without hitting:

https://github.com/ostreedev/ostree/issues/1362

I originally thought this only occurred in low-bandwidth environments,
when in fact it still happens even after upgrading my Internet bundle
and can actually be reproduced very easily in environments where
bandwidth is not an issue. E.g. this currently hangs in the latest
Fedora 27 Atomic Host provisioned in the cloud:

    ostree remote add --no-gpg-verify faw27 https://dl.fedoraproject.org/ostree/27/
    ostree pull faw27 fedora/27/x86_64/workstation

Until we investigate deeper, let's just play it safe and disable HTTP2.
This should also fix the HTTP2 framing layer people have been hitting.

Let's get this in to confirm it doesn't break the rdgo streams, and then
we can backport the patch for f27 to make sure it gets into the next
TWR?
2017-12-14 03:27:52 +00:00