From repocop@altlinux.org Sun Mar  8 02:18:06 MSK 2026
From: "Repocop Q. A. Robot" <repocop@altlinux.org>

Subject: repocop NMU

- NMU (by repocop). See http://www.altlinux.org/Tools/Repocop
- applied repocop fixes:
  * specfile-useradd-n for alterator-fbi
  * postclean-03-private-rpm-macros for the spec file

--- a/alterator-fbi.spec	2026-03-08 02:18:06.406691882 +0300
+++ b/alterator-fbi.spec	2026-03-08 02:18:06.406691882 +0300
@@ -74,15 +74,15 @@
 %makeinstall HTMLROOT=%buildroot%_var/www/ unitdir=%buildroot%_unitdir
 
 #ahttpd
-%__install -d %buildroot%_var/run/ahttpd
-%__install -d %buildroot%_logdir/ahttpd
-%__install -Dpm640 ahttpd.logrotate %buildroot/%_sysconfdir/logrotate.d/ahttpd
-%__install -Dpm644 ahttpd.conf %buildroot%_sysconfdir/ahttpd/ahttpd.conf
-%__install -Dpm644 acl.conf %buildroot%_sysconfdir/ahttpd/acl.conf
-%__install -Dpm644 openssl.cnf %buildroot%_sysconfdir/ahttpd/openssl.cnf
-%__install -Dpm755 ahttpd.init %buildroot/%_initrddir/ahttpd
-%__install -d %buildroot/%_cachedir/ahttpd
-%__install -d %buildroot/
+install -d %buildroot%_var/run/ahttpd
+install -d %buildroot%_logdir/ahttpd
+install -Dpm640 ahttpd.logrotate %buildroot/%_sysconfdir/logrotate.d/ahttpd
+install -Dpm644 ahttpd.conf %buildroot%_sysconfdir/ahttpd/ahttpd.conf
+install -Dpm644 acl.conf %buildroot%_sysconfdir/ahttpd/acl.conf
+install -Dpm644 openssl.cnf %buildroot%_sysconfdir/ahttpd/openssl.cnf
+install -Dpm755 ahttpd.init %buildroot/%_initrddir/ahttpd
+install -d %buildroot/%_cachedir/ahttpd
+install -d %buildroot/
 
 #ssl
 touch %buildroot%_sysconfdir/ahttpd/ahttpd.cnf
@@ -96,7 +96,7 @@
 %pre
 /usr/sbin/groupadd -r -f _ahttpd
 /usr/sbin/groupadd -r -f _alteratord
-/usr/sbin/useradd -r -g _ahttpd -G _alteratord -d /dev/null -s /dev/null -n _ahttpd >/dev/null 2>&1 ||:
+/usr/sbin/useradd -r -g _ahttpd -G _alteratord -d /dev/null -s /dev/null -N _ahttpd >/dev/null 2>&1 ||:
 
 %post
 %post_service ahttpd
