Commit Graph

23 Commits

Author SHA1 Message Date
Yulia Kopkova
525320b56f Add gating tests 2024-05-08 12:07:56 -04:00
Joe Lawrence
d106c5b9b3 spec: bump to version 0.9.7 release 3
Resolves: RHEL-35450
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2024-05-03 14:41:18 -04:00
Joe Lawrence
c51891c095 spec: fix "warning: %%patchN is deprecated"
Resolves: RHEL-35450
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2024-05-03 14:41:16 -04:00
Joe Lawrence
c756e4d79b spec: add make to BuildRequires (for make install)
Resolves: RHEL-35450
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2024-05-03 14:41:14 -04:00
Yannick Cote
4e7bb19968 rebase to v0.9.7 (amend)
subpackaging kpatch-dnf means that a new version of both kpatch and
kpatch-dnf needs to be set for brew to accept the new package build.

Augment the kpatch-dnf subpackage version by prefixing the kpatch
version in order to satisfy brew in cases where only kpatch had its
version bumped

Resolves: rhbz#2121212

Signed-off-by: Yannick Cote <ycote@redhat.com>
2022-11-16 23:07:39 -05:00
Yannick Cote
4387ac851e rebase to v0.9.7
rebase kpatch user utility code to v0.9.7

Resolves: rhbz#2121212

Signed-off-by: Yannick Cote <ycote@redhat.com>
2022-11-09 15:44:22 -05:00
Yannick Cote
1fb0ceef29
Do not rm selinux rpm owned directory
Resolves: #2053413

Signed-off-by: Yannick Cote <ycote@redhat.com>
2022-06-13 16:42:15 -04:00
Yannick Cote
de63dedaa1
Add /usr/lib/kpatch to install and files list to appease SELinux
Resolves: rhbz#2030004

Signed-off-by: Yannick Cote <ycote@redhat.com>
2022-01-27 09:02:50 -05:00
Artem Savkov
3acf8304bf Update to v0.9.4
Update kpatch utility to v0.9.4 and kpatch-dnf to v0.4.

Resolves: #2008776

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2021-09-29 09:34:20 +02:00
Mohan Boddu
aa24af2ec7 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 21:12:37 +00:00
Joe Lawrence
0925478e32 Backport the kpatch utility signal usage() update
Resolves: #1959067
2021-06-10 11:12:59 -04:00
Joel Savitz
bc7c62e985 Resolves: #1959067 2021-05-18 18:13:42 -04:00
Joel Savitz
9fe7f14334 Resolves: #1959067 2021-05-18 20:29:29 +00:00
Joel Savitz
36b0af9c9e Resolves: #1959067 2021-05-18 16:17:08 -04:00
Mohan Boddu
8f7988d00c - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 00:56:26 +00:00
Artem Savkov
10effbe99a spec: remove subpackage release
kpatch-dnf subpackage 'Release' tag is always the same as parent
package's release so there is no value in dragging it along. Just remove
it so that parent package's 'Release' is always used.

Signed-off-by: Artem Savkov <asavkov@redhat.com>
2021-03-16 15:39:53 +01:00
Joe Lawrence
30ae572f33 spec: bump release (again)
Previous commits left a kpatch src rpm, for which now brew won't
overwrite:

  GenericError: Error importing archive file, /mnt/brew/vol/rhel-9/packages/kpatch/0.9.2/3.el9/src/kpatch-0.9.2-3.el9.src.rpm already exists

So apparently the package and subpackage releases should move forward in
tandem.  Let's try again with a new package release...

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2021-03-05 12:05:47 -05:00
Joe Lawrence
a33d5caf10 spec: bump kpatch-dnf release as well
Oops, forgot to bump the kpatch-dnf release at the same time.

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2021-03-05 11:51:47 -05:00
Joe Lawrence
e3c8249a60 spec: update for 0.9.2-3
Update the specfile release and changelog.

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2021-03-05 11:18:48 -05:00
Joe Lawrence
56c816d830 spec: fix kpatch-dnf description typos
The kpatch-dnf description:
  "kpatch-dnf is a DNF plugin than manages subcription ..."

should read:
  "kpatch-dnf is a DNF plugin that manages subscription ..."

Resolves: rhbz#1934292
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2021-03-03 14:07:08 -05:00
Julien Thierry
ade4d69f4c spec: Fix kpatch-dnf dependencies
Unlike kpatch and kpatch-dnf, python3 is not part of the BaseOS compose.
Hence, kpatch-dnf shouldn't depend on python3. Akin to other BaseOS dnf
plugins, depending on python3-dnf is enough and have a dependency on
system-python to have python3 ABI. (And kpatch-dnf is not shipped on
RHEL version having system-python with python2 ABI, so we don't have to
worry about that case)

Resolves: rhbz#1912457
Signed-off-by: Julien Thierry <jthierry@redhat.com>
2021-01-13 08:38:22 -05:00
Joe Lawrence
0834160357 tree: import rhel-9.0.0-alpha files from latest rhel-8 branch
The rhel-9.0.0-alpha branch is empty, so bring in all the files from the
rhel-8.4.0 branch.

Resolves: rhbz#1901593
Acked-by: Artem Savkov <asavkov@redhat.com>
Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2020-12-02 13:13:54 -05:00
Release Configuration Management
ca620054d3 New branch setup 2020-11-11 13:00:26 +00:00