[1/3] sssd: Cleanup Makefile

Message ID 20230217155509.3172-1-stefan.schantl@ipfire.org
State Accepted
Commit 75f6908fd64657aafa2e54ad9073b5472caf1944
Headers
Series [1/3] sssd: Cleanup Makefile |

Commit Message

Stefan Schantl Feb. 17, 2023, 3:55 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 sssd/sssd.nm | 12 ------------
 1 file changed, 12 deletions(-)
  

Patch

diff --git a/sssd/sssd.nm b/sssd/sssd.nm
index 5a8742ea8..d76a0402c 100644
--- a/sssd/sssd.nm
+++ b/sssd/sssd.nm
@@ -28,8 +28,6 @@  build
 
 	requires
 		/usr/bin/nsupdate
-		autoconf
-		automake
 		c-ares-devel
 		cifs-utils-devel >= 6.6
 		curl-devel
@@ -97,14 +95,6 @@  build
 	end
 end
 
-quality-agent
-	whitelist_rpath
-		%{libdir}/sssd
-		%{libdir}:%{libdir}/sssd
-		%{libdir}/sssd:%{libdir}
-	end
-end
-
 packages
 	package %{name}
 		groups += Base
@@ -113,8 +103,6 @@  packages
 			%{sysconfdir}/sssd/sssd.conf
 		end
 
-		prerequires += systemd-units
-
 		script postin
 			systemctl daemon-reload >/dev/null 2>&1 || :
 		end