Compare commits
No commits in common. "rawhide" and "f44" have entirely different histories.
3 changed files with 42 additions and 14 deletions
34
.gitignore
vendored
34
.gitignore
vendored
|
|
@ -1 +1,33 @@
|
|||
/worker-*.tar.zst
|
||||
/worker-2.18.0.tar.gz
|
||||
/worker-2.18.1rc1.tar.bz2
|
||||
/worker-2.18.1.tar.gz
|
||||
/worker-2.19.0rc1.tar.bz2
|
||||
/worker-2.19.1-1.fc16.src.rpm
|
||||
/worker-2.19.2.tar.bz2
|
||||
/worker-3.3.3.tar.bz2
|
||||
/worker-3.9.0.tar.bz2
|
||||
/worker-3.10.0.tar.bz2
|
||||
/worker-3.11.0.tar.bz2
|
||||
/worker-3.15.0.tar.bz2
|
||||
/worker-3.15.2.tar.bz2
|
||||
/worker-3.15.4.tar.bz2
|
||||
/worker-4.0.0.tar.bz2
|
||||
/worker-4.0.1.tar.bz2
|
||||
/worker-4.1.0.tar.bz2
|
||||
/worker-4.2.0.tar.bz2
|
||||
/worker-4.3.0.tar.bz2
|
||||
/worker-4.4.0.tar.bz2
|
||||
/worker-4.5.1.tar.bz2
|
||||
/worker-4.6.1.tar.bz2
|
||||
/worker-4.7.0.tar.bz2
|
||||
/worker-4.8.1.tar.bz2
|
||||
/worker-4.9.0.tar.bz2
|
||||
/worker-4.10.0.tar.bz2
|
||||
/worker-4.10.1.tar.bz2
|
||||
/worker-4.11.0.tar.bz2
|
||||
/worker-4.12.1.tar.bz2
|
||||
/worker-5.1.0.tar.bz2
|
||||
/worker-5.2.2.tar.zst
|
||||
/worker-5.3.0.tar.zst
|
||||
/worker-5.3.1.tar.zst
|
||||
/worker-5.4.0.tar.zst
|
||||
|
|
|
|||
21
packit.yaml
21
packit.yaml
|
|
@ -1,19 +1,16 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
specfile_path: worker.spec
|
||||
|
||||
copy_upstream_release_description: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ['packit','all_admins']
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ['packit']
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ License: GPL-2.0-or-later
|
|||
URL: http://boomerangsworld.de/worker
|
||||
Source0: http://boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.zst
|
||||
Patch0: Patch0-Fix-For-Python3.patch
|
||||
ExcludeArch: %{ix86}
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: file-devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue