]> git.pld-linux.org Git - packages/sssd.git/blobdiff - sssd.spec
- rel 5; build fixed
[packages/sssd.git] / sssd.spec
index 11822614570928f9c7f2f3c07f28b8d8b4d86be8..bb9c4fae8eb35105918e4b41ca9edafb9e26ef6c 100644 (file)
--- a/sssd.spec
+++ b/sssd.spec
@@ -1,6 +1,7 @@
 # TODO
 # - fix stripping before rpm:
 #   *** WARNING: no sources found for /usr/lib64/libipa_hbac.so.0.0.0 (stripped without sourcefile information?)
+# - add info how sssd-heimdal.patch is updated, where is it's origin?
 #
 # Conditional build:
 %bcond_with    tests   # check target
@@ -13,7 +14,7 @@ Summary:      System Security Services Daemon
 Summary(pl.UTF-8):     System Security Services Daemon - demon usług bezpieczeństwa systemu
 Name:          sssd
 Version:       1.13.4
-Release:       0.1
+Release:       5
 License:       GPL v3+
 Group:         Applications/System
 Source0:       https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
@@ -23,6 +24,7 @@ Patch0:               %{name}-python.patch
 Patch1:                %{name}-heimdal.patch
 Patch2:                %{name}-systemd.patch
 Patch3:                %{name}-link.patch
+Patch4:                format.patch
 URL:           https://fedorahosted.org/sssd/
 BuildRequires: augeas-devel >= 1.0.0
 BuildRequires: autoconf >= 2.59
@@ -459,6 +461,7 @@ Pliki nagłówkowe biblioteki libsss_simpleifp.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %{__libtoolize}
@@ -512,7 +515,7 @@ cp -p src/examples/logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/sssd
 
 # Make sure SSSD is able to run on read-only root
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d
-cp -p src/examples/rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/sssd
+#cp -p src/examples/rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/sssd
 
 # Remove .la files created by libtool
 %{__rm} \
@@ -652,7 +655,7 @@ fi
 %attr(700,root,root) %dir %{_sysconfdir}/sssd
 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sssd/sssd.conf
 %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/sssd
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rwtab.d/sssd
+#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rwtab.d/sssd
 %attr(754,root,root) /etc/rc.d/init.d/sssd
 %{systemdunitdir}/sssd.service
 /etc/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf
This page took 0.048721 seconds and 4 git commands to generate.