| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The el7 buildroot now has pathfix so we can drop these checks.
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit 2147ca93975deaf220619e9096e0b84d879febc9.
Upstream removed the driver, hopefully it'll make it into 5.5.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The "regular" definition of the with_kabichk macro does not need to
be commented out while it is temporarily (re-)defined as 0 on the
next line. This avoids a "Macro expanded in comment" warning.
Remove comments on the same line as %endif directives. Instead, make
a couple of these conditionals easier to read (and consistent with
the surrounding ones) by deleting a few blank lines.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The test was failing (after hanging for several hours) because of a
hard-coded assumption about which file descriptor would be returned
by memfd_create(). The actual file descriptor gets printed by the
test program though, so read this and use it instead. (Adjust the
test program so that this is not printed until the file is ready.)
Resolve compiler warnings about implicit function declarations, by
using the #include statements listed in the kernel.org man-pages.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 89c7d2ae30a43ba2960ce14cddd50f8d8a7da92f, which
was causing kernel modules to be installed in a location other than
/lib/modules/$(uname -r), preventing modprobe from locating them.
CI builds no longer contain the Pagure UID in the package release:
https://github.com/CentOS-PaaS-SIG/upstream-fedora-pipeline/pull/199
|
| |
| |
| |
| |
| | |
This is a staging driver that implements the Linux-guest side of folder
sharing.
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
This enables support for Macbook8,1 and later, along with the
MacbookPro13,* and MacbookPro14,*.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
This aligns the setting with upstream defconfigs along with the ARK
configuration.
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| | |
1750194)`
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
We don't actually need to be packaging most of these files so
switch to a smaller subset.
|
| |
| |
| |
| |
| | |
These are not used directly in Fedora but for easy of syncing
let's keep them around.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
This is a package for dumping on s390x systems. We don't build
this for Fedora but bring it in for now.
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 8044841427b22ab04ec6dd8781fbe4be2be411df.
There's an issue with the weak-updates script that needs to
be fixed. Revert this for now.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
OSTree is a far, far more sophisticated wrapper around the `link()`
system call than the `hardlink` package - it supports using
as a mechanism for transactional offline updates, fetching over
HTTP with GPG signatures and deltas, etc. rpm-ostree uses it
for everything.
Having the `kernel-devel` package run `hardlink` just adds
latency to `rpm-ostree compose tree` unnecessarily.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Some of the build targets may be racy and need to be fixed up
to build correctly. Until that happens, put %{?_smp_mflags} on
individual targets.
|
| | |
|
| |
| |
| |
| | |
We only have ppc64le
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
From the original RHEL patch:
This extra '+' causes problems with the regular expression used with
/usr/lib/rpm/find-debuginfo.sh script from rpm-build, which is used to filter
the debug files to the corresponding debuginfo packages. The '+' character
in the release is interpreted as a regular expression operator and the
debuginfo filter fails, with the build failing on an empty debuginfo file list.
Which means we need to escape the extra '+' character if we want debuginfo
filter to work. I tried to use '\' to escape, but rpm "eats" that, in testing
'[+]' worked so is what I'm using to fix/workaround this problem. When RHEL 8
drops the the extra +<number> in the future, we can remove this fix/workaround.
This problem is likely to come up so just add it in now.
|
| |
| |
| |
| |
| |
| |
| | |
Fedora does some validation on config options to catch
errors. There may be cases when we want to turn off that
checking because it doesn't actually matter. Make this a
full --with option to make it easier to turn off.
|
| |
| |
| |
| |
| | |
Downstream has different requirements than Fedora in some places.
Add some macros to support both cases.
|
| |
| |
| |
| |
| |
| |
| | |
Some of the downstream users want to package some modules for
internal use only. While Fedora isn't internal, it's still
useful to have packaging aligned. Add a few modules to this
package.
|
| |
| |
| |
| |
| |
| | |
Other products downstream of Fedora offer kernel ABI guarantees.
Fedora doesn't offer this and have no plans to do so but it's
useful to at least have the packaging in our tree. Add support.
|