]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
- rel 1; package chcpu/raw/prlimit auto/th/util-linux-2_21-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Mar 2012 20:19:14 +0000 (20:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-build.patch -> 1.2
    util-linux.spec -> 1.340

util-linux-build.patch [deleted file]
util-linux.spec

diff --git a/util-linux-build.patch b/util-linux-build.patch
deleted file mode 100644 (file)
index 85689d7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- util-linux-2.20.1/configure.ac~    2011-11-27 21:36:59.000000000 +0100
-+++ util-linux-2.20.1/configure.ac     2011-11-27 21:44:54.089830949 +0100
-@@ -491,7 +491,7 @@
-   AC_DEFINE([HAVE_SCANF_AS_MODIFIER], [1], [scanf %as modifier]) ;;
- *)
-   AC_MSG_RESULT([no])
--  if "x$build_libmount" = xyes; then
-+  if test "x$build_libmount" = xyes; then
-     AC_MSG_WARN([%as or %ms for sscanf() not found; do not build libmount])
-     build_libmount=no
-   fi
index d623b4b8842a1c58c07a67fe68b53af614286e20..c31fb24eaa90e4fd2c5baf1c31cbf2dcc0f36f5e 100644 (file)
@@ -1,13 +1,7 @@
 # TODO
 # - follow readprofile.1 -> redprofile.8 change in translated manuals as well
-#   /sbin/chcpu
-#   /sbin/raw
-#   /usr/bin/prlimit
 #   /usr/share/getopt/getopt-parse.bash
 #   /usr/share/getopt/getopt-parse.tcsh
-#   /usr/share/man/man1/prlimit.1.gz
-#   /usr/share/man/man8/chcpu.8.gz
-#   /usr/share/man/man8/raw.8.gz
 #
 # Conditional build:
 %bcond_with    uClibc          # link initrd version with static glibc instead of uClibc
@@ -40,7 +34,7 @@ Summary(tr.UTF-8):    Temel sistem araçları
 Summary(uk.UTF-8):     Набір базових системних утиліт для Linux
 Name:          util-linux
 Version:       2.21
-Release:       0.3
+Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       https://www.kernel.org/pub/linux/utils/util-linux/v2.21/%{name}-%{version}.tar.xz
@@ -739,6 +733,7 @@ install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig,init,security} \
 %if %{with partx}
 mv $RPM_BUILD_ROOT%{_sbindir}/{addpart,delpart,partx} $RPM_BUILD_ROOT/sbin
 %endif
+mv $RPM_BUILD_ROOT/sbin/raw $RPM_BUILD_ROOT%{_bindir}
 
 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/login
 install -p %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/blockdev
@@ -888,6 +883,7 @@ fi
 %attr(755,root,root) /bin/kill
 %attr(755,root,root) /bin/more
 
+%attr(755,root,root) /sbin/chcpu
 %attr(755,root,root) /sbin/ctrlaltdel
 %if %{with partx}
 %attr(755,root,root) /sbin/addpart
@@ -928,6 +924,8 @@ fi
 %attr(755,root,root) %{_bindir}/mcookie
 %attr(755,root,root) %{_bindir}/namei
 %attr(755,root,root) %{_bindir}/pg
+%attr(755,root,root) %{_bindir}/prlimit
+%attr(755,root,root) %{_bindir}/raw
 %attr(755,root,root) %{_bindir}/rename
 %attr(755,root,root) %{_bindir}/renice
 %attr(755,root,root) %{_bindir}/rev
@@ -970,6 +968,7 @@ fi
 %{_mandir}/man1/mcookie.1*
 %{_mandir}/man1/more.1*
 %{_mandir}/man1/namei.1*
+%{_mandir}/man1/prlimit.1*
 %{_mandir}/man1/pg.1*
 %{_mandir}/man1/renice.1*
 %{_mandir}/man1/rev.1*
@@ -990,6 +989,7 @@ fi
 %{_mandir}/man8/partx.8*
 %{_mandir}/man8/lsblk.8*
 %endif
+%{_mandir}/man8/chcpu.8*
 %{_mandir}/man8/ctrlaltdel.8*
 %{_mandir}/man8/cytune.8*
 %{_mandir}/man8/fdformat.8*
@@ -998,6 +998,7 @@ fi
 %{_mandir}/man8/isosize.8*
 %{_mandir}/man8/ldattach.8*
 %{_mandir}/man8/mkswap.8*
+%{_mandir}/man8/raw.8*
 %{_mandir}/man8/readprofile.8*
 %{_mandir}/man8/rtcwake.8*
 %{_mandir}/man8/swaplabel.8*
This page took 0.153219 seconds and 4 git commands to generate.