From fe46d76293f9092a02626402ece4e13475608ffb9491affc2ddd8b5630cbeacf Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 20 Sep 2017 15:11:16 +0000 Subject: [PATCH 1/3] Accepting request 527570 from home:dmolkentin:branches:devel:openSUSE:Factory:rpmlint - Add dehydrated user & group for dehydrated, a letsencrypt client OBS-URL: https://build.opensuse.org/request/show/527570 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=477 --- config | 2 ++ rpmlint.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index 4b59887..f069a55 100644 --- a/config +++ b/config @@ -101,6 +101,7 @@ setOption('StandardGroups', ( 'davfs2', 'dba', 'ddclient', + 'dehydrated', 'dialout', 'disk', 'distcc', @@ -282,6 +283,7 @@ setOption('StandardUsers', ( 'daemon', 'davfs2', 'ddclient', + 'dehydrated', 'dhcpd', 'distcc', 'dovecot', diff --git a/rpmlint.changes b/rpmlint.changes index 26cb758..d843002 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 20 09:42:06 UTC 2017 - daniel.molkentin@suse.com + +- Add dehydrated user & group for dehydrated, a letsencrypt client + ------------------------------------------------------------------- Wed Sep 6 12:10:12 UTC 2017 - krahmer@suse.com From 26baedf4f4ea12ee3ebc690a11ae879177bfceb31007b87401f6ee9da89c93ae Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 21 Sep 2017 16:13:12 +0000 Subject: [PATCH 2/3] Accepting request 528120 from home:AndreasStieger:branches:devel:openSUSE:Factory:rpmlint add reference to FATE#323377 OBS-URL: https://build.opensuse.org/request/show/528120 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=478 --- rpmlint.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/rpmlint.changes b/rpmlint.changes index d843002..14f67a2 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -2,6 +2,7 @@ Wed Sep 20 09:42:06 UTC 2017 - daniel.molkentin@suse.com - Add dehydrated user & group for dehydrated, a letsencrypt client + FATE#323377 ------------------------------------------------------------------- Wed Sep 6 12:10:12 UTC 2017 - krahmer@suse.com From 38255a7a09f6757d573feb49cdfa1823a39097747237bd224f7aefd3623c3700 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 22 Sep 2017 21:15:18 +0000 Subject: [PATCH 3/3] Accepting request 528324 from home:eeich:branches:devel:openSUSE:Factory:rpmlint - Add group 'singularity' for package singularity (See network:cluster/singularity) (FATE#323048). OBS-URL: https://build.opensuse.org/request/show/528324 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=479 --- config | 1 + rpmlint.changes | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/config b/config index f069a55..08075e0 100644 --- a/config +++ b/config @@ -390,6 +390,7 @@ setOption('StandardUsers', ( 'sddm', 'sensu', 'shibd', + 'singularity', 'siproxd', '_sks', 'snort', diff --git a/rpmlint.changes b/rpmlint.changes index 14f67a2..34e0468 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 22 16:26:59 UTC 2017 - eich@suse.com + +- Add group 'singularity' for package singularity + (See network:cluster/singularity) (FATE#323048). + ------------------------------------------------------------------- Wed Sep 20 09:42:06 UTC 2017 - daniel.molkentin@suse.com