commit dosfstools for openSUSE:Factory
Hello community, here is the log from the commit of package dosfstools for openSUSE:Factory checked in at 2014-07-01 07:05:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dosfstools (Old) and /work/SRC/openSUSE:Factory/.dosfstools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "dosfstools" Changes: -------- --- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes 2014-03-18 16:21:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes 2014-07-01 07:05:16.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jun 26 12:11:27 UTC 2014 - pgajdos@suse.com + +- added fsck.{v,}fat and mkfs.{v,}fat compat symlinks in /sbin + [bnc#884516] +- call spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dosfstools.spec ++++++ --- /var/tmp/diff_new_pack.cPQf5v/_old 2014-07-01 07:05:17.000000000 +0200 +++ /var/tmp/diff_new_pack.cPQf5v/_new 2014-07-01 07:05:17.000000000 +0200 @@ -17,26 +17,25 @@ Name: dosfstools +Version: 3.0.26 +Release: 0 Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux License: GPL-3.0+ Group: System/Filesystems -Version: 3.0.26 -Release: 0 Url: http://daniel-baumann.ch/software/dosfstools/ - #Freecode-URL: http://freecode.com/projects/dosfstools #Git-Clone: git://daniel-baumann.ch/git/software/dosfstools -Source: http://daniel-baumann.ch/files/software/dosfstools/%name-%version.tar.xz -Source2: http://daniel-baumann.ch/files/software/dosfstools/%name-%version.tar.xz.sig -Source3: %name.keyring +Source: http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz +Source2: http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz.sig +Source3: %{name}.keyring Patch0: %{name}-suse-dirs.patch +Supplements: filesystem(vfat) +Provides: dosfsck +Provides: mkdosfs BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} >= 1230 BuildRequires: gpg-offline %endif -Provides: dosfsck -Provides: mkdosfs -Supplements: filesystem(vfat) %description The dosfstools package includes the mkdosfs and dosfsck utilities, @@ -44,18 +43,18 @@ drives or on floppies. %prep -%{?gpg_verify: %gpg_verify %{S:2}} -%setup +%{?gpg_verify: %gpg_verify %{SOURCE2}} +%setup -q %patch0 -p1 %build -make CC="%__cc" OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS" %{?_smp_mflags} +make CC="gcc" OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE %{optflags}" %{?_smp_mflags} %install -make install DESTDIR="%buildroot" SBINDIR=%{_sbindir} +make install DESTDIR=%{buildroot} SBINDIR=%{_sbindir} #UsrMerge -mkdir $RPM_BUILD_ROOT/sbin -ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos} $RPM_BUILD_ROOT/sbin +mkdir %{buildroot}/sbin +ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos,fsck.fat,fsck.vfat,mkfs.fat,mkfs.vfat} %{buildroot}/sbin #EndUsrMerge %files -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de