forked from pool/samba
Unify the defattr lines in the pidl, python, test and test-devel files
section by removing the optional directory mode. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=345
This commit is contained in:
parent
4b59ae986e
commit
20d4c4ee42
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cf4977c0614d2c7a4f97d840e54bf91e2a9dc386dac667b63c5c6f1b0637ae3
|
||||
size 25644
|
||||
oid sha256:92220c3a3d308548319048428b4ff9dc97fbdc72be7585728138cfb52fb85942
|
||||
size 25667
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 20:41:52 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
- Unify the defattr lines in the pidl, python, test and test-devel files
|
||||
section by removing the optional directory mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 15:30:31 UTC 2013 - lmuelle@suse.com
|
||||
|
||||
|
10
samba.spec
10
samba.spec
@ -135,7 +135,7 @@ BuildRequires: gpg-offline
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3085
|
||||
%define SOURCE_TIMESTAMP 3086
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
@ -2050,7 +2050,7 @@ fi
|
||||
%{_libdir}/samba/pdb/wbc_sam.so
|
||||
|
||||
%files pidl
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%dir %{perl_vendorlib}/Parse
|
||||
%{perl_vendorlib}/Parse/Pidl*
|
||||
%{_mandir}/man1/pidl*
|
||||
@ -2058,11 +2058,11 @@ fi
|
||||
%attr(755,root,root) %{_bindir}/pidl
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/*
|
||||
|
||||
%files test
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gentest
|
||||
%{_bindir}/locktest
|
||||
%{_bindir}/masktest
|
||||
@ -2077,7 +2077,7 @@ fi
|
||||
%doc %{_mandir}/man1/vfstest.1.*
|
||||
|
||||
%files test-devel
|
||||
%defattr(-,root,root,-)
|
||||
%defattr(-,root,root)
|
||||
%dir %_includedir/samba-4.0/
|
||||
%{_includedir}/samba-4.0/torture.h
|
||||
%{_libdir}/libtorture.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d443cefde1dc5f86ac9deadebf81fd051a5348d64196fcf1d59424b1d9ec4647
|
||||
size 54121
|
||||
oid sha256:7b6ec9e5b400328aef66592cedafd6ebb653ff6e4d3fd2bc19cce0a4fcf7b6aa
|
||||
size 54152
|
||||
|
Loading…
Reference in New Issue
Block a user