SHA256
1
0
forked from pool/samba

- Add missing license lines

- Avoid badness due to non capatized summary

- Package /run/ctdb correctly on post-12.2 systems

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=523
This commit is contained in:
Lars Müller 2016-02-15 12:16:18 +00:00 committed by Git OBS Bridge
parent c9d0da8944
commit 1702d34f95
3 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:046b2db55008be2580c901a6cbb737ec33eb262329b043d55c7f4df24ef747b1
size 13363
oid sha256:eb5cc0b250e6c02fda625d366ccf06820dbbeb3d9fc061b5d7b758dfe83d10f5
size 13239

View File

@ -145,7 +145,7 @@ BuildRequires: libpcp-devel
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3584
%define SOURCE_TIMESTAMP 3587
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
@ -477,6 +477,7 @@ Branch: %{BRANCH}
%package -n ctdb-devel
Summary: Libraries and Header Files to Develop Programs with ctdb support
License: GPL-3.0+
Group: Development/Libraries/C and C++
%description -n ctdb-devel
@ -487,6 +488,7 @@ develop programs which make use of ctdb.
%if 0%{?build_ctdb_pmda}
%package -n ctdb-pcp-pmda
Summary: Performance Co-Pilot (PCP) monitoring agent
License: GPL-3.0+
Group: System/Monitoring
%description -n ctdb-pcp-pmda
@ -498,6 +500,7 @@ one or more cluster nodes.
%package -n ctdb-tests
Summary: CTDB clustered database test suite
License: GPL-3.0+
Group: Development/Tools
%description -n ctdb-tests
@ -1016,7 +1019,7 @@ Branch: %{BRANCH}
%package -n libtevent-util0
Summary: tevent <-> system status code conversion utility library
Summary: Samba tevent <-> system status code conversion utility library
License: GPL-3.0+
Group: System/Libraries
@ -1276,7 +1279,6 @@ install -d -m 0755 -p \
%{buildroot}/%{_var}/adm/fillup-templates \
%{buildroot}/%{_var}/cache/krb5rcache \
%{buildroot}/%{_var}/log/ctdb \
%{buildroot}/%{_var}/run \
%{buildroot}/%{DOCDIR} \
%{buildroot}/%{DOCBOOKDIR} \
%{buildroot}/%{_datadir}/susehelp/meta/Administration/System
@ -2293,7 +2295,11 @@ fi
%dir %{_localstatedir}/lib/ctdb
%dir %{_localstatedir}/lib/ctdb/persistent
%dir %{_localstatedir}/log/ctdb
%if 0%{?suse_version} > 1220
%ghost %dir /run/ctdb
%else
%ghost %dir %{_localstatedir}/run/ctdb
%endif
%{_mandir}/man1/ctdb.1.gz
%{_mandir}/man1/ctdbd.1.gz
%{_mandir}/man1/ctdbd_wrapper.1.gz

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89a3c8b7cc2008606e40313d54a4231127806ed042f81600d01dfafdd491fff4
size 55796
oid sha256:b7ee37ee92ad21097e91513e657eeb7a60f3cf40338933ff2fee9eb8bce4d88b
size 55464