Latest upstream release: 1.1.15 Current version/release in Fedora Rawhide: 1.1.13-10.fc18 URL: http://jfs.sf.net/source.html Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring
Updated spec. Please review. Patches attached. --- jfsutils.spec.orig 2012-01-14 03:09:45.000000000 -0200 +++ jfsutils.spec 2013-08-29 11:01:59.995269326 -0300 @@ -1,8 +1,13 @@ Summary: Utilities for managing the JFS filesystem Name: jfsutils -Version: 1.1.13 -Release: 9%{?dist} -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Version: 1.1.15 +Release: 1%{?dist} +Source0: http://jfs.sourceforge.net/project/pub/%{name}-%{version}.tar.gz +# Patches from Debian/Ubuntu to fix build +# http://patch-tracker.debian.org/package/jfsutils/1.1.15-2.1 +Patch0: missing-includes.diff +Patch1: format-security-errors.patch +Patch2: jfs-nmu.diff URL: http://jfs.sourceforge.net/ Group: System Environment/Base License: GPLv2+ @@ -24,9 +29,12 @@ %prep %setup -q find . -type f -name *.[ch] -exec chmod -x {} \; +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build -%configure --sbindir=/sbin +%configure --prefix=/usr make %{?_smp_mflags} %install @@ -38,11 +46,15 @@ %files %defattr(-,root,root) -/sbin/* +%{_sbindir}/* %{_mandir}/man8/* %doc AUTHORS COPYING NEWS ChangeLog %changelog +* Thu Aug 29 2013 xxx <xxx@xxx> - 1.1.15-1 +- Update to latest upstream release (#975996) +- Install everything in /usr + * Fri Jan 13 2012 Fedora Release Engineering <rel-eng.org> - 1.1.13-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Created attachment 791900 [details] Debian/Ubuntu patch 1
Created attachment 791902 [details] Debian/Ubuntu patch 2
Created attachment 791903 [details] Debian/Ubuntu patch 3
Actually only missing-includes.diff is necessary to fix build. The other patches are misc fixes.
Fixed. http://koji.fedoraproject.org/koji/buildinfo?buildID=460967
Thanks, François. e2fsprogs and xfsprogs install all files in /usr. Maybe jfsutils should follow them?
jfsutils-1.1.15-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/jfsutils-1.1.15-1.fc18
jfsutils-1.1.15-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/jfsutils-1.1.15-1.fc19
jfsutils-1.1.15-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/jfsutils-1.1.15-2.fc18
jfsutils-1.1.15-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/jfsutils-1.1.15-2.fc19
@Marcos: Thank you, I had not caught that. jfsutils-1.1.15-2 should fix the installation path issue. Please leave karma!
jfsutils-1.1.15-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.
jfsutils-1.1.15-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.