Commit Graph

285 Commits

Author SHA1 Message Date
Colin Walters a447541e7a Convert to %autorelease and %autochangelog
[skip changelog]
2024-01-04 15:50:12 -05:00
Colin Walters 16ad189406 (c9s): Disable libsoup3
This makes this specfile build on c9s, which is helpful for CI.
2023-12-08 15:00:45 -05:00
Colin Walters d0f49d1a25 https://github.com/ostreedev/ostree/releases/tag/v2023.8 2023-12-06 11:30:57 -05:00
Colin Walters 63235abae9 Update changelog 2023-12-04 13:47:08 -05:00
Colin Walters af0a269537 Exclude x86 on rhel10
Because composefs is doing it right now; xref
https://github.com/containers/composefs/pull/229#issuecomment-1838735764
2023-12-04 13:45:29 -05:00
Colin Walters ec3f4b8221 Explicitly disable libsoup2
We now always use libsoup3 (Fedora) or disable it (RHEL9).
2023-12-04 13:42:41 -05:00
Colin Walters a44ed04ae3 Disable composefs on rhel9 for now
Hopefully we'll get it there soon.
2023-12-04 13:38:47 -05:00
Colin Walters b76796dd21 Add a composefs requirement; this is not actually a requirement
right now, but will be in the near future, so let's prepare for it.
2023-12-03 14:59:28 -05:00
Colin Walters 9776100e52 https://github.com/ostreedev/ostree/releases/tag/v2023.7 2023-10-20 12:49:36 -04:00
Colin Walters 1b6d5bbf07 Cherry pick
3b2fd6e9ff
2023-10-06 13:00:14 -04:00
Colin Walters 9a815f30f7 Only enable soup3 with tests
So that we get closer to having the same specfile that works
on C9S too.
2023-09-07 09:46:34 -04:00
Colin Walters de9f9fcf08 Don't build tests on RHEL
To help keep the spec file in sync.
2023-09-01 13:09:26 -04:00
Colin Walters 07f072ab34 https://github.com/ostreedev/ostree/releases/tag/v2023.6 2023-08-25 11:24:04 -04:00
Fedora Release Engineering a3e41447ec Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 18:23:42 +00:00
Yaakov Selkowitz 686752abb6 Use libsoup3 for tests
Even when using the curl fetcher backend, libsoup is used for tests, but
either version can be used.  libsoup (2.y) is unmaintained, and unwanted
in RHEL 10.
2023-07-11 22:19:18 -04:00
Colin Walters acfa02e9d5 https://github.com/ostreedev/ostree/releases/tag/v2023.5 2023-06-30 15:17:17 -04:00
Colin Walters 1cbfdfc2b5 Cherry pick patch to fix flatpak 2023-06-26 05:43:22 -04:00
Colin Walters 32b1dcb62f https://github.com/ostreedev/ostree/releases/tag/v2023.4 2023-06-20 13:37:38 -04:00
Joseph Marrero a1e1e26a29 update license to be SPDX formatted 2023-06-13 17:02:00 -04:00
Dusty Mabe 477a121846
Backport a few more autoprune fixes
68d1d9a7 lib/deploy: skip fallocate call when requested size is 0
    - https://github.com/ostreedev/ostree/pull/2871
a51535b0 lib/deploy: Disambiguate error messages for early prune space check
    - https://github.com/ostreedev/ostree/pull/2870
2023-06-02 09:25:11 -04:00
Dusty Mabe 8eb35485b4
Backport OSTree Autoprune fixes in https://github.com/ostreedev/ostree/pull/2866 2023-05-30 23:16:42 -04:00
Joseph Marrero 686cfc7fbc https://github.com/ostreedev/ostree/releases/tag/v2023.3 2023-05-18 19:45:51 -04:00
Colin Walters 302e0bdb80 https://github.com/ostreedev/ostree/releases/tag/v2023.2 2023-03-22 13:22:24 -04:00
Colin Walters 2ebcf01ebd https://github.com/ostreedev/ostree/releases/tag/v2023.1 2023-02-17 13:16:49 -05:00
Colin Walters 5ac8a79edd https://github.com/ostreedev/ostree/releases/tag/v2023.1 2023-02-17 13:15:44 -05:00
Fedora Release Engineering fc9f9c6e40 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 23:08:40 +00:00
Colin Walters c4cd304b1c https://github.com/ostreedev/ostree/releases/tag/v2022.7 2022-11-23 13:11:36 -05:00
Luca BRUNO 85f18e16df https://github.com/ostreedev/ostree/releases/tag/v2022.6 2022-10-10 11:46:38 +00:00
Colin Walters 2f4640ee3f https://github.com/ostreedev/ostree/releases/tag/v2022.5 2022-07-22 16:28:49 -04:00
Fedora Release Engineering c82a780636 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-22 02:26:34 +00:00
Colin Walters d294267c57 https://github.com/ostreedev/ostree/releases/tag/v2022.4 2022-06-06 14:08:45 -04:00
Jonathan Lebon fdee6903a2 Only use FUSE 3 for rofiles-fuse on f37+
It was only meant to land in rawhide. Make it a conditional instead.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2087117
2022-05-19 11:07:12 -04:00
Colin Walters 3a2d96339b https://github.com/ostreedev/ostree/releases/tag/v2022.3 2022-05-04 15:11:01 -04:00
Debarshi Ray 039a8271a7 Use FUSE 3 for rofiles-fuse
There is a general desire to migrate away from FUSE 2 to FUSE 3:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/UUOKLRLQHN2AC4SLAXERC7QAKW6FBSFX/

One of the users of the rofiles-fuse binary is flatpak-builder, and it
has already been prepared to work with FUSE 3:
https://src.fedoraproject.org/rpms/flatpak-builder/c/44e61ac73aaab42d

https://src.fedoraproject.org/rpms/ostree/pull-request/29
2022-04-21 09:54:48 -04:00
Colin Walters 1eae6a51e0 Fix summary for libs 2022-04-13 14:58:17 -04:00
Luca BRUNO 50db3f0f6f https://github.com/ostreedev/ostree/releases/tag/v2022.2 2022-04-01 09:57:46 +00:00
Fedora Release Engineering 2f77a37a8d - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 22:39:49 +00:00
Luca BRUNO 1fc642772f https://github.com/ostreedev/ostree/releases/tag/v2022.1 2022-01-06 10:22:19 +00:00
Peter Robinson 7224c4bed4 Summary locking fix (GH PR 2493) 2021-12-09 09:21:16 +00:00
Colin Walters e3bea86c69 Merge #26 `Add attr as a build dependency as we use it for running the tests` 2021-12-06 16:05:24 +00:00
Joseph Marrero c8ffa4e110 Add attr as a build dependency as we use it for running the tests 2021-12-06 10:58:25 -05:00
Joseph Marrero 8e538c2f2c Add attr as a build dependency as we use it for running the tests 2021-12-05 21:59:55 -05:00
Luca BRUNO 5ccf886fa2 https://github.com/ostreedev/ostree/releases/tag/v2021.6 2021-11-23 15:42:26 +00:00
Colin Walters 1a32dde00f https://github.com/coreos/ostree/releases/tag/v2021.5 2021-10-06 09:38:39 -04:00
Sahana Prasad c878ef8d09 Rebuilt with OpenSSL 3.0.0 2021-09-14 19:10:29 +02:00
Colin Walters a13edbee42 https://github.com/ostreedev/ostree/releases/tag/v2021.4 2021-09-09 10:23:11 -04:00
Fedora Release Engineering ecccf1e003 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 17:30:27 +00:00
Luca BRUNO 08ef068661 New upstream version 2021.3 2021-07-13 13:06:04 +00:00
Jeff Law 95876edf38 Re-enable LTO 2021-05-10 15:22:18 -06:00
Colin Walters da892d14b7 https://github.com/ostreedev/ostree/releases/tag/v2021.1 2021-04-15 15:48:20 -04:00