Commit Graph

183 Commits

Author SHA1 Message Date
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
Colin Walters
e4e5be3754 https://github.com/ostreedev/ostree/releases/tag/v2017.14 2017-12-04 14:08:36 -05:00
Colin Walters
0f8bad07af Backport patch to drop curl low speed checks; requested by flatpak 2017-11-27 11:20:59 -05:00
Kalev Lember
7fa01992fc Backport a patch to fix a gnome-software crash when installing flatpaks
https://bugzilla.redhat.com/show_bug.cgi?id=1497642
2017-11-07 17:14:25 +01:00
Colin Walters
bd78dc262e Release 2017.13 2017-11-02 10:39:52 -04:00
Jonathan Lebon
5d038f8c06 spec: let -tests subpackage own ostree-trivial-httpd
We were missing another exclude for ostree-trivial-httpd. This was
causing it to be shipped in the main ostree package instead, which in
turned pulled libsoup back into AH.

I kept the globby grab for everything else in
`%{_libexecdir}/libostree}`, even though all the files we currently
install in there are picked up by either the -grub2 or -tests
subpackages.
2017-10-03 19:04:48 +00:00
Colin Walters
c27ecad288 New upstream version
https://github.com/ostreedev/ostree/releases/tag/v2017.12
2017-10-02 13:17:53 -04:00
Colin Walters
1478983230 New upstream version 2017-09-14 12:50:40 -04:00
Tomas Mraz
28e751a8ed Use explicit BuildRequires for openssl-devel.
For some reason the pkgconfig(openssl) picks compat-openssl10-devel instead.
2017-09-04 18:19:47 +02:00
Colin Walters
9351cecaae Revert "Drop %pre/%post for ostree-remount.spec"
This reverts commit c4dd042961.

We still need to handle installing it.
2017-08-22 16:19:31 -04:00
Ville Skyttä
5906eb7d47 Own the %{_libexecdir}/libostree dir 2017-08-22 20:58:12 +03:00
Colin Walters
c4dd042961 Drop %pre/%post for ostree-remount.spec
There's no reason to restart this service; it runs early on boot and shouldn't
be restarted since then.
2017-08-22 11:48:27 -04:00
Colin Walters
a9cba0754c rdgo tracking: Add tmpfiles.d 2017-08-17 17:07:19 -04:00
Colin Walters
49d7fffb78 New upstream version 2017-08-17 16:43:20 -04:00
Colin Walters
95d77b1296 rdgo tracking: Add bash completion
Should fix https://ci.centos.org/view/Atomic/job/fahc-rdgo/
2017-08-16 15:20:57 -04:00
Ville Skyttä
c9e93111d1 Own the %{_datadir}/ostree dir
https://bugzilla.redhat.com/show_bug.cgi?id=1480903
2017-08-14 09:19:47 -04:00
Fedora Release Engineering
d21005aef6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 04:42:03 +00:00
Florian Weimer
72da6220d5 Rebuild with binutils fix for ppc64le (#1475636) 2017-07-30 21:53:59 +02:00
Colin Walters
d1aa087229 New upstream version 2017-07-27 09:23:42 -04:00
Fedora Release Engineering
9a85acc79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 02:00:30 +00:00
Colin Walters
ad1f9fdd88 f26: Switch to libcurl 2017-07-17 11:34:19 -04:00
Colin Walters
5de3f7e880 New upstream version 2017-07-06 15:10:56 -04:00