Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
SOURCES/mysql-selinux-1.0.10.tar.gz
|
/*.tar.gz
|
||||||
|
/mysql-selinux-*/
|
||||||
|
/*.rpm
|
||||||
|
35
.packit.yaml
Normal file
35
.packit.yaml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
specfile_path: mysql-selinux.spec
|
||||||
|
|
||||||
|
# add or remove files that should be synced
|
||||||
|
files_to_sync:
|
||||||
|
- mysql-selinux.spec
|
||||||
|
- .packit.yaml
|
||||||
|
|
||||||
|
# name in upstream package repository or registry (e.g. in PyPI)
|
||||||
|
upstream_package_name: mysql-selinux
|
||||||
|
upstream_project_url: https://github.com/devexp-db/mysql-selinux
|
||||||
|
# downstream (Fedora) RPM package name
|
||||||
|
downstream_package_name: mysql-selinux
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
- job: pull_from_upstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: bodhi_update
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-branched # rawhide updates are created automatically
|
||||||
|
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This repository is maintained by packit.
|
||||||
|
https://packit.dev/
|
||||||
|
The file was generated using packit 0.85.0.post1.dev17+g1f3036b1.
|
8
ci.fmf
Normal file
8
ci.fmf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
summary: Sanity tests
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
repository: https://src.fedoraproject.org/tests/mariadb.git
|
||||||
|
ref: master
|
||||||
|
filter: tier:1
|
||||||
|
execute:
|
||||||
|
how: tmt
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_context: bodhi_update_push_testing
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0-tf.functional}
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: mysql-selinux
|
Name: mysql-selinux
|
||||||
Version: 1.0.10
|
Version: 1.0.10
|
||||||
Release: 1%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
URL: https://github.com/devexp-db/mysql-selinux
|
URL: https://github.com/devexp-db/mysql-selinux
|
||||||
@ -70,6 +70,19 @@ fi
|
|||||||
# since we do not have any interface to be shared (and even then it is optional)
|
# since we do not have any interface to be shared (and even then it is optional)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.0.10-5
|
||||||
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.0.10-4
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Nov 18 2023 Packit <hello@packit.dev> - 1.0.10-1
|
* Sat Nov 18 2023 Packit <hello@packit.dev> - 1.0.10-1
|
||||||
- 2nd attempt to fix rhbz#2186996 rhbz#2221433 rhbz#2245705 (Michal Schorm)
|
- 2nd attempt to fix rhbz#2186996 rhbz#2221433 rhbz#2245705 (Michal Schorm)
|
||||||
- Resolves rhbz#2250424
|
- Resolves rhbz#2250424
|
||||||
@ -84,29 +97,40 @@ fi
|
|||||||
* Thu Sep 14 2023 Packit <hello@packit.dev> - 1.0.7-1
|
* Thu Sep 14 2023 Packit <hello@packit.dev> - 1.0.7-1
|
||||||
- Empty commit to test Fedora PACKIT configuration for packaging automation (Michal Schorm)
|
- Empty commit to test Fedora PACKIT configuration for packaging automation (Michal Schorm)
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jul 12 2023 Adam Dobes <adobes@redhat.com> - 1.0.6-1
|
* Wed Jul 12 2023 Adam Dobes <adobes@redhat.com> - 1.0.6-1
|
||||||
- Rebase to 1.0.6
|
- Rebase to 1.0.6
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Jun 09 2022 Michal Schorm <mschorm@redhat.com> - 1.0.5-1
|
* Thu Jun 09 2022 Michal Schorm <mschorm@redhat.com> - 1.0.5-1
|
||||||
- Rebase to 1.0.5
|
- Rebase to 1.0.5
|
||||||
|
|
||||||
* Fri Mar 18 2022 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.4-1
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Apr 21 2021 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.4-2
|
||||||
|
- Fix rpm verification it's a ghost file so it should ignore the error
|
||||||
|
|
||||||
|
* Fri Mar 19 2021 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.4-1
|
||||||
- Rebase to 1.0.4
|
- Rebase to 1.0.4
|
||||||
- Unintentional removal of semicolon
|
- Unintentional removal of semicolon
|
||||||
|
|
||||||
* Fri Mar 18 2022 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.3-1
|
* Fri Mar 19 2021 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.3-1
|
||||||
- Rebase to 1.0.3
|
- Rebase to 1.0.3
|
||||||
- Remove setuid/setgid capabilities from mysqld_t type.
|
- Remove setuid/setgid capabilities from mysqld_t type.
|
||||||
|
|
||||||
* Thu Jan 10 2022 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.2-6
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
||||||
- Fix the gating.yaml file so it checks the correct tests
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Apr 22 2021 Lukas Javorsky <ljavorsk@redhat.com> - 1.0.2-5
|
|
||||||
- Fix rpm verification it's a ghost file so it should ignore the error
|
|
||||||
|
|
||||||
* Mon Dec 07 2020 Honza Horak <hhorak@redhat.com> - 1.0.2-4
|
|
||||||
- Rebuild for added tmt gating
|
|
||||||
Related: #1895021
|
|
||||||
|
|
||||||
* Wed Dec 02 2020 Michal Schorm <mschorm@redhat.com> - 1.0.2-1
|
* Wed Dec 02 2020 Michal Schorm <mschorm@redhat.com> - 1.0.2-1
|
||||||
- Rebase to 1.0.2 release
|
- Rebase to 1.0.2 release
|
Loading…
Reference in New Issue
Block a user