Commit Graph

66 Commits

Author SHA1 Message Date
Dusty Mabe
6c040c2b34
Revert "Backport patch that adds F38 signing key"
This reverts commit 91ad24107e.

Need to do some other backports from the `rawhide` branch first.
2022-08-22 21:25:02 -04:00
Dusty Mabe
91ad24107e
Backport patch that adds F38 signing key
(cherry picked from commit 82e9364181)
2022-08-22 19:13:15 -04:00
Benjamin Gilbert
6253ba091b Add changelog entries for previous commits 2022-06-17 15:26:22 -04:00
Michael Armijo
68f30a686a 0.15.0 2022-06-17 14:42:15 -04:00
Jonathan Lebon
38521008be Add man pages
We're generating manpages now. Ship them.
2022-05-02 23:21:45 -04:00
Jonathan Lebon
ea43bf85e2 Use make install targets to install non-binary bits
We want to use `%cargo_install` for the main binary to match the use of
`%cargo_build`, but for everything else let's just use the same
dependent make targets.
2022-05-02 23:21:45 -04:00
Jonathan Lebon
78330a87bc Actually ship release binaries on RHEL
I was perusing Brew build logs to debug packaging issues and to my
dismay realized that during the `%install` phase, we were actually
*rebuilding* and installing coreos-installer in debug mode. The reason
was that we weren't specifying `RELEASE=1` here. The deeper reason is
that the `install` target triggers `all` (see
https://github.com/coreos/coreos-installer/pull/634 for discussions
about that).

Anyway, for now let's just fix it here.

Fixes 511b4a3 ("Vendor rust dependencies on RHEL only & add
coreos-installer-dracut subpackage").
2022-05-02 23:19:26 -04:00
Jonathan Lebon
07c2c3289f Move %files section lower down
Usually, that section lives after `%build` and `%install`. This is
already the case for the other subpackages, but not the main one.
2022-05-02 22:57:07 -04:00
Jonathan Lebon
80e41146b2 Tweak top comment re. rust2rpm
We've done a lot of modifications to this spec file now since it was
generated. Make it clear that we're no longer regenerating from
`rust2rpm` everytime.
2022-05-02 22:57:06 -04:00
Jonathan Lebon
d26e2b9e9d 0.14.0 2022-04-27 15:15:58 -04:00
Jonathan Lebon
504d860466 Backport "blockdev: rework EFI vendor dir checking"
https://github.com/coreos/coreos-installer/pull/802 for
https://github.com/coreos/fedora-coreos-tracker/issues/1116.
2022-03-23 17:25:25 -04:00
Zbigniew Jędrzejewski-Szmek
e801ff8f0c Rebuild with package notes 2022-02-15 16:31:32 +01:00
Jonathan Lebon
491e2497f3 0.13.1 2022-02-13 15:18:52 -05:00
Jonathan Lebon
74be28cf81 Backport "signing-keys: regular Fedora cycle rotation of keys"
https://github.com/coreos/coreos-installer/pull/770
2022-02-10 10:50:32 -05:00
Fedora Release Engineering
a40f5d4bc8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-21 20:16:56 +00:00
Benjamin Gilbert
1cdd286d84 Unbundle serde_with and its dependencies
https://bugzilla.redhat.com/show_bug.cgi?id=2033857 was fixed, so we
can undo the bundling.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2033859.
2021-12-20 17:25:44 -05:00
Benjamin Gilbert
89b375e901 Disable LTO to fix armv7hl builds 2021-12-17 21:01:48 -05:00
Benjamin Gilbert
3df911b67a Temporarily bundle serde_with and its dependencies
rust-serde_with doesn't include the default "macros" feature.  Bundle
serde_with and its dependencies while we sort out this mess.
2021-12-17 21:01:40 -05:00
Benjamin Gilbert
eb586006f0 0.12.0 2021-12-17 14:44:21 -05:00
Sohan Kunkerkar
3d9d0d1860 Keep vendor tarball source line unconditionally on Fedora 2021-12-15 16:01:05 -05:00
Sohan Kunkerkar
c82c701d4a Fix release version string 2021-12-15 14:50:10 -05:00
Sohan Kunkerkar
47909ecba1 Bump coreos-installer-dracut 2021-12-15 14:28:28 -05:00
Sohan Kunkerkar
493096eabe Fix inadvertent inclusion of coreos-installer-dracut in -bootinfra 2021-12-15 13:14:09 -05:00
Sohan Kunkerkar
b0f5492d6f Remove conditional around sourcing the vendor tarball
The conditional on `Sources` fails to download the vendor tarball, so
it's better to remove conditional to avoid build failures
2021-12-08 18:33:08 -05:00
Jonathan Lebon
c32299f0ef Backport "miniso: handle hardlinked files"
https://github.com/coreos/coreos-installer/pull/694
2021-11-29 10:30:55 -05:00
Benjamin Gilbert
9e59f2d4e2 0.11.0 2021-11-18 16:33:43 -05:00
Sohan Kunkerkar
26f148238e Vendor rust dependencies on RHEL only & add coreos-installer-dracut subpackage 2021-11-04 10:19:30 -04:00
Benjamin Gilbert
d99c1a3c7c Rebuild for F33 bump 2021-10-12 12:19:49 -04:00
Benjamin Gilbert
a7e52469b4 0.10.1 2021-10-11 16:08:11 -04:00
Sahana Prasad
51145c373c Rebuilt with OpenSSL 3.0.0 2021-09-14 19:14:13 +02:00
Dusty Mabe
e44481705c
Backport patch for adding F36 signing key
Upstream 51985ec682
2021-08-17 11:54:55 -04:00
Jonathan Lebon
6dc79d1fad Update to 0.10.0 2021-08-04 21:04:26 -04:00
Fedora Release Engineering
17000d2332 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 13:41:00 +00:00
Jonathan Lebon
e48cffe16d Backport "install: restrict access permissions on /boot/ignition{,/config.ign}"
https://github.com/coreos/coreos-installer/pull/571
2021-07-13 11:49:16 -04:00
Sohan Kunkerkar
be53a303bc Update to 0.9.1 2021-05-17 09:30:28 -04:00
Sohan Kunkerkar
e4aa3bb042 Fix dracut library path 2021-04-08 23:29:04 -04:00
Sohan Kunkerkar
ded1e53cc9 Fix hardcoded library path 2021-04-08 04:29:19 -04:00
Sohan Kunkerkar
a056031492 Update to 0.9.0 2021-04-07 23:07:21 -04:00
Sohan Kunkerkar
e463cdba7b
Update to 0.8.0 2021-03-17 22:55:00 -04:00
Fabio Valentini
b0cc7db6e5
backport trivial commit d94715c to allow building with nix 0.20 2021-03-01 20:14:03 +01:00
Fedora Release Engineering
49e7f05a7a - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 17:13:09 +00:00
Benjamin Gilbert
d63e924496 Add Requires for programs invoked by coreos-installer 2021-01-04 23:33:54 -05:00
Igor Raits
eaf84b704e
Rebuild
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-12-28 13:28:50 +01:00
Sohan Kunkerkar
8c35534756 Update to 0.7.2 2020-10-23 14:26:46 -04:00
Dusty Mabe
7519437f52
Backport commit to start coreos-installer service after systemd-resolved
https://github.com/coreos/coreos-installer/pull/389
2020-10-06 21:00:33 -04:00
Dusty Mabe
42d5a9f8f3
Backport commit to add F33 and F34 keys. Drop F31 keys.
https://github.com/coreos/coreos-installer/pull/387
2020-10-01 17:51:49 -04:00
Benjamin Gilbert
0e84630149 Fix SIGSEGV in tests on s390x 2020-09-30 17:27:17 -04:00
Benjamin Gilbert
3f3ef8a0d0 0.7.0 2020-09-21 18:19:38 -04:00
Benjamin Gilbert
8495b29651 0.6.0 2020-08-25 21:04:07 -04:00
Igor Raits
912b296f59
Rebuild
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-08-16 17:01:11 +02:00