Skip to content

Commit

Permalink
#253: Remove rsync from buildreqs again
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdope authored Nov 3, 2024
1 parent 8ce1ac6 commit fe665ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fedora/SPECS/pam_usb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Version: %{version}
Release: %{release}
Prefix: /usr
Group: System Environment/Base
BuildRequires: rsync libudisks2-devel libxml2-devel
BuildRequires: libudisks2-devel libxml2-devel
Requires: pam python3-gobject gawk

%description
Expand All @@ -25,7 +25,6 @@ Adds auth over usb-stick to pam
cd %{_topdir}/BUILD
rm -rf %{name}-%{version}
mkdir %{name}-%{version}
# rsync -a %{_topdir}/../ %{name}-%{version} --exclude fedora --exclude arch_linux --exclude .build --exclude .github --exclude .idea --exclude .vscode
shopt -s extglob
cp -a %{_topdir}/../!(fedora|arch_linux|.build|.github|.idea|.vscode) %{name}-%{version}
cd %{name}-%{version}
Expand Down

0 comments on commit fe665ad

Please sign in to comment.