This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main in repository x2goserver. from 81a763d x2goserver.spec: fix RPM build failure due to misplaced fi in %pre scriptlet. new c3f8b2e x2goserver.spec: %defattr must come before %doc, OR ELSE. Fixes SLE{S,D} 11 builds. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + x2goserver.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch build-main in repository x2goserver. commit c3f8b2e2b39fd60971a90d41805fb39310da2097 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Mar 14 21:40:49 2015 +0100 x2goserver.spec: %defattr must come before %doc, OR ELSE. Fixes SLE{S,D} 11 builds. --- debian/changelog | 1 + x2goserver.spec | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 44c7338..8aa6307 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2goserver (4.0.1.19-0x2go2) UNRELEASED; urgency=low - Change deprecated and removed PreReq to Requires(pre) header. - Only use /etc/permissions.d on SUSE. Unsupported on RHEL/FC/EPEL. - Fix RPM build failure due to misplaced fi in %pre scriptlet. + - %defattr must come before %doc, OR ELSE. Fixes SLE{S,D} 11 builds. -- X2Go Release Manager <git-admin@x2go.org> Fri, 06 Mar 2015 05:37:18 +0100 diff --git a/x2goserver.spec b/x2goserver.spec index 56c7bf3..07492b5 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -533,9 +533,9 @@ fi %files extensions +%defattr(-,root,root) %doc debian/copyright %doc debian/changelog -%defattr(-,root,root) %{_libdir}/x2go/extensions %{_bindir}/x2goserver-run-extensions %{_datadir}/x2go/x2gofeature.d/x2goserver-extensions.features @@ -544,9 +544,9 @@ fi %files fmbindings +%defattr(-,root,root) %doc debian/copyright %doc debian/changelog -%defattr(-,root,root) %{_bindir}/x2gofm %{_datadir}/applications/x2gofm.desktop %{_datadir}/mime/packages/sshfs-x2go.xml -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git