summaryrefslogtreecommitdiff
path: root/samba.spec
diff options
context:
space:
mode:
authorAlexander Bokovoy <abokovoy@redhat.com>2016-05-25 14:16:10 +0300
committerAlexander Bokovoy <abokovoy@redhat.com>2016-05-25 14:16:10 +0300
commit0acf45b17873e468c585d845585f7cba395dffbf (patch)
treeb99c4e49496e6fddaea9e9befd5173f7d6c7fc91 /samba.spec
parenta747ed75d6ea2ba25c8f3e192435970fca852b2d (diff)
Fix libsystemd patch
Diffstat (limited to 'samba.spec')
-rw-r--r--samba.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/samba.spec b/samba.spec
index bc86d05..ee66274 100644
--- a/samba.spec
+++ b/samba.spec
@@ -6,7 +6,7 @@
# ctdb is enabled by default, you can disable it with: --without clustering
%bcond_without clustering
-%define main_release 1
+%define main_release 2
%define samba_version 4.4.3
%define talloc_version 2.1.6
@@ -75,7 +75,7 @@
Name: samba
Version: %{samba_version}
-Release: %{samba_release}.2
+Release: %{samba_release}
%if 0%{?rhel}
Epoch: 0
@@ -686,7 +686,7 @@ and use CTDB instead.
%setup -q -n samba-%{version}%{pre_release}
%patch0 -p 1 -b .samba-4.4.2-s3-winbind-make-sure-domain-member-can-talk-to-trust.patch
-%patch1 -p1
+%patch1 -p 1 -b .samba-use-libsystemd.patch
%build
%global _talloc_lib ,talloc,pytalloc,pytalloc-util
@@ -1983,6 +1983,9 @@ rm -rf %{buildroot}
%endif # with_clustering_support
%changelog
+* Wed May 25 2016 Alexander Bokovoy <abokovoy@redhat.com> - 2:4.4.3-2
+- Fix libsystemd patch (#1125086) so that it actually works
+
* Mon May 23 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2:4.4.3-1.2
- Rebuild to drop libsystemd-daemon dependency (#1125086)