This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch release/4.0.1.x in repository x2goserver. from 0a079d6 x2goserver.spec: fix RPM build failure due to misplaced fi in %pre scriptlet. new 426b601 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 release/4.0.1.x in repository x2goserver. commit 426b60131256fa016239e024924119dfdce4aafb 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 9db68d2..af70337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,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 0ceca39..9d6494a 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