SHA256
1
0
forked from pool/cryptsetup

Accepting request 83185 from home:jengelh:bl-c

- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/83185
OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=70
This commit is contained in:
Ludwig Nussel 2011-09-26 07:42:42 +00:00 committed by Git OBS Bridge
parent de1ff3a167
commit f790952036
2 changed files with 7 additions and 31 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 18 18:42:07 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 27 13:20:27 UTC 2011 - lnussel@suse.de Fri May 27 13:20:27 UTC 2011 - lnussel@suse.de

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
#define beta rc1 #define beta rc1
%define ver %version%{?beta:-%beta} %define ver %version%{?beta:-%beta}
@ -30,7 +29,6 @@ BuildRequires: libselinux-devel pkgconfig
%define bcver 0_201105271519 %define bcver 0_201105271519
License: GPLv2+ License: GPLv2+
Group: System/Base Group: System/Base
AutoReqProv: on
Version: 1.3.1 Version: 1.3.1
Release: 2 Release: 2
#Release: %{?beta:0.}<CI_CNT>.<B_CNT>%{?beta:.}%{?beta} #Release: %{?beta:0.}<CI_CNT>.<B_CNT>%{?beta:.}%{?beta}
@ -65,14 +63,6 @@ volumes as well as LUKS formatted ones. The package additionally
includes support for automatically setting up encrypted volumes at boot includes support for automatically setting up encrypted volumes at boot
time via the config file /etc/crypttab. time via the config file /etc/crypttab.
Authors:
--------
Clemens Fruhwirth <clemens@endorphin.org>
Christophe Saout <christophe@saout.de>
Ben Slusky <sluskyb@paranoiacs.org>
%package -n libcryptsetup1 %package -n libcryptsetup1
License: GPLv2+ License: GPLv2+
Summary: Set Up dm-crypt Based Encrypted Block Devices Summary: Set Up dm-crypt Based Encrypted Block Devices
@ -85,14 +75,6 @@ volumes as well as LUKS formatted ones. The package additionally
includes support for automatically setting up encrypted volumes at boot includes support for automatically setting up encrypted volumes at boot
time via the config file /etc/crypttab. time via the config file /etc/crypttab.
Authors:
--------
Clemens Fruhwirth <clemens@endorphin.org>
Christophe Saout <christophe@saout.de>
Ben Slusky <sluskyb@paranoiacs.org>
%package -n libcryptsetup-devel %package -n libcryptsetup-devel
License: GPLv2+ License: GPLv2+
Summary: Set Up dm-crypt Based Encrypted Block Devices Summary: Set Up dm-crypt Based Encrypted Block Devices
@ -110,14 +92,6 @@ volumes as well as LUKS formatted ones. The package additionally
includes support for automatically setting up encrypted volumes at boot includes support for automatically setting up encrypted volumes at boot
time via the config file /etc/crypttab. time via the config file /etc/crypttab.
Authors:
--------
Clemens Fruhwirth <clemens@endorphin.org>
Christophe Saout <christophe@saout.de>
Ben Slusky <sluskyb@paranoiacs.org>
%prep %prep
%setup -n %name-%ver -q -b 10 -b 20 %setup -n %name-%ver -q -b 10 -b 20
#patch0 -p1 #patch0 -p1
@ -139,7 +113,7 @@ popd
%{?suse_update_config:%{suse_update_config}} %{?suse_update_config:%{suse_update_config}}
autoreconf -f -i autoreconf -f -i
test -e po/Makevars || cp po/Makevars.template po/Makevars test -e po/Makevars || cp po/Makevars.template po/Makevars
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --mandir=%_mandir \ %configure \
--libdir=/%_lib \ --libdir=/%_lib \
--bindir=/sbin --sbindir=/sbin \ --bindir=/sbin --sbindir=/sbin \
--disable-static --enable-shared \ --disable-static --enable-shared \
@ -150,7 +124,7 @@ make %{?_smp_mflags}
pushd ../hashalot-%haver pushd ../hashalot-%haver
autoreconf -f -i autoreconf -f -i
%{?suse_update_config:%{suse_update_config}} %{?suse_update_config:%{suse_update_config}}
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --sbindir=/sbin --mandir=%_mandir %configure --sbindir=/sbin
make %{?_smp_mflags} make %{?_smp_mflags}
popd popd
@ -200,9 +174,6 @@ fi
%postun -n libcryptsetup1 -p /sbin/ldconfig %postun -n libcryptsetup1 -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %name.lang %files -f %name.lang
%defattr(-,root,root) %defattr(-,root,root)
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab