[procps-ng] - Removing explicit dependency on systemd-libs - Removing /etc/sysctl.d (ownership quietly stolen by

Jaromír Cápík jcapik at fedoraproject.org
Tue Sep 30 14:52:48 UTC 2014


commit f49fa9941f3d637b146372209b169c65eeba4213
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Sep 30 16:52:27 2014 +0200

    - Removing explicit dependency on systemd-libs
    - Removing /etc/sysctl.d (ownership quietly stolen by systemd)

 procps-ng.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/procps-ng.spec b/procps-ng.spec
index b8c1122..b501e31 100644
--- a/procps-ng.spec
+++ b/procps-ng.spec
@@ -4,7 +4,7 @@
 Summary: System and process monitoring utilities
 Name: procps-ng
 Version: 3.3.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
 Group: Applications/System
 URL: https://sourceforge.net/projects/procps-ng/
@@ -14,8 +14,6 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
-Requires: systemd-libs
-
 BuildRequires: ncurses-devel
 BuildRequires: libtool
 BuildRequires: autoconf
@@ -125,8 +123,6 @@ rmdir %{buildroot}/share
 # translated man pages
 find man-po/ -type d -maxdepth 1 -mindepth 1 | while read dirname; do cp -a $dirname %{buildroot}/usr/share/man/ ; done
 
-mkdir -p %{buildroot}%{_sysconfdir}/sysctl.d
-
 ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof
 
 %post -p /sbin/ldconfig
@@ -140,7 +136,6 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof
 %{_libdir}/libprocps.so.*
 %{_bindir}/*
 %{_sbindir}/*
-%{_sysconfdir}/sysctl.d
 %{_mandir}/man1/*
 %{_mandir}/man8/*
 %{_mandir}/man5/*
@@ -163,6 +158,10 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof
 %{_datadir}/locale/*
 
 %changelog
+* Tue Sep 30 2014 Jaromir Capik <jcapik at redhat.com> - 3.3.10-2
+- Removing explicit dependency on systemd-libs
+- Removing /etc/sysctl.d (ownership quietly stolen by systemd)
+
 * Tue Sep 09 2014 Jaromir Capik <jcapik at redhat.com> - 3.3.10-1
 - Upgrading to 3.3.10
 


More information about the scm-commits mailing list