forked from pool/cryptsetup
Accepting request 84790 from security
- Remove redundant tags/sections from specfile (forwarded request 83185 from jengelh) OBS-URL: https://build.opensuse.org/request/show/84790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cryptsetup?expand=0&rev=66
This commit is contained in:
commit
65c857d3b3
@ -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
|
||||
|
||||
|
@ -15,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
#define beta rc1
|
||||
%define ver %version%{?beta:-%beta}
|
||||
@ -30,7 +29,6 @@ BuildRequires: libselinux-devel pkgconfig
|
||||
%define bcver 0_201105271519
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
Version: 1.3.1
|
||||
Release: 2
|
||||
#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
|
||||
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
|
||||
License: GPLv2+
|
||||
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
|
||||
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
|
||||
License: GPLv2+
|
||||
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
|
||||
time via the config file /etc/crypttab.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Clemens Fruhwirth <clemens@endorphin.org>
|
||||
Christophe Saout <christophe@saout.de>
|
||||
Ben Slusky <sluskyb@paranoiacs.org>
|
||||
|
||||
%prep
|
||||
%setup -n %name-%ver -q -b 10 -b 20
|
||||
#patch0 -p1
|
||||
@ -139,7 +113,7 @@ popd
|
||||
%{?suse_update_config:%{suse_update_config}}
|
||||
autoreconf -f -i
|
||||
test -e po/Makevars || cp po/Makevars.template po/Makevars
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --mandir=%_mandir \
|
||||
%configure \
|
||||
--libdir=/%_lib \
|
||||
--bindir=/sbin --sbindir=/sbin \
|
||||
--disable-static --enable-shared \
|
||||
@ -150,7 +124,7 @@ make %{?_smp_mflags}
|
||||
pushd ../hashalot-%haver
|
||||
autoreconf -f -i
|
||||
%{?suse_update_config:%{suse_update_config}}
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --sbindir=/sbin --mandir=%_mandir
|
||||
%configure --sbindir=/sbin
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
||||
@ -200,9 +174,6 @@ fi
|
||||
|
||||
%postun -n libcryptsetup1 -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files -f %name.lang
|
||||
%defattr(-,root,root)
|
||||
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
|
||||
|
Loading…
Reference in New Issue
Block a user