diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | nx-libs.spec | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9e2ee3938..ec78e3a6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ nx-libs (2:3.5.0.28-0x2go1) UNRELEASED; urgency=medium + Adapt installation of debian/VERSION as VERSION.x2goagent and nxcomp/VERSION to latest changes introduced by 400_nxcomp-version.full+lite.patch. + + Additionally adapt to building on openSUSE/SLES. [ Nito Martinez ] * Add 400_nxcomp-version.full+lite.patch. Allow 4-digit version comparison diff --git a/nx-libs.spec b/nx-libs.spec index 01bc76ea9..deff5334d 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -35,8 +35,10 @@ Provides: nx = %{version}-%{release} Obsoletes: nx%{?_isa} < 3.5.0-19 Provides: nx%{?_isa} = %{version}-%{release} +%if 0%{?el5} # For compatibility with EPEL5 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +%endif %description NX is a software suite which implements very efficient compression of |