Change systemd-devel package name 01/252901/1 accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.5/unified/20211028.120242 accepted/tizen/7.0/unified/20221110.062516 accepted/tizen/7.0/unified/hotfix/20221116.105618 accepted/tizen/8.0/unified/20231005.093650 accepted/tizen/unified/20210210.130306 submit/tizen/20210209.102453 submit/tizen_6.5/20211028.162401 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 3 Feb 2021 04:43:03 +0000 (13:43 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 3 Feb 2021 04:43:03 +0000 (13:43 +0900)
Change-Id: I89c19fdcf7d9f08f92a90149e4cba9d23d2684b8

packaging/nether.spec
src/CMakeLists.txt

index 2dc5997..3818abf 100755 (executable)
@@ -8,6 +8,7 @@ Summary:        Daemon for enforcing network privileges
 BuildRequires: cmake
 BuildRequires: libnetfilter_queue-devel
 BuildRequires: pkgconfig(cynara-client-async)
+BuildRequires: pkgconfig(libsystemd)
 Requires:      iptables
 
 %description
index 7b7cc8b..03abd18 100644 (file)
@@ -26,7 +26,7 @@ IF (NOT DISABLE_CYNARA)
 endif()
 
 IF (NOT DISABLE_SYSTEMD)
-    PKG_CHECK_MODULES (SYSTEMD libsystemd-journal)
+    PKG_CHECK_MODULES (SYSTEMD libsystemd)
 ENDIF()
 
 IF (NOT DISABLE_AUDIT)