]> git.pld-linux.org Git - packages/selinux-restorecond.git/commitdiff
- updated to 2.8 auto/th/selinux-restorecond-2.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Jun 2018 10:58:22 +0000 (12:58 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Jun 2018 10:58:22 +0000 (12:58 +0200)
selinux-restorecond.spec

index 5228bf0f1433ae9981f31e8f079db3c79398f419..c100ff3b665ed8d88e11baa5a20bb60770a53d4f 100644 (file)
@@ -2,22 +2,22 @@
 Summary:       restorecond - daemon which corrects contexts of newly created files
 Summary(pl.UTF-8):     restorecond - demon poprawiający konteksty nowo tworzonych plików
 Name:          selinux-restorecond
-Version:       2.7
+Version:       2.8
 Release:       1
 License:       GPL v2+
 Group:         Daemons
 #Source0Download: https://github.com/SELinuxProject/selinux/wiki/Releases
-Source0:       https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/restorecond-%{version}.tar.gz
-# Source0-md5: 46f8ad0a37f955ef148d4e19b8cc8b1f
+Source0:       https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/restorecond-%{version}.tar.gz
+# Source0-md5: cfe4e4d6184623fdcb9bc2681e693abb
 Patch0:                restorecond-init.patch
 URL:           https://github.com/SELinuxProject/selinux/wiki
 BuildRequires: dbus-glib-devel
 BuildRequires: glibc-devel >= 6:2.4
 BuildRequires: pkgconfig
 BuildRequires: pcre-devel
-BuildRequires: libselinux-devel >= 2.7
+BuildRequires: libselinux-devel >= 2.8
 Requires(post,preun):  /sbin/chkconfig
-Requires:      libselinux >= 2.7
+Requires:      libselinux >= 2.8
 Requires:      rc-scripts
 Obsoletes:     policycoreutils-restorecond < 2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -70,8 +70,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       MANDIR=$RPM_BUILD_ROOT%{_mandir} \
-       SYSTEMDDIR=$RPM_BUILD_ROOT/lib/systemd
+       MANDIR=%{_mandir} \
+       SYSTEMDDIR=/lib/systemd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.115055 seconds and 4 git commands to generate.