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
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2cf4977c0614d2c7a4f97d840e54bf91e2a9dc386dac667b63c5c6f1b0637ae3
|
oid sha256:92220c3a3d308548319048428b4ff9dc97fbdc72be7585728138cfb52fb85942
|
||||||
size 25644
|
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
|
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
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3085
|
%define SOURCE_TIMESTAMP 3086
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
@ -2050,7 +2050,7 @@ fi
|
|||||||
%{_libdir}/samba/pdb/wbc_sam.so
|
%{_libdir}/samba/pdb/wbc_sam.so
|
||||||
|
|
||||||
%files pidl
|
%files pidl
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%dir %{perl_vendorlib}/Parse
|
%dir %{perl_vendorlib}/Parse
|
||||||
%{perl_vendorlib}/Parse/Pidl*
|
%{perl_vendorlib}/Parse/Pidl*
|
||||||
%{_mandir}/man1/pidl*
|
%{_mandir}/man1/pidl*
|
||||||
@ -2058,11 +2058,11 @@ fi
|
|||||||
%attr(755,root,root) %{_bindir}/pidl
|
%attr(755,root,root) %{_bindir}/pidl
|
||||||
|
|
||||||
%files python
|
%files python
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%files test
|
%files test
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gentest
|
%{_bindir}/gentest
|
||||||
%{_bindir}/locktest
|
%{_bindir}/locktest
|
||||||
%{_bindir}/masktest
|
%{_bindir}/masktest
|
||||||
@ -2077,7 +2077,7 @@ fi
|
|||||||
%doc %{_mandir}/man1/vfstest.1.*
|
%doc %{_mandir}/man1/vfstest.1.*
|
||||||
|
|
||||||
%files test-devel
|
%files test-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root)
|
||||||
%dir %_includedir/samba-4.0/
|
%dir %_includedir/samba-4.0/
|
||||||
%{_includedir}/samba-4.0/torture.h
|
%{_includedir}/samba-4.0/torture.h
|
||||||
%{_libdir}/libtorture.so
|
%{_libdir}/libtorture.so
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d443cefde1dc5f86ac9deadebf81fd051a5348d64196fcf1d59424b1d9ec4647
|
oid sha256:7b6ec9e5b400328aef66592cedafd6ebb653ff6e4d3fd2bc19cce0a4fcf7b6aa
|
||||||
size 54121
|
size 54152
|
||||||
|
Loading…
Reference in New Issue
Block a user