SUSE / keyserver

A simple OpenPGP public key server that validates email address ownership of uploaded keys.
GNU Affero General Public License v3.0
1 stars 1 forks source link

RPM package #6

Open tacerus opened 2 years ago

tacerus commented 2 years ago

NOTE: This issue has been imported from GitLab.

tacerus commented 2 years ago

NOTE: This comment has been imported from GitLab.

Georg Pfuetzenreuter 💬 @crameleon · 1 week ago

Wrote a hasty spec file and pushed an initial commit:

https://build.opensuse.org/package/show/home:crameleon/keyserver

tacerus commented 2 years ago

NOTE: This comment has been imported from GitLab.

Georg Pfuetzenreuter 💬 @crameleon · 1 week ago

To-Do:

  • [x] - clean up .spec
  • [x] - make rpmlint happy
  • [x] - add systemd service
  • [x] - add nginx config
  • [ ] - test it
  • [x] - add system user
tacerus commented 2 years ago

NOTE: This comment has been imported from GitLab.

Georg Pfuetzenreuter 💬 @crameleon · 6 days ago

Specfile has been cleaned up, package is ready to be tested. Only remaining rpmlint warning is about the non standard user/group pair, which will be solved through https://github.com/rpm-software-management/rpmlint/pull/893.

tacerus commented 2 years ago

Package tested in SLE-BCI container - working fine. Test on "regular" system with systemd pending.