Commit Graph

3 Commits

Author SHA1 Message Date
Jonathan Lebon
d551c56f90 Bump to Ignition v2.0.0-alpha
Go back to git master for ignition-dracut and import Ignition from git
tag v2.0.0-alpha. This required adapting the build to using go modules
by building with `-mod=vendor` and `GO111MODULE=on` and dropping the
`GOPATH` hacks.

We also drop `parsedeps.go` since Ignition moved away from glide.
Instead introduce a new tiny `go-mods-to-bundled-provides.py` script
that just parses `go.mod` and `vendor/modules.txt` to generate virtual
`Provides`.  The `parsedeps.go` approach also had a few issues that are
fixed in the new script. Notably, it would only pick up on subpackages
of dependent repos, and not the main packages (e.g. it skipped over
`ajeddeloh/go-json`). And also, it was generating `Provides` at the
version of the Ignition package (using `%{version}`), instead of the
version of the bundled package itself.
2019-03-27 10:44:20 -04:00
Jonathan Lebon
c77c54becf New release ignition-0.27.0-1.gitcc7ebe0
Notably, we now enable the new SELinux relabeling support.
2018-08-10 10:46:27 -04:00
Dusty Mabe
333e3ff7de
First pass add creating ignition spec with gofed
- notes.txt
    - explains how to use gofed and build rpm
- ignition.spec.orig
    - the spec file as generated by gofed
- ignition.spec
    - the edited spec file
- parsedeps.go
    - used to generate bundled provides

(cherry picked from commit cd20621c8cfa1027f7afd76bac7af11899a453a2)
2018-06-26 11:56:20 -04:00