14 upstream release
Remove the /usr/lib/osbuild/{assemblers, stages}/osbuild dirs. NB: Release 13 got skipped since it replaced aforementioned directories with symlinks and that would have required a %pretrans script. osbuild was adjusted to use a different mechanism to locate the osbuild module inside the container rendering the symlinks (or 'osbuild' directories) obsolete.
This commit is contained in:
parent
54686ab4d5
commit
23359b9fcb
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@
|
|||||||
/osbuild-10.tar.gz
|
/osbuild-10.tar.gz
|
||||||
/osbuild-11.tar.gz
|
/osbuild-11.tar.gz
|
||||||
/osbuild-12.tar.gz
|
/osbuild-12.tar.gz
|
||||||
|
/osbuild-13.tar.gz
|
||||||
|
/osbuild-14.tar.gz
|
||||||
|
12
osbuild.spec
12
osbuild.spec
@ -1,6 +1,6 @@
|
|||||||
%global forgeurl https://github.com/osbuild/osbuild
|
%global forgeurl https://github.com/osbuild/osbuild
|
||||||
|
|
||||||
Version: 12
|
Version: 14
|
||||||
|
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
@ -85,9 +85,8 @@ install -p -m 0755 $(find runners -type f -or -type l) %{buildroot}%{pkgdir}/run
|
|||||||
mkdir -p %{buildroot}%{pkgdir}/sources
|
mkdir -p %{buildroot}%{pkgdir}/sources
|
||||||
install -p -m 0755 $(find sources -type f) %{buildroot}%{pkgdir}/sources
|
install -p -m 0755 $(find sources -type f) %{buildroot}%{pkgdir}/sources
|
||||||
|
|
||||||
# mount points for bind mounting the osbuild library
|
# mount point for bind mounting the osbuild library
|
||||||
mkdir -p %{buildroot}%{pkgdir}/stages/osbuild
|
mkdir -p %{buildroot}%{pkgdir}/osbuild
|
||||||
mkdir -p %{buildroot}%{pkgdir}/assemblers/osbuild
|
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1
|
mkdir -p %{buildroot}%{_mandir}/man1
|
||||||
@ -125,6 +124,11 @@ exit 0
|
|||||||
%{pkgdir}/stages/org.osbuild.rpm-ostree
|
%{pkgdir}/stages/org.osbuild.rpm-ostree
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 6 2020 Christian Kellner <christian@kellner.me> - 14-1
|
||||||
|
- new upstream release 14
|
||||||
|
- The directories /usr/lib/osbuild/{assemblers, stages}/osbuild
|
||||||
|
got removed. Changes to osbuild made them obsolete.
|
||||||
|
|
||||||
* Wed Apr 15 2020 Christian Kellner <ckellner@redhat.com> - 12-1
|
* Wed Apr 15 2020 Christian Kellner <ckellner@redhat.com> - 12-1
|
||||||
- new upstream release 12
|
- new upstream release 12
|
||||||
- Specify the exact version in the 'python3-osbuild' requirement
|
- Specify the exact version in the 'python3-osbuild' requirement
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-12.tar.gz) = 9dc2a151ac337bd945cbaa2566f2789bc1d019d916c8a47b66bbd21f9e19f4c56276508fe6a7871bc52d40795078336ad4b56de3fd50f63222dd41303e11619d
|
SHA512 (osbuild-14.tar.gz) = fa474cdd8380b042a86be6d6b0202e58de17219b75547dc46b91d61f6e2e631f1ac1a93364046485167d55c23276d0827930ef141278346743f7097ae8e362d8
|
||||||
|
Loading…
Reference in New Issue
Block a user