[packit] 91 upstream release
Upstream tag: v91 Upstream commit: 10e70463 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/osbuild.git refs/heads/*:refs/remotes/packit/* git checkout packit/91-rawhide-update-propose_downstream ```
This commit is contained in:
parent
13f4a6c2e9
commit
be0b5702b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -88,3 +88,4 @@
|
||||
/osbuild-88.tar.gz
|
||||
/osbuild-89.tar.gz
|
||||
/osbuild-90.tar.gz
|
||||
/osbuild-91.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.78.1.
|
||||
The file was generated using packit 0.78.1.post5+g4b99855.
|
||||
|
24
osbuild.spec
24
osbuild.spec
@ -1,7 +1,7 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 90
|
||||
Version: 91
|
||||
|
||||
%forgemeta
|
||||
|
||||
@ -116,6 +116,13 @@ Summary: Extra tools and utilities
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: python3-pyyaml
|
||||
|
||||
# These are required for `osbuild-dev`, only packaged for Fedora
|
||||
%if 0%{?fedora}
|
||||
Requires: python3-rich
|
||||
Requires: python3-attrs
|
||||
Requires: python3-typer
|
||||
%endif
|
||||
|
||||
%description tools
|
||||
Contains additional tools and utilities for development of
|
||||
manifests and osbuild.
|
||||
@ -181,6 +188,9 @@ install -D -p -m 0644 selinux/osbuild.if %{buildroot}%{_datadir}/selinux/devel/i
|
||||
mkdir -p %{buildroot}%{_udevrulesdir}
|
||||
install -p -m 0755 data/10-osbuild-inhibitor.rules %{buildroot}%{_udevrulesdir}
|
||||
|
||||
# Remove `osbuild-dev` on non-fedora systems
|
||||
%{!?fedora:rm %{buildroot}%{_bindir}/osbuild-dev}
|
||||
|
||||
%check
|
||||
exit 0
|
||||
# We have some integration tests, but those require running a VM, so that would
|
||||
@ -249,9 +259,21 @@ fi
|
||||
|
||||
%files tools
|
||||
%{_bindir}/osbuild-mpp
|
||||
%{?fedora:%{_bindir}/osbuild-dev}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 02 2023 Packit <hello@packit.dev> - 91-1
|
||||
Changes with 91
|
||||
----------------
|
||||
* ci: add tox (#1262)
|
||||
* tools: `osbuild-dev` quality of life (#1348)
|
||||
|
||||
Contributions from: Simon de Vlieger
|
||||
|
||||
— Somewhere on the Internet, 2023-08-02
|
||||
|
||||
|
||||
* Wed Jul 19 2023 Packit <hello@packit.dev> - 90-1
|
||||
Changes with 90
|
||||
----------------
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-90.tar.gz) = f2585289ff5b240fd0d83ae8f28f50106067ddc3edecf7877680662d4e4c14ad7bdfa10b21364e7efca7ecd20b8a0e388b927484b2b5884d1c29ed1a31769691
|
||||
SHA512 (osbuild-91.tar.gz) = 8a608aaad25033478d86ef7b3935c9bcbbb18d2a60eb074b5140fdb1bbcbd4b0c90605ebe5740c0c52c54a33d913b1747fab6533ab6e085ec81e773aa9bd7ee8
|
||||
|
Loading…
Reference in New Issue
Block a user