Add patch for a working NTP, suggested by @chron0
Patch from https://bugzilla.redhat.com/show_bug.cgi?id=1188074#c3
This commit is contained in:
parent
76bfeaab31
commit
11cfc5dcd0
3 changed files with 22 additions and 1 deletions
|
|
@ -29,3 +29,7 @@ src_unpack()
|
|||
git-r3_src_unpack
|
||||
unpack_set_extraversion
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/000_ntp_fix.patch
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue