Commit Graph

58 Commits

Author SHA1 Message Date
Bazaah
2028c43c0a merge: master <--- rebuild/20220929
* HEAD
| \
| * db6a9aa <github@luxolus.com> pkgbuild: 15.2.14-8 -> 15.2.14-9
| * d56eceb <github@luxolus.com> pkgbuild: add explicit conflicts() for each pkg
| /
| master

Signed-off-by: Bazaah <github@luxolus.com>
2022-09-29 11:17:35 +00:00
Bazaah
db6a9aa8c2 pkgbuild: 15.2.14-8 -> 15.2.14-9
- Update SHA sums
- Regenerate SRCINFO
- Resync _artifact pkgrel
2022-09-29 11:15:17 +00:00
Bazaah
d56eceb87c pkgbuild: add explicit conflicts() for each pkg 2022-09-29 11:13:50 +00:00
Bazaah
cf0f344127 pkg: 15.2.14_7 --> 15.2.14_8
* HEAD
| \
| * 69d28ca <github@luxolus.com> PKGBUILD: pkgrel=8
| * 39a612a <github@luxolus.com> PKGBUILD: skip stripping ceph-mgr-bin
| * 4471124 <github@luxolus.com> PKGBUILD: ensure provides() contains pkg ver-rel
| /
| master

Signed-off-by: Bazaah <github@luxolus.com>
2022-08-22 18:34:02 +00:00
Bazaah
69d28ca15f PKGBUILD: pkgrel=8
still using ceph 15.2.14-7 artifacts, though. This will resync with
aur/ceph soonish
2022-08-22 18:31:30 +00:00
Bazaah
39a612a350 PKGBUILD: skip stripping ceph-mgr-bin
This takes forever, and seems largely useless given that 90% of the
package is node_modules crap
2022-08-22 18:27:20 +00:00
Bazaah
44711240e5 PKGBUILD: ensure provides() contains pkg ver-rel
It appears that pacman is conservative in making assumptions about
whether a package's provides() can satisfy version requirements.

Rather than assuming no version = '*', it assumes no version = '!*',
which makes sense I guess, but is different fom my expectations.

This caused the previous version on this package to be unable to
satisfy its own versioning requirements.
2022-08-22 18:22:29 +00:00
Bazaah
af76e08d0b pkg: 15.2.14-7
- Created the base PKGBUILD
- Regenerated SRCINFO

This repo is a thin shim around the real package, ceph. It's primary
purpose is to provide prebuilt ceph artifacts, rather than building from
source.

This repo's "build" process should never be more complicated than:

1. Downloading the built ceph artifacts
2. Installing them

Any changes / fixes / discussion on the actual build of ceph should take
place in:

 https://aur.archlinux.org/packages/ceph

This is the initial release, however for sanity we're keeping the pkgrel
in sync with the upstream aur package (ceph).
2022-08-14 16:03:37 +00:00