[packit] 68 upstream release
Upstream tag: v68 Upstream commit: bc06a037 Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
e1c07e65f7
commit
a1975fc232
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@
|
|||||||
/osbuild-65.tar.gz
|
/osbuild-65.tar.gz
|
||||||
/osbuild-66.tar.gz
|
/osbuild-66.tar.gz
|
||||||
/osbuild-67.tar.gz
|
/osbuild-67.tar.gz
|
||||||
|
/osbuild-68.tar.gz
|
||||||
|
@ -28,6 +28,8 @@ jobs:
|
|||||||
- centos-stream-9-x86_64
|
- centos-stream-9-x86_64
|
||||||
- epel-8-aarch64
|
- epel-8-aarch64
|
||||||
- epel-8-x86_64
|
- epel-8-x86_64
|
||||||
|
- epel-9-aarch64
|
||||||
|
- epel-9-x86_64
|
||||||
- fedora-all-aarch64
|
- fedora-all-aarch64
|
||||||
- fedora-all-s390x
|
- fedora-all-s390x
|
||||||
- fedora-all-ppc64le
|
- fedora-all-ppc64le
|
||||||
@ -45,6 +47,8 @@ jobs:
|
|||||||
- centos-stream-9-x86_64
|
- centos-stream-9-x86_64
|
||||||
- epel-8-aarch64
|
- epel-8-aarch64
|
||||||
- epel-8-x86_64
|
- epel-8-x86_64
|
||||||
|
- epel-9-aarch64
|
||||||
|
- epel-9-x86_64
|
||||||
- fedora-all-aarch64
|
- fedora-all-aarch64
|
||||||
- fedora-all-s390x
|
- fedora-all-s390x
|
||||||
- fedora-all-ppc64le
|
- fedora-all-ppc64le
|
||||||
@ -62,4 +66,4 @@ jobs:
|
|||||||
- job: bodhi_update
|
- job: bodhi_update
|
||||||
trigger: commit
|
trigger: commit
|
||||||
dist_git_branches:
|
dist_git_branches:
|
||||||
- fedora-stable # rawhide updates are created automatically
|
- fedora-branched # rawhide updates are created automatically
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.59.1.dev24+g41a74ae.
|
The file was generated using packit 0.59.2.dev2+gfcf940c.
|
||||||
|
31
osbuild.spec
31
osbuild.spec
@ -1,7 +1,7 @@
|
|||||||
%global forgeurl https://github.com/osbuild/osbuild
|
%global forgeurl https://github.com/osbuild/osbuild
|
||||||
%global selinuxtype targeted
|
%global selinuxtype targeted
|
||||||
|
|
||||||
Version: 67
|
Version: 68
|
||||||
|
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
@ -100,7 +100,8 @@ to build OSTree based images.
|
|||||||
%package selinux
|
%package selinux
|
||||||
Summary: SELinux policies
|
Summary: SELinux policies
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
BuildRequires: selinux-policy
|
Requires: selinux-policy-%{selinuxtype}
|
||||||
|
Requires(post): selinux-policy-%{selinuxtype}
|
||||||
BuildRequires: selinux-policy-devel
|
BuildRequires: selinux-policy-devel
|
||||||
%{?selinux_requires}
|
%{?selinux_requires}
|
||||||
|
|
||||||
@ -129,7 +130,7 @@ make man
|
|||||||
make -f /usr/share/selinux/devel/Makefile osbuild.pp
|
make -f /usr/share/selinux/devel/Makefile osbuild.pp
|
||||||
bzip2 -9 osbuild.pp
|
bzip2 -9 osbuild.pp
|
||||||
|
|
||||||
%pre
|
%pre selinux
|
||||||
%selinux_relabel_pre -s %{selinuxtype}
|
%selinux_relabel_pre -s %{selinuxtype}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -173,6 +174,7 @@ install -p -m 0644 -t %{buildroot}%{_mandir}/man5/ docs/*.5
|
|||||||
# SELinux
|
# SELinux
|
||||||
install -D -m 0644 -t %{buildroot}%{_datadir}/selinux/packages/%{selinuxtype} %{name}.pp.bz2
|
install -D -m 0644 -t %{buildroot}%{_datadir}/selinux/packages/%{selinuxtype} %{name}.pp.bz2
|
||||||
install -D -m 0644 -t %{buildroot}%{_mandir}/man8 selinux/%{name}_selinux.8
|
install -D -m 0644 -t %{buildroot}%{_mandir}/man8 selinux/%{name}_selinux.8
|
||||||
|
install -D -p -m 0644 selinux/osbuild.if %{buildroot}%{_datadir}/selinux/devel/include/distributed/%{name}.if
|
||||||
|
|
||||||
# Udev rules
|
# Udev rules
|
||||||
mkdir -p %{buildroot}%{_udevrulesdir}
|
mkdir -p %{buildroot}%{_udevrulesdir}
|
||||||
@ -230,7 +232,8 @@ exit 0
|
|||||||
%files selinux
|
%files selinux
|
||||||
%{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
|
%{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
|
||||||
%{_mandir}/man8/%{name}_selinux.8.*
|
%{_mandir}/man8/%{name}_selinux.8.*
|
||||||
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{name}
|
%{_datadir}/selinux/devel/include/distributed/%{name}.if
|
||||||
|
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{name}
|
||||||
|
|
||||||
%post selinux
|
%post selinux
|
||||||
%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
|
%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
|
||||||
@ -248,6 +251,22 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 28 2022 Packit <hello@packit.dev> - 68-1
|
||||||
|
Changes with 68
|
||||||
|
----------------
|
||||||
|
* manifest-db: propage the osbuild SHA on manifest-db (#1124)
|
||||||
|
* packit: Enable Bodhi updates for unstable Fedoras (#1128)
|
||||||
|
* packit: add epel-9 to copr_build (#1118)
|
||||||
|
* selinux: Update based on latest packaging guide (#1127)
|
||||||
|
* stages/greenboot: avoid new pylint suppressions (#1114)
|
||||||
|
* test/src: improve file enumeration (#1106)
|
||||||
|
|
||||||
|
Contributions from: David Rheinsberg, Ondřej Budai, Simon Steinbeiss, Thomas Lavocat, Vit Mojzis
|
||||||
|
|
||||||
|
— Somewhere on the Internet, 2022-09-28
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Wed Sep 14 2022 Packit <hello@packit.dev> - 67-1
|
* Wed Sep 14 2022 Packit <hello@packit.dev> - 67-1
|
||||||
Changes with 67
|
Changes with 67
|
||||||
----------------
|
----------------
|
||||||
@ -264,13 +283,13 @@ Changes with 67
|
|||||||
* rpmbuild: add fedora-37 (#1101)
|
* rpmbuild: add fedora-37 (#1101)
|
||||||
* test: run mypy in test-src not in GH actions (#1093)
|
* test: run mypy in test-src not in GH actions (#1093)
|
||||||
* tree: fix newer pylint warnings (#1107)
|
* tree: fix newer pylint warnings (#1107)
|
||||||
|
|
||||||
Contributions from: Achilleas Koutsou, Alexander Larsson, David Rheinsberg, Simon Steinbeiss, Simon de Vlieger, Thomas Lavocat, Ygal Blum
|
Contributions from: Achilleas Koutsou, Alexander Larsson, David Rheinsberg, Simon Steinbeiss, Simon de Vlieger, Thomas Lavocat, Ygal Blum
|
||||||
|
|
||||||
— Somewhere on the Internet, 2022-09-14
|
— Somewhere on the Internet, 2022-09-14
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Wed Aug 31 2022 Packit <hello@packit.dev> - 66-1
|
* Wed Aug 31 2022 Packit <hello@packit.dev> - 66-1
|
||||||
Changes with 66
|
Changes with 66
|
||||||
----------------
|
----------------
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (osbuild-67.tar.gz) = e6518687926c987fd4c4c54d9e4e1513105f72716d7f6a9a6c0731dfc8cdc6762ae3d1416ac1e3807eb5ced66773debe749495c92351fb73b95c47bbdb45b2cc
|
SHA512 (osbuild-68.tar.gz) = ab96833baa981c43e78eb7c64526fcb252e6e39f3c1bbb6e2fe53a11fb23c2b2e8333ce5f807be594de4f45f4597168de7a108d955c2e29299d096376a052337
|
||||||
|
Loading…
Reference in New Issue
Block a user