automatic version update by autodist [release 2.26-1mamba;Sun Feb 22 2015]
This commit is contained in:
parent
9610d06a20
commit
8687b63dd9
@ -7,8 +7,8 @@
|
|||||||
%define uuidd_userid 65052
|
%define uuidd_userid 65052
|
||||||
|
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
Version: 2.25.2
|
Version: 2.26
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Miscellaneous utilities for Linux
|
Summary: Miscellaneous utilities for Linux
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -148,6 +148,22 @@ Requires: libmount = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
Mount library.
|
Mount library.
|
||||||
This package provides the development file for application which use libmount.
|
This package provides the development file for application which use libmount.
|
||||||
|
|
||||||
|
%package -n libfdisk
|
||||||
|
Summary: Fdisk library
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n libfdisk
|
||||||
|
Fdisk library.
|
||||||
|
|
||||||
|
%package -n libfdisk-devel
|
||||||
|
Summary: The development file for application which use libfdisk
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: libfdisk = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n libfdisk-devel
|
||||||
|
Fdisk library.
|
||||||
|
This package provides the development file for application which use libfdisk.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1 -b .adjtime_path
|
#%patch0 -p1 -b .adjtime_path
|
||||||
@ -329,6 +345,7 @@ fi
|
|||||||
/sbin/swaplabel
|
/sbin/swaplabel
|
||||||
/sbin/switch_root
|
/sbin/switch_root
|
||||||
/sbin/wipefs
|
/sbin/wipefs
|
||||||
|
/sbin/zramctl
|
||||||
%{_bindir}/cal
|
%{_bindir}/cal
|
||||||
%{_bindir}/chfn
|
%{_bindir}/chfn
|
||||||
%{_bindir}/chrt
|
%{_bindir}/chrt
|
||||||
@ -481,7 +498,23 @@ fi
|
|||||||
%{_libdir}/pkgconfig/uuid.pc
|
%{_libdir}/pkgconfig/uuid.pc
|
||||||
%{_mandir}/man3/uuid*.*
|
%{_mandir}/man3/uuid*.*
|
||||||
|
|
||||||
|
%files -n libfdisk
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/%{_lib}/libfdisk.so.*
|
||||||
|
|
||||||
|
%files -n libfdisk-devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/libfdisk
|
||||||
|
%{_includedir}/libfdisk/libfdisk.h
|
||||||
|
%{_libdir}/libfdisk.a
|
||||||
|
%{_libdir}/libfdisk.la
|
||||||
|
%{_libdir}/libfdisk.so
|
||||||
|
%{_libdir}/pkgconfig/fdisk.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 22 2015 Automatic Build System <autodist@mambasoft.it> 2.26-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jan 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.25.2-2mamba
|
* Wed Jan 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.25.2-2mamba
|
||||||
- enable fstrim.timer on install/upgrade
|
- enable fstrim.timer on install/upgrade
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user