Commit Graph

258 Commits

Author SHA1 Message Date
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
Colin Walters
72b94d8543 New upstream version 2017-06-19 12:13:08 -04:00
Colin Walters
64a5402f69 Fix previous curl conditional commit
The conditionals were inverted.  Also, fix the glib-networking
`Requires` to depend on libsoup.
2017-06-02 17:04:41 -04:00
Colin Walters
115e0f5703 Enable curl+openssl on f27+
It has various advantages like HTTP2, plus now that NetworkManager
  switched we are the last thing left in Fedora Atomic Host depending
  on libsoup.
2017-05-18 09:47:30 -04:00
Colin Walters
2f7efa2d1c New upstream version 2017-05-17 17:49:02 -04:00
Colin Walters
e10493a969 Add bug link for preset 2017-05-16 13:25:12 -04:00
Colin Walters
dd409a4859 spec: update for https://github.com/ostreedev/ostree/pull/859 2017-05-16 13:00:24 -04:00
Colin Walters
fa239e39dd New upstream version 2017-04-18 20:53:53 -04:00
Colin Walters
99213ed6da New upstream version 2017-04-12 15:24:50 -04:00
Colin Walters
2796c1232e New upstream version 2017-03-10 14:02:39 -05:00
Colin Walters
ca89bf28a6 spec: Delete trivial-httpd
See https://github.com/ostreedev/ostree/pull/723

This will drop a Requires on soup and all of its deps.
2017-03-08 09:23:21 -05:00
Colin Walters
eda4a3256f spec: Require libsoup unconditionally for now 2017-03-07 17:00:28 -05:00
Colin Walters
6b449d7693 spec: BR zlib
libsoup transitively depended on it, curl doesn't, hence we need
to be explicit.
2017-03-07 16:56:11 -05:00
Colin Walters
c6dd158238 Add curl bcond
I'd like to test this in FAHC, adding a bcond will allow me to enable it.
2017-03-07 16:49:05 -05:00
Colin Walters
c17b8d9f76 Add patch for ppc64le grub2 2017-03-03 10:34:53 -05:00
Colin Walters
1708966d77 Backport libmount unref patch 2017-02-23 11:05:00 -05:00
Colin Walters
03ba7eaa12 New upstream version 2017-02-14 13:53:16 -05:00
Fedora Release Engineering
a86eebc004 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 01:06:04 +00:00
Colin Walters
a84537fe2c Drop patch to chmod /tmp
Saw a report in the wild of this failing due to SELinux; anyways, it shouldn't
be necessary anymore. Anyone who is affected must have already upgraded, or used
a new image, or fixed it locally with chmod.
2017-02-07 18:01:19 -05:00
Jonathan Lebon
9912ee7f1a spec: make grub2 pkg pull in ostree 2017-02-07 15:38:33 -05:00
Colin Walters
3b37a92bc9 Split off ostree-libs
This is the inverse of upstream https://github.com/ostreedev/ostree/pull/659 but
renaming the package would be hard for low immediate gain. With this at least,
flatpak could theoretically depend just on libostree. And similarly for
rpm-ostree compose tree (when that gets split out).
2017-02-07 14:39:45 -05:00
Colin Walters
b5be76a3af spec: More adaptions to rename 2017-02-07 14:27:23 -05:00
Jonathan Lebon
25e721f59f spec: adapt to pkg rename 2017-02-03 14:14:47 -05:00
Colin Walters
ffabd1ea97 New upstream version 2017-01-23 16:25:38 -05:00
Colin Walters
3773db83a8 Enable libmount 2017-01-18 17:57:46 -05:00
Colin Walters
7560b4a322 spec: Adapt to trivial-httpd split 2017-01-05 09:00:11 -05:00
Colin Walters
6f95190330 New upstream version 2016-12-12 18:12:40 +00:00
Colin Walters
e3698fc259 New upstream version 2016-12-12 12:59:07 -05:00
Igor Gnatenko
f19729d6f7 Rebuild for gpgme 1.18
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
2016-12-10 20:07:17 +01:00
Kalev Lember
677655c169 Backport a patch to remove an accidental print statement
Needed for flatpak.
2016-11-29 11:59:30 +01:00
Colin Walters
61ec98736f New upstream version 2016-11-23 12:02:22 -05:00
Colin Walters
fff0ebce87 New upstream version
- Require glib-networking to fix https://pagure.io/pungi-fedora/pull-request/103
2016-11-15 11:46:56 -05:00
Thierry Vignaud
acde5df41a use std macros 2016-10-27 11:14:33 -04:00
Thierry Vignaud
67906c09bd fix URL 2016-10-27 11:13:32 -04:00
Colin Walters
67ac4f1a8c New upstream release 2016-10-23 17:53:31 -04:00
Colin Walters
ee36854053 New upstream version 2016-10-07 16:53:00 -04:00
Colin Walters
8cc78ff4ea Backport another patch for systemd journal
Resolves: #1265295
2016-09-20 17:41:02 -04:00
Colin Walters
af4b821a66 Set --with-dracut=yesbutnoconf
Resolves: #1331369
2016-09-16 09:16:27 -04:00
Colin Walters
a75c4a2cdc Set --with-dracut=yesbutnoconf
Resolves: #1331369
2016-09-16 08:39:25 -04:00
Colin Walters
d3247e8605 Enable dracut --yesbutnoconf
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1331369
2016-09-16 08:38:09 -04:00
Colin Walters
a320763e3f Backport patch to fix bug#1265295 2016-09-15 18:41:35 -04:00
Colin Walters
0d6d3c2f96 Backport patch to fix bug#1265295 2016-09-15 18:40:20 -04:00
Kalev Lember
3d958c4f0b pull: Do allow executing deltas when mirroring into bare{,-user}
This backports an upstream commit that's needed for flatpak.
2016-09-12 15:11:59 +02:00
Kalev Lember
2be479f793 Drop libgsystem dependency
ostree uses libglnx instead these days.
2016-09-09 10:00:37 +02:00
Colin Walters
c12cbaf648 New upstream version 2016-09-08 20:54:39 -04:00
Colin Walters
de4f46ba1d New upstream version 2016-08-31 15:11:44 -04:00
Colin Walters
1aa1345593 files: Adapt to prepare-root move 2016-08-11 13:22:26 -04:00
Colin Walters
e5d3a28661 New upstream version 2016-08-09 16:02:00 -04:00
Colin Walters
40751de96a Add pending patch to fix date-based pruning 2016-08-08 20:53:54 -04:00
Colin Walters
a84e41e0e6 Add pending patch to fix date-based pruning 2016-08-08 20:39:12 -04:00
Colin Walters
c617a694c4 New upstream version 2016-07-08 16:36:27 -04:00
Lokesh Mandvekar
78ccf62efa Use github URL for source tarball
ftp.gnome.org doesn't have the latest version

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2016-06-26 22:58:44 -04:00
Colin Walters
6941f4dfd9 BR libsystemd, not systemd
Since we actually want the shared library, and newer changes in git
master require this.
2016-06-23 10:26:52 -04:00
Colin Walters
1986c97561 New upstream version 2016-06-20 13:28:27 -04:00
Peter Robinson
0f4964ac2c aarch64 only has grub2-efi, Use %%license 2016-05-08 12:17:07 +01:00
Colin Walters
f09f0ee012 New upstream version 2016-04-15 14:52:44 -04:00
Colin Walters
78379de8ab New upstream version 2016-03-23 16:03:07 -04:00
Colin Walters
1041b0f484 New upstream version 2016-02-26 12:44:15 -05:00
Colin Walters
9cb24f2d7e New upstream version 2016-02-26 12:38:02 -05:00
Colin Walters
aa5e210816 New upstream version 2016-02-22 22:08:59 -05:00
Colin Walters
14d6ecdd0f New upstream version 2016-02-22 21:11:57 -05:00
Colin Walters
41d024c524 New upstream version 2016-02-22 21:00:11 -05:00
Colin Walters
bd612ff0a3 New upstream version 2016-02-22 19:56:10 -05:00
Colin Walters
3e4ae00d64 Adapt to rofiles-fuse addition
BR fuse, add it to the main package for now.
2016-02-17 16:15:23 -05:00
Fedora Release Engineering
2cdd43841e - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 11:45:00 +00:00
Colin Walters
09ce43ba1f New upstream version 2016-01-12 09:09:00 -05:00
Colin Walters
61223934cc Add BR: bison for new upstream dep
See https://git.gnome.org/browse/ostree/commit/?id=335ea3f339f0adfa9c6d5850f1521d7bd038acb3
2015-12-07 10:53:31 -05:00
Colin Walters
d5bfcbe584 New upstream version 2015-12-04 10:23:59 -05:00
Colin Walters
359e48a398 New upstream version 2015-11-22 10:58:52 -05:00
Colin Walters
863d195636 New upstream version 2015-11-22 10:47:50 -05:00
Colin Walters
de96a273ab Add ostree-tmp-chmod.service to fix /tmp permissions on existing installs.
Resolves: #1276775
2015-11-16 10:29:40 -05:00
Colin Walters
a152e3121f Add ostree-tmp-chmod.service to fix /tmp permissions on existing installs.
Resolves: #1276775
2015-11-16 10:29:11 -05:00
Colin Walters
29e76352a7 Add patch to fix permissions of /tmp
Resolves: #1276775
2015-10-30 17:14:08 -04:00
Colin Walters
4f7fb7e7e1 New upstream version 2015-09-23 12:18:33 -04:00
Colin Walters
1d4483a4f4 New upstream version 2015-08-26 17:54:17 -04:00
Dennis Gilmore
8885377389 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 00:29:23 +00:00
Colin Walters
76a94a73b6 New upstream version 2015-06-02 13:15:05 -04:00
Colin Walters
3e5fb84772 Add patch to ensure reliable bootloader ordering
See: #1225088
2015-05-28 19:56:33 -04:00
Colin Walters
b482182fce Close sysroot fd in finalize to fix Anaconda
https://bugzilla.redhat.com/show_bug.cgi?id=1217578
2015-04-30 13:57:30 -04:00
Colin Walters
2204ef1383 New upstream release 2015-04-17 14:47:23 -04:00
Colin Walters
74b2e03d0c (Really) Handle null epoch as well; this was injected for https://github.com/cgwalters/rpmdistro-gitoverlay 2015-04-12 08:47:54 -04:00
Colin Walters
6c06aa3a59 New upstream release 2015-04-07 16:55:48 -04:00
Dan Horák
960bbb33f3 - ExcludeArch is a build restriction and is global, switching to %ifnarch 2015-03-30 13:00:14 +02:00
Colin Walters
aa54a264c2 Have grub2 subpackage match ExcludeArch with grub2 2015-03-27 09:02:49 -04:00
Colin Walters
d0910b408e Handle null epoch as well; this was injected for https://github.com/cgwalters/rpmdistro-gitoverlay 2015-03-27 07:50:49 -04:00
Colin Walters
ffc20cbfd9 New upstream release 2015-03-25 14:18:57 -04:00
Colin Walters
f08bdc99c6 spec: Add epoch to requires
For use by https://github.com/cgwalters/rpmdistro-gitoverlay
2015-03-10 21:35:36 -04:00
Colin Walters
6bf3766406 Pull in libcap-devel for future libgsystem 2015-03-10 09:38:19 -04:00
Colin Walters
67139ecba3 Require latest libgsystem to ensure people have it 2015-02-16 13:14:15 -05:00
Colin Walters
20556a6333 New upstream release 2015-01-23 16:50:08 -05:00
Colin Walters
4504924e25 New upstream release 2015-01-08 17:29:27 -05:00
Colin Walters
ef6b1fd555 32 bit fixes 2015-01-08 16:18:25 -05:00
Colin Walters
eb37ddc173 Remove unused patch 2015-01-08 15:46:00 -05:00
Colin Walters
885edeea30 New upstream release 2015-01-08 13:33:09 -05:00
Colin Walters
94a7dcd1ec Add patch to ensure correct xattrs on modified config files
Fixes: #1178208
2015-01-03 20:52:09 -05:00
Colin Walters
6dafd6dfeb New upstream release 2014-12-17 11:59:00 -05:00
Colin Walters
dbd4b7a9be New upstream version 2014-11-26 12:14:09 -05:00
Colin Walters
25b00dce94 New upstream release 2014-10-30 14:30:22 -04:00
Colin Walters
cca8a9a161 New upstream release 2014-10-29 18:00:17 -04:00
Colin Walters
05401d2090 New upstream release 2014-10-24 13:35:47 -04:00
Colin Walters
591c92d8a7 New upstream release 2014-10-16 18:19:11 -04:00
Colin Walters
8626da0143 New upstream release 2014-10-03 19:52:45 -04:00
Colin Walters
dd4a7278dc New upstream release 2014-09-08 14:10:18 -04:00
Peter Robinson
d4b5b5a922 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 14:23:03 +00:00
Kalev Lember
80b6359273 Rebuilt for gobject-introspection 1.41.4 2014-07-22 20:17:33 +02:00
Colin Walters
4042efb759 Rebuild to pick up new libsoup 2014-06-25 17:15:23 -04:00
Colin Walters
c2db20f7c0 Include /etc/ostree, even though it is empty 2014-06-13 14:51:11 -04:00
Colin Walters
f1fc679f60 Add e2p BR 2014-06-09 19:58:05 -04:00
Colin Walters
2a41fa834f New upstream release 2014-06-09 18:42:38 -04:00
Dennis Gilmore
2bad07459a - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 12:30:13 -05:00
Colin Walters
28da755ff0 Add builddep on libgsystem 2014-04-13 11:59:03 -07:00
Colin Walters
19c6d42e88 New upstream release 2014-04-13 10:58:57 -07:00
Colin Walters
bb4b07a680 New git snapshot 2014-03-31 17:46:32 -04:00
Colin Walters
4bef979f86 New upstream release 2014-03-21 15:06:03 -04:00
Colin Walters
961c40a98b Move trusted.gpg.d to main runtime package, where it should be 2014-03-14 14:28:54 -04:00
Colin Walters
65e0c3ca24 Depend on gpgv2
- Resolves: #1073813
2014-03-07 07:47:27 -05:00
Colin Walters
7ad6dfd8da New upstream release
- Depend on libselinux
- Explicitly depend on libarchive too, we were actually failing
  to disable it before
2014-03-01 15:16:19 -05:00
Colin Walters
1e10dce436 New upstream release 2014-01-24 06:47:34 +00:00
Colin Walters
11574a0e4c Enable ostree-remount.service by default
It already uses ConditionKernelCommandline, so it's safe for everyone,
and having it on is fundamentally necessary for OSTree to work.
2014-01-14 10:38:43 -05:00
Colin Walters
209111279e New upstream release
- Now LGPLv2+ only
- Enable libarchive since it might be useful for people
- Enable new gpgme dependency
2013-10-15 17:27:10 -04:00
Colin Walters
f01257adb6 Enable introspection 2013-09-12 14:21:27 -04:00
Colin Walters
1b0c31b4ad Tweak description 2013-09-09 22:17:52 -04:00
Colin Walters
89537da989 New upstream release 2013-09-09 22:14:23 -04:00
Colin Walters
078f34f0b0 And actually while we are here, drop all the embedded dependency
goop from this spec file; it may live on in the EPEL branch.
2013-08-25 22:46:25 -04:00
Colin Walters
aa9360dbc6 Drop requirement on linux-user-chroot
We now require triggers to be processed on the build server
  by default, so ostree does not runtime-depend on linux-user-chroot.
2013-08-25 16:56:30 -04:00
Colin Walters
37af67da17 New upstream release
- Add devel package
2013-08-17 18:08:13 -04:00