From f49fa9941f3d637b146372209b169c65eeba4213 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Sep 30 2014 14:52:27 +0000 Subject: - Removing explicit dependency on systemd-libs - Removing /etc/sysctl.d (ownership quietly stolen by systemd) --- 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 - 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 - 3.3.10-1 - Upgrading to 3.3.10