Commit Graph

19 Commits

Author SHA1 Message Date
Bazaah
db524009ce pkgbuild: pkgrel=2 2023-11-06 20:01:37 +00:00
Bazaah
abfbc5acfb pkgbuild: pkgver=18.2.0 pkgrel=1
This contains a bunch refactoring due to the changes in the v18 ceph
from source build.

1. Removal of ceph-mgr-bin
    Now part of the normal ceph-bin package. Always found it strange
    that the mgr was singled out previously
2. Removal of provides=() clauses for ceph components
    The from source and binary version are now separate.
3. The binary packages no longer mirror the from source packages
    The *-bin packages now consist of a merged grouping of source
    package binaries.

References: https://github.com/bazaah/aur-ceph/releases/tag/v18.2.0-1
2023-09-10 12:49:53 +00:00
Bazaah
b7455306e3 pkgbuild: pkgrel=4
- Updated pkgrel
- Regen SRCINFO

References: https://github.com/bazaah/aur-ceph/releases/tag/v17.2.6-4
2023-09-06 11:22:12 +00:00
Bazaah
dcade11bdc pkgbuild: pkgrel=3
- Updated pkgrel
- Regen SRCINFO

References: https://github.com/bazaah/aur-ceph/releases/tag/v17.2.6-3
2023-07-30 10:27:01 +00:00
Bazaah
bff4a41df5 pkgbuild: pkgrel=2
- Updated pkgrel
- Regen SRCINFO
- Better name downloaded artifacts to avoid confusion

References: https://github.com/bazaah/aur-ceph/releases/tag/v17.2.6-2
2023-05-12 22:13:08 +00:00
Bazaah
69d8607bb1 pkgbuild: pkgver=17.2.6 pkgrel=1
- Update PKGBUILD
- Regenerate SRCINFO

References: https://github.com/bazaah/aur-ceph/releases/tag/v17.2.6-1
2023-04-29 17:58:18 +00:00
Bazaah
a3962c2050 pkgbuild: pkgrel=6
References: https://github.com/bazaah/aur-ceph/releases/tag/v17.2.5-6
2023-03-07 17:11:35 +00:00
Bazaah
31182c64b4 pkgbuild: pkgrel=5 2022-12-23 20:49:25 +00:00
Bazaah
0186817989 pkgbuild: add missing deps for libs,mgr
Missed from the src ceph PKGBUILD somewhere along the way, added now.

Issue: https://github.com/bazaah/aur-ceph/issues/7
Reported-by: aur.archlinux.org/account/antage
2022-12-23 20:49:25 +00:00
Bazaah
69a91a0627 pkgbuild: package_ceph backup /etc/ conf
Issue: https://github.com/bazaah/aur-ceph/issues/9
Backport-from: https://git.st8l.com/luxolus/aur-ceph/commit/50b8266
2022-12-23 20:48:18 +00:00
Bazaah
1749d98420 pkgbuild: 17.2.5-3 -> 17.2.5-4
- Update pkgrel
- Update shasums
- Update package_ceph optdepends()
- Regenerate .SRCINFO
2022-11-06 11:21:34 +00:00
Bazaah
fbdc6aafff pkgbuild: 17.2.5-2 -> 17.2.5-3
- Update pkgrel
- Fix shasums
- Regenerate .SRCINFO

Also enforce pkgrel in downloaded packages, as otherwise we'll run into
this problem of cached pkg archives corrupting shasums
2022-11-05 23:20:46 +00:00
Bazaah
25a9dfad33 pkgbuild: 17.2.5-1 -> 17.2.5-2
- Update pkgrel
- Update shasums
- Regenerate .SRCINFO
2022-11-05 20:18:03 +00:00
Bazaah
962461a43c pkgbuild: 16.2.10-1 -> 17.2.5-1
- Update pkgver
- Update shasums
- Update package depends()
- Regenerate .SRCINFO
2022-10-30 19:22:43 +00:00
Bazaah
154ea48fb0 pkgbuild: 16.2.7-1 -> 16.2.10-1
- Update pkgver
- Update shasums
- Regenerate .SRCINFO
2022-10-16 10:01:32 +00:00
Bazaah
5b3872d065 pkgbuild: 15.2.14-9 -> 16.2.7-1
- Update pkgver,pkgrel
- Regenerate .SRCINFO
2022-10-04 19:53:40 +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
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
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