Fixed ownership of man directories

Resolves: rhbz#987735
This commit is contained in:
Jaroslav Škarvada 2013-07-24 10:10:18 +02:00
parent 232aa78983
commit 7f2f7e7cfb

View File

@ -1,7 +1,7 @@
Name: dosfstools
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux
Version: 3.0.22
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Group: Applications/System
Source0: http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.xz
@ -30,9 +30,15 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc ChangeLog COPYING doc/*-2.x
/sbin/*
%{_mandir}/*
%{_mandir}/man8/*
%{_mandir}/de/man8/*
%changelog
* Wed Jul 24 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0.22-2
- Fixed ownership of man directories
Resolves: rhbz#987735
* Tue Jul 23 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0.22-1
- New version
Resolves: rhbz#987337