Jonathan Lebon
f3884c794e
Release 2019.2
2019-02-14 16:19:33 -05:00
Jonathan Lebon
2d9b7d5e90
Backport patch for local repo remote rebases
...
Backport https://github.com/projectatomic/rpm-ostree/pull/1732/ .
Not planning to do a Fedora respin for this, just want it to get picked
up by CAHC.
2019-02-06 15:13:03 -05:00
Jonathan Lebon
fa4bb14da2
spec: Use --disable-dfd-over-dbus on CAHC
...
Since we consume CAHC RPMs in the RHCOS dev pipeline.
2019-02-05 14:23:03 -05:00
Fedora Release Engineering
7b6c00fbd2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 11:35:02 +00:00
Igor Gnatenko
091833c72c
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:45 +01:00
Jonathan Lebon
ae9474c945
Release 2019.1
2019-01-22 09:38:18 -05:00
Jonathan Lebon
97346cf780
Release 2018.10
2018-12-14 16:34:49 -05:00
Jonathan Lebon
634dc19315
Simplify Rust conditionals
...
We can greatly simplify the Rust goop now since:
1. upstream now hard requires Rust, so there's no need to make a
conditional for `--enable-rust`.
2. we're not rebasing rpm-ostree in f27, so we can simplify the `>= 28`
conditionals
3. el7 is strictly backports only, so we can simplify the `0%{?rhel}`
conditionals (though we still want to support CentOS 7)
4. the new recommended way of using Rust in el8 is to just
`BuildRequires: rust-toolset`, so we can drop all the SCL crud.
2018-12-04 15:29:09 -05:00
Jonathan Lebon
d8a5bf5d7a
2018.9-3: Backport patch for https://pagure.io/dusty/failed-composes/issue/956
2018-11-02 11:56:46 -04:00
Igor Gnatenko
3ce3a4b5d5
Rebuild for libsolv 0.7
...
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-10-30 15:24:17 +01:00
Jonathan Lebon
fca874846e
Backport patch to use systemd-0.4.0 crate
...
Otherwise the `patch.crates-io` directive throws off `cargo vendor` and
`cargo build` then tries to fetch from `github.com/jlebon/rust-systemd`.
2018-10-28 22:49:32 -04:00
Jonathan Lebon
2f9cc3806a
Release 2018.9
2018-10-28 21:42:07 -04:00
Jonathan Lebon
c98d67835e
spec: Add BR on toolset rust and runtime
...
The `cargo` BR was already pulling in the `rust` one, though to be clear
and look closer to what the guidelines suggest, let's make that
explicit.
Also guidelines suggest we should add a BR on the `-runtime` package as
well. It includes RPM macros to help with toolset stuff (although we're
not making use of them right now).
2018-10-15 15:07:07 -04:00
Jonathan Lebon
5d07c9f565
spec: Add indentation of conditionals
...
So, this is a hack to somewhat help legibility. RPM allows leading
spaces of `%directives` but not of e.g. `BuildRequires` and
`ExclusiveArch`, so this looks a bit more awkward than it should. But
overall I think it still helps with making sense of all the nested
conditionals.
2018-10-15 15:06:33 -04:00
Jonathan Lebon
6592dc0a63
Merge #24 Quote reference to configure macro
2018-10-12 00:14:30 +00:00
Jonathan Lebon
1f3d574d49
Add libcurl BR and upload tarball without bundled copy
...
See https://github.com/projectatomic/rpm-ostree/pull/1554
(Also fix the bogus date in the `%changelog`).
2018-09-11 10:55:09 -04:00
Jonathan Lebon
6562cb47f3
Release 2018.8
2018-09-10 17:21:09 -04:00
Colin Walters
de81c34c0f
Quote reference to configure macro
...
RPM expands macros in spec file comments. Yes, it's an insane format.
It took me a while to understand why we were running `configure` twice.
2018-08-27 12:01:18 -04:00
Colin Walters
1f289f2410
spec: Require just toolset on el>7
...
This was the cause of the stray `%else\n%endif` - there's only
`BuildRequires: rust-toolset-1.26` there right now.
2018-08-27 10:21:07 -04:00
Colin Walters
9c43f986d3
Support Rust on CentOS 7
...
The pain multiplies...there's no `rust-packaging` there, and
no SRPM macros so we need a copy of the arch list.
2018-08-20 16:07:57 -04:00
Colin Walters
5075393fb3
Add a /usr/bin/python3 BR
...
Since we do use it for autofiles. Let's use the file path
to avoid hardcoding knowledge of which package contains it.
2018-08-14 10:05:14 -04:00
Jonathan Lebon
47d9af57c6
Merge #20 Do the SCL dance necessary to use Rust in RHEL > 7
2018-08-09 18:16:40 +00:00
Jonathan Lebon
c7aa8af948
Release 2018.7
2018-08-09 14:02:10 -04:00
Colin Walters
99142b85fc
Do the SCL dance necessary to use Rust in RHEL > 7
...
The `%_configure` thing was especially painful to figure out.
But anyways tested and works.
I'd like to make Rust mandatory soon, along with the general
trend of paring down our experimental/optional feature matrix.
2018-08-09 13:59:37 -04:00
Jonathan Lebon
32bd097220
git master snapshot for RHBZ#1565647
2018-08-01 10:41:35 -04:00
Colin Walters
1196f1c2b3
https://github.com/projectatomic/rpm-ostree/pull/1461
2018-07-30 12:50:28 -04:00
Colin Walters
e255679cea
https://github.com/projectatomic/rpm-ostree/pull/1469
2018-07-30 16:40:59 +00:00
Colin Walters
c92a606d60
Make build python3-only compatible for distributions that want that
2018-07-16 21:31:16 +00:00
Fedora Release Engineering
2a0fd3d7c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 03:43:39 +00:00
Jonathan Lebon
f2b60ed353
Bump release for Rust rebuild
2018-06-29 15:37:43 -04:00
Colin Walters
a707bea879
Enable Rust
...
rpm-ostree now includes some Rust code.
See https://github.com/projectatomic/rpm-ostree/pull/1377
and https://github.com/projectatomic/rpm-ostree/pull/1391
2018-06-29 15:27:39 -04:00
Jonathan Lebon
39b44ddef2
Release 2018.6
2018-06-29 14:51:29 -04:00
Jonathan Lebon
48080d8ef7
Release 2018.5
2018-05-15 10:51:08 -04:00
Jonathan Lebon
8e5fd5e7d6
spec: use python-sphinx on RHEL/CentOS platforms
...
We use this spec file to build on CentOS as well. There,
`python2-sphinx` does not exist, only `python-sphinx`. Let's accommodate
this while still respecting guidelines on Fedora.
See also:
https://github.com/CentOS/sig-atomic-buildscripts/issues/324
2018-04-18 15:30:24 -04:00
Jonathan Lebon
24bf347350
Release 2018.4
2018-03-26 11:20:32 -04:00
Iryna Shcherbina
a2b7919bdb
Update Python 2 dependency declarations to new packaging standards
2018-03-18 16:21:52 +01:00
Jonathan Lebon
5ffa5a9542
Add BR on gcc-c++
...
https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/5TYOPW4LSPQ3RWP34VIS25MQE4EVJOGF/
2018-03-07 14:14:25 +00:00
Dusty Mabe
2acd02cd70
backport treating FUSE as netfs for s390x
2018-03-01 17:10:32 -05:00
Dusty Mabe
62c6ccb47b
fix date in changelog
...
sorry, the warning messages about invalid dates bother me
2018-03-01 16:46:11 -05:00
Jonathan Lebon
d146cef5e4
Release 2018.3
2018-02-18 21:46:42 +00:00
Jonathan Lebon
28c16f3b69
spec: Bump ostree BR to v2018.2
...
We use the new checkout filtering features from it.
2018-02-16 21:32:37 +00:00
Jonathan Lebon
580f4db85f
Drop all patches and fix bogus dates
2018-02-16 21:13:37 +00:00
Jonathan Lebon
70a8898860
Release 2018.2
2018-02-16 21:04:01 +00:00
Fedora Release Engineering
ca07ae18bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 13:18:29 +00:00
Dusty Mabe
866d7e07f7
Revert the ostree:// formatting in the output.
...
See https://github.com/projectatomic/rpm-ostree/pull/1136#issuecomment-358122137
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
2018-01-19 21:26:37 -05:00
Jonathan Lebon
bf924bb6f5
spec: add rpm-ostreed.conf file entry
...
Just remembered this had to go in as well with the upstream work. Sure
enough, rdgo is currently failing on this. Let's get it chugging along
again!
2018-01-16 21:45:43 +00:00
Jonathan Lebon
502d70123f
spec: bump ostree requirement to 2017.15
...
We make use of the new `ostree_break_hardlink` API. Otherwise, no build
requirements on v2018.1 itself.
2018-01-15 20:44:54 +00:00
Colin Walters
14902173d2
Release 2018.1
2018-01-15 14:56:57 -05:00
Jonathan Lebon
0e3b7e4ada
2017.11-1: New upstream release
2017-12-04 22:21:21 +00:00
Colin Walters
b1f1a8a384
Backport patch for NFS issues
2017-11-22 11:43:17 -05:00